# 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

=> μžλ™μœΌλ‘œ 확인

Last Updated: 4/13/2025, 11:14:44 PM