# init
npx react-native init movieviewer --template react-native-template-typescript@6.12.6
# hermes setting (false)
nvm install 18.19.1 nvm use 18.19.1
ios > Podfile > hermes_enable => false
cd ios pod install
android > 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
yarn run start yarn run ios yarn run android
# vscode
eslint prettier
# eslint
const test = 2 test = 2
yarn run eslint example.js
=> μλμΌλ‘ νμΈ