Skip to content
Hasby Maulana edited this page Dec 3, 2023 · 1 revision

React.native Codebase


Installation

  1. Project

npx react-native@latest init {codebase} --title {project} --package-name {com.organization.scope.project} --template {react-native-template-typescript}

  1. 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


Configuration

Here...


Development

npm run start

(Emulator)

  • npm run android
  • npm run ios

(Device)

Run

Lint
npm run lint

Test
npm run test

Build

Release

Release

Clone this wiki locally