Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
react-native-review
Advanced tools
A React Native module for requesting an in-app review dialogue
This projects aims to implement the newly introduced In-App review functionality (iOS 10.3) via a React Native bridge.
Pull requests are very welcome and any additional functionality or enhancements are most welcome.
Run npm install react-native-review --save
Run react-native link react-native-review
Toggle on In-App Purchases for your App (Project > Capabilities > In-App Purchases)
Add the following JavaScript to your project:
import Review from 'react-native-review';
const appReview = new Review().requestReview();
Run npm install react-native-review --save
Add RNReview.xcodeprojc to your Projects libraries (Right click 'Libraries' under your project and select 'Add files to "Project"...')
Add 'lbRNReview.a' to your projects 'Build Phases' (Project > Build Phases)
Toggle on In-App Purchases for your App (Project > Capabilities > In-App Purchases)
Add the following JavaScript to your project:
import Review from 'react-native-review';
const appReview = new Review().requestReview();
FAQs
A React Native module for requesting an in-app review dialogue
The npm package react-native-review receives a total of 1 weekly downloads. As such, react-native-review popularity was classified as not popular.
We found that react-native-review demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.