Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16750

How to use a EXPO iOS StoreReview API?

$
0
0

I tried to add a EXPO iOS StoreReview API but failed.have any sample code?

import * as StoreReview from 'expo-store-review';...export default SettingPage() {  handleReview = () => {    if (StoreReview.isSupported()) {      StoreReview.requestReview();    }  };  render (    ...<TouchableOpacity onPress={handleReview}><Text>Click Review</Text></TouchableOpacity>  );}

Viewing all articles
Browse latest Browse all 16750

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>