create-rn-template
v1.0.0
Published
Scaffold an Expo + React Native feature-first app (auth + example feature, tests, Fastlane, Maestro, Detox)
Maintainers
Readme
create-rn-template
Scaffold the RN Template Expo app (feature-first src/features, TanStack Query, Zustand, i18n, Jest/MSW, Detox, Maestro, Fastlane).
Usage
npx create-rn-template my-app
cd my-app
npm startFlags:
--skip-install— copy only; runnpm installyourself--skip-setup— skip interactive rename (npm run template:setuplater)
Publish (maintainers)
From the repository root (parent of this folder):
npm run sync:template
cd create-rn-template
npm install
npm publishBefore the first publish, update package.json: name (e.g. @your-scope/create-rn-template), repository, bugs, homepage. For a scoped public package add:
"publishConfig": { "access": "public" }Note: template/ is generated by sync:template and may be gitignored; always run sync before npm publish so the tarball includes the app files.
License
MIT
