Bazaar Intent for various purposes
npm install react-native-cafebazaar-intent
# react-native-cafebazaar-intent ·  

Bazaar Intent for various purposes



$ npm i react-native-cafebazaar-intent
$ react-native link react-native-cafebazaar-intent
#### Android
1. Open up android/app/src/main/java/com/moh3n95/bazaarIntents/MainActivity.java
- Add import com.moh3n95.bazaarIntents.RNCafebazaarIntentPackage; to the imports at the top of the file
- Add new RNCafebazaarIntentPackage() to the list returned by the getPackages() method
2. Append the following lines to android/settings.gradle:
```
include ':react-native-cafebazaar-intent'
project(':react-native-cafebazaar-intent').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-cafebazaar-intent/android')
android/app/build.gradle
3. Insert the following lines inside the dependencies block in :`
`
compile project(':react-native-cafebazaar-intent')
javascript
import {view, rate, login, developerCollection} from 'react-native-cafebazaar-intent';view("YOUR_APP_PACKAGE_NAME");
rate("YOUR_APP_PACKAGE_NAME");
login();
developerCollection("YOUR_DEVELOPER_ID");
``This package is based on Bazaar Technical Documents
Thank you for your interest in contributing! Please feel free to put up a PR for any issue or feature request.
If you think this project is helpful just give me a ⭐️ Star is enough because i don't drink coffee 😃
This project is licensed under the MIT License - see the LICENSE.md file for details
Made with ❤️ by Mohsen Madani.