csb-paymentui-sdk v1.0.5
react-native-csb-paymentui-sdk
react-native-csb-paymentui-sdk is the sdk used in the banking applications
Project Setup
npx create-react-native-library csb-paymentui-sdk
What is the name of the npm package? react-native-csb-paymentui-sdk
What is the description for the package? react-native-csb-paymentui-sdk is the sdk used in the banking applications
What is the name of package author? pavannayak19
What is the email address for the package author? pavan@codezyng.com
What is the URL for the package author? https://github.com/CodeZyngRepo
What is the URL for the repository? https://github.com/CodeZyngRepo/react-native-csb-paymentui-sdk
What type of library do you want to develop? Native module
Running the application
npm install yarn yarn example android yarn example ios
Installation
npm install react-native-csb-paymentui-sdk
Usage
import { multiply } from 'react-native-csb-paymentui-sdk';
// ...
const result = await multiply(3, 7);
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