NativeForge is a bootsrapping framework for building cross platform apps using solito and feature generators
Nodejs >= v16 yarn
yarn global add yo generator-nativeforgenpx yo nativeforge your_app_name
cd your_app_name-
Install dependencies:
yarn -
Next.js local dev:
yarn web- Runs
yarn dev
- Runs
-
Expo local dev:
- First, build a dev client onto your device or simulator
cd apps/expo- Then, either
expo run:ios,expo run:android, oreas build
- After building the dev client, from the root of the monorepo...
yarn native(This runsexpo start --dev-client)
- First, build a dev client onto your device or simulator