-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Hasby Maulana edited this page Dec 3, 2023
·
1 revision
- Project
npx react-native@latest init
{codebase}
--title
{project}
--package-name
{com.organization.scope.project}
--template
{react-native-template-typescript}
- Convention
curl -sL https://raw.githubusercontent.com/tripteki/convention/1.0.0/bin/apply | sh
https://www.npmjs.com/package/@tripteki/eslint-config
https://www.npmjs.com/package/@tripteki/prettier-config
npm run start
(Emulator)
npm run android
npm run ios
(Device)
Lint
npm run lint
Test
npm run test
Build
Release