This is a sample project to link to the Everysight Maverick SDK via the react-native-evskit.
This sample project is based on Obytes starter.
- React Native dev environment
- Node.js LTS release
- Git
- Watchman, required only for macOS or Linux users
- Pnpm
- VS Code Editor
⚠️ Make sure to install all recommended extension from.vscode/extensions.json.
Clone the repo to your machine and install deps:
git clone https://github.com/user/repo-name
cd ./repo-name
pnpm installTo run the app on ios
pnpm ios(Note: we've got some added commands in there to allow it to run in Simulator)
To run the app on Android
pnpm android