Getting Started
Installing Smartech React Native
Install Smartech React Native plugin using the npm package manager. And then link your native dependencies :
npm install --save smartech-react-native
react-native link smartech-react-native
Install Android SDK
If you are building your Android app, follow the Getting started steps to install the Android SDK.
Install iOS SDK
If you are building your iOS app, follow the Getting started steps to install the iOS SDK.
Initialize the SDK
Grab a reference to the Smartech React Native library in your JavaScript file.
const NetcoreSDK = require('smartech-react-native');
Updated about 4 years ago