Skip to content

Releases: MinaSamir11/react-native-in-app-review

Add Promise while calling method request in app review.

21 Jan 05:35
Compare
Choose a tag to compare

1- add callback if flow has finished, to be like

InAppReview.RequestInAppReview()
.then((hasFlowFinishedSuccessfully) => {

// The flow has finished. The API does not indicate whether the user
// reviewed or not, or even whether the review dialog was shown. Thus, no
// matter the result, we continue our app flow.

 console.log('InAppReview ', hasFlowFinishedSuccessfully);

})
.catch((error) => {
//we continue our app flow.

 console.log(error);
});

Solve Bug, add example for using package

21 Jan 03:11
Compare
Choose a tag to compare

1- Solve Bug No podspec found for RNInAppReviewIOS.xcodeproj in ../../../node_modules/react-native-in-app-review/ios .
2- add example for using package, (WIP).

Solve bug crash on android

13 Jan 03:39
Compare
Choose a tag to compare
  • handle error exception founded at com.google.android.play.core.tasks.m.getResult .