0.1.7 • Published 2 months ago

@blusalt-sdk/react-native-posplugin v0.1.7

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

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

0.1.7

2 months ago

0.1.6

2 months ago

0.1.5

5 months ago

0.1.4

6 months ago

0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago