npm install react-native-market-comment --save
react-naitve link react-native-market-comment
import openAppStoreToComment from 'react-native-market-comment';
didClickCommentButton = () => {
openAppStoreToComment();
}
- openAppStoreToComment(yourAppIdOnAppStore)