Skip to content

In app review with in your app the latest arcticture 0.74 is supported

License

Notifications You must be signed in to change notification settings

moneebarif1/react-native-inapprating

Repository files navigation

react-native-inapprating

In app review with in your app the latest arcticture 0.74 is supported

Installation

npm install react-native-inapprating

Usage

import { ratingReview } from 'react-native-inapprating';

// ...

ratingReview().then((result)=>{
  if(result === 'true'){
    // put your flow here
  }. .catch((error) => {
    // we have some error could happen while lanuching InAppReview,
    console.log(error);
  });
});

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

About

In app review with in your app the latest arcticture 0.74 is supported

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published