@blusalt-sdk/react-native-posplugin
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

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

Package Sidebar

Install

npm i @blusalt-sdk/react-native-posplugin

Weekly Downloads

9

Version

0.1.7

License

MIT

Unpacked Size

259 kB

Total Files

24

Last publish

Collaborators

  • folarinblusalt
  • oluwaseyiblusalt
  • blusalt-fs