Skip to content

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

Contributing

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors