POS SDK (Android Only)
npm install react-native-posplugin
#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
import { startPosSDK } from 'react-native-posplugin';
// ...
startPosSDK(apiKey,(responseJson)=>{
console.log(responseJson);
});
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library