0.1.0 • Published 2 years ago

react-native-bazaar-intent v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-bazaar-intent

React Native module for Bazaar Intents.

Installation

npm install react-native-bazaar-intent

Usage

import { details, comments, developerApps, userLogin } from 'react-native-bazaar-intent';

// ...

details(PACKAGE_NAME) // Details screen
comments(PACKAGE_NAME) // Comment screen
developerApps(DEVELOPER_ID) // Developer Apps screen
userLogin() // User login screen