react-native-cafebazaar-intents

cafebazaar native intents for react native

Usage no npm install needed!

<script type="module">
  import reactNativeCafebazaarIntents from 'https://cdn.skypack.dev/react-native-cafebazaar-intents';
</script>

README

react-native-cafebazaar-intents

Getting started

$ npm install react-native-cafebazaar-intents --save
$ react-native link react-native-cafebazaar-intents

Usage

Show Rate App

rate-package

import CafeBazaarIntents from 'react-native-cafebazaar-intents';

CafeBazaarIntents.showRatePackage('com.hitalent.hitalent')
  .catch(() => {
    Linking.openURL('https://cafebazaar.ir/app/com.hitalent.hitalent/?l=fa');
  });