1.0.2 • Published 2 years ago
tuktuk-nivx v1.0.2
How to run the app
To build a development build on the simulator you can do
yarn development-simulatorand for the ios device you can do
yarn developmentAfter running either one of those you can run
yarn startExpo Router Example
Use expo-router to build native navigation using files in the app/ directory.
🚀 How to use
npx create-expo-app -e with-router📝 Notes
To pack
To create a tgz file for deployment run
yarn pack