create-react-native-airborne
v0.3.1
Published
Scaffold a react-native-airborne starter project
Readme
create-react-native-airborne
Create projects from the React Native Airborne template.
Usage
bun create react-native-airborne my-appFlags
--skip-install: skipbun install --workspaces--no-git: skipgit init--nix: include root-levelflake.nix,flake.lock, and.envrc
If you use --nix, run direnv allow after cd into the generated project.
Development
From repo root:
cd tooling/create-react-native-airborne && bun run sync-templateThis refreshes template/ from the current root starter files.
