React Native でなにか作る

React Native JavaScriptによるiOS/Androidアプリ開発の実践
上記を読みながらやっていく

コマンドがちょっと古かった
p103: brew install --cask adoptopenjdk/openjdk/adoptopenjdk8
p103: brew install --cask android-studio
JDK8じゃないとダメなんかなってふと思ったけどハマりそうだからやめとく、危険な香りしかしない

アプリのキャプチャめっちゃたくさんのってて最高なんだけど、悲しいことにバージョンがあがって現状と変わってしまっているやつ
AWSの本とかにもありがち

P109: Andoroid SDK Tools は Android SDK Command-line Tools?

Failed packages:
- Intel x86 Emulator Accelerator (HAXM installer) (extras;intel;Hardware_Accelerated_Execution_Manager)
上記エラーでHAXMのインストールができなかった。下記のissueが該当しそう

brew install intel-haxm
したらエミュレータは起動した。バージョンが異なるので若干不安だが、動いたのでヨシ!

npx react-native init ExampleReactNative --template react-native-template-typescript

yarn add -DE prettier eslint-config-prettier eslint-plugin-import @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-plugin-react eslint-plugin-jest
デフォルトで ESLint は入っていたので prettier といつものメンバー追加

とりあえず作った