Package Exports
- ton-client-react-native-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ton-client-react-native-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ton-client-react-native-js
TON Labs Client Library for React Native
See https://docs.ton.dev/86757ecb2/p/92b041-overview for documentation
Copyright 2018-2020 TON DEV SOLUTIONS LTD.
Install
npm install react-native-client-js
Test
This project contains the testApp
that runs the main test suite from ton-client-js
.
Test environment for iOS:
- Xcode (latest version)
- NodeJs (at least 12)
Test environment for Android:
- Android Studio with emulator
- NodeJs (at least 12)
Run tests:
cd testApp
npm install
node prepare-suite.js
node run-suite.js ios
node run-suite.js android