Releases: MinaSamir11/react-native-in-app-review
Solve Error in Android Duplicate class com.google.android.play.core.common
Fix error that happens in android and add new Installation with PayDevs
Huawei In App Comment (App Gallery)
Integrate Huawei in app comment to submit review on App Gallery..
Solve Error on iOS build with Expo SDK 44
- fix error ios build with expo SDK 44
remove jcenter since it was deprecated(ANDROID)
- remove lih jcenter from dependances in android, it fail while compilation, because it's deprecated
(android)
Solve issue Specs satisfying the `React-RCTImage (from `../node_modules/react-native/Libraries/Image`)` dependency were found, but they required a higher minimum deployment target.
-Solve issue while run pod-install
Give the following error :
Fetching podspec for glog
from ../node_modules/react-native/third-party-podspecs/glog.podspec
[!] CocoaPods could not find compatible versions for pod "React-RCTImage":
In Podfile:
React-RCTImage (from ../node_modules/react-native/Libraries/Image
)
Specs satisfying the React-RCTImage (from
../node_modules/react-native/Libraries/Image)
dependency were found, but they required a higher minimum deployment target.
(v3.2.3)fix-build-tools-version-failure
Solve bug while compiling the android app
buildToolsVersion causing Gradle failure.
(v3.2.2)solving issue unable to determine Swift version for following pods
- solving issue while running npx pod-install
it shows an error unable to determine Swift version for the following pods.
remove hardcoded version lib in dependancies (android)
1- remove the hardcoded version of libraries to avoid build failure while another package using another version of google service or playCore.
Upgrade request review(deprecated) on iOS to support iOS 14+
updating native modules, request review method since it was deprecated on ios > 14+.
[SOLVE] [CRASH][ANDROID] Fatal Exception: java.lang.NullPointerException
Solve crashing on android if current activity null.