tar-sdk
v1.1.9
Published
Tropos AR SDK integration for React Native
Downloads
135
Readme
tar-sdk-module
Tropos AR SDK integration for React Native
Installation
npm install tar-sdk
Usage
import { TARSDK } from 'tar-sdk';
// ...
const tarsdk = new TARSDK(Config.APIKEY)
tarsdk.showTAR();
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