Appearance
init
bash
npx react-native init movieviewer --template react-native-template-typescript@6.12.6hermes setting (false)
bash
nvm install 18.19.1
nvm use 18.19.1ios > Podfile > hermes_enable => false
bash
cd ios
pod installandroid > app > build.gradle > enableHermes: false,
package 변경
open a project ios > .xcworkspace
app > Signing & capabilities > bundle Identifier > io.github.movieviewer.app
android > app > src > java > MainActivity 전부 일괄변경 com.movieviewer > io.github.movieviewer.app
실행시 split terminal
bash
yarn run start
yarn run ios
yarn run androidvscode
- eslint
- prettier
eslint
js
const test = 2
test = 2bash
yarn run eslint example.js=> 자동으로 확인