jlyman / react-native-rating-requestor

A React Native component to prompt users for a rating after positive interactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swap to using SKStore​Review​Controller on iOS

jlyman opened this issue · comments

Apple is mandating all apps to drop custom rating dialogs in iOS 11 and use SKStore​Review​Controller, so we'll need to switch to using that on iOS. This would be a net positive anyway (though slightly less flexible than what's already in place).

Should be resolved by #16.