Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 492 Bytes

File metadata and controls

29 lines (19 loc) · 492 Bytes

react-native-inapp-review-rating

In app rating

Installation

npm install react-native-inapp-review-rating

Usage

inAppReviewFlowRequest().then(()=>{
        });
// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library