msdit / react-native-cafebazaar-intents

cafebazaar intents for react native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

cafebazaar intents for react native

License:MIT License


Languages

Language:Java 58.1%Language:Python 25.3%Language:JavaScript 16.6%