-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't link for android platform. #37
Comments
@heltleo |
Does the Android platform support in-app ratings like iOS does? |
@syntax-e no it doen't support As far as I know |
This module doesn't support in-app ratings for Android. The google play store didn't support in-app ratings when I wrote this module a couple years ago. It is possible that Google Play does support this now, but I have no idea since I haven't done anything new to this module since then. If anyone knows, a pull request would be awesome :) |
Hi,
Thanks for awesome package first.
I'd like to use this platform on my RN project and was available to install this package via yarn.
When I try to link this package to platforms with react-native link react-native-rate command, it links to iOS platform, but doesn't link to Android platform at all.
React Native: v0.59.0
React: v16.8.3
react-native-rate: v1.0.9
There is no error during link process.
After link this package, I couldn't find android folder at the 'node_modules/react-native-rate'.
This is error I am facing when try to run on android.
I spent a few days to find the solution, but couldn't find yet.
Thanks for any help.
The text was updated successfully, but these errors were encountered: