0.1.3 • Published 1 month ago

@blusalt-sdk/react-native-mposplugin v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

react-native-posplugin

POS SDK (Android Only)

Installation

npm install react-native-mposplugin

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 { startMPosSDK } from 'react-native-mposplugin';

// ...

  startMPosSDK(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.3

1 month ago

0.1.2

2 months ago

0.1.1

5 months ago

0.1.0

6 months ago