0.1.0 • Published 3 years ago
react-native-bazaar-intent v0.1.0
react-native-bazaar-intent
React Native module for Bazaar Intents.
Installation
npm install react-native-bazaar-intentUsage
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 screen0.1.0
3 years ago