1.0.2 • Published 9 months ago

react-native-urwaypaymentplugin v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

react-native-urwaypaymentplugin

Urway React Native Plugin

Installation

npm install react-native-urwaypaymentplugin

Usage

import { useUrway } from 'react-native-urwaypaymentplugin';

// ...Apple Pay Integration

const pay = useUrway(JSON.stringify(data));


// ...Purchase,Pre Auth,Tokenization Transaction Integration

(<PluginApp data={JSON.stringify(data)}  onCloseModal={handleCloseModal} />
  ) :( <Text style={styles.txtAction}></Text> ) 

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library