$ npm install react-native-cafebazaar-intents --save
$ react-native link react-native-cafebazaar-intents
import CafeBazaarIntents from 'react-native-cafebazaar-intents';
CafeBazaarIntents.showRatePackage('com.hitalent.hitalent')
.catch(() => {
Linking.openURL('https://cafebazaar.ir/app/com.hitalent.hitalent/?l=fa');
});