@blusalt-sdk/react-native-posplugin
v0.1.7
Published
POS SDK
Downloads
11
Readme
react-native-posplugin
POS SDK (Android Only)
Installation
npm install react-native-posplugin
Android Setup
#Create a github.properties file in the root folder of android. Path should be like below: E.g. "myReactApp/android/github.properties"
# Add the following in github.properties:
USERNAME_GITHUB=MyUsernameOnGithub
TOKEN_GITHUB=TokenFromGithubClassicToken
Usage
import { startPosSDK } from 'react-native-posplugin';
// ...
startPosSDK(apiKey,(responseJson)=>{
console.log(responseJson);
});
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