KjellConnelly / react-native-rate

Send your app users to Apple App Store, Google Play, Amazon, or other using the newest APIs
642 stars 101 forks source link

Doesn't link for android platform. #37

Closed heltleo closed 4 years ago

heltleo commented 5 years ago

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. image

I spent a few days to find the solution, but couldn't find yet.

Thanks for any help.

t0m0120 commented 5 years ago

@heltleo This package does not require an Android link

syntax-e commented 5 years ago

Does the Android platform support in-app ratings like iOS does?

heyman333 commented 4 years ago

@syntax-e no it doen't support As far as I know

KjellConnelly commented 4 years ago

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 :)