0.0.2 • Published 5 years ago

react-native-cafebazaar-intents v0.0.2

Weekly downloads
21
License
MIT
Repository
github
Last release
5 years ago

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');
  });