Open9

React Native でなにか作る

hbsnowhbsnow

コマンドがちょっと古かった

p103: brew install --cask adoptopenjdk/openjdk/adoptopenjdk8
p103: brew install --cask android-studio

JDK8じゃないとダメなんかなってふと思ったけどハマりそうだからやめとく、危険な香りしかしない

hbsnowhbsnow

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

AWSの本とかにもありがち

hbsnowhbsnow
Failed packages:
- Intel x86 Emulator Accelerator (HAXM installer) (extras;intel;Hardware_Accelerated_Execution_Manager)

上記エラーでHAXMのインストールができなかった。下記のissueが該当しそう

https://github.com/intel/haxm/issues/403

hbsnowhbsnow

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

hbsnowhbsnow

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

hbsnowhbsnow

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 といつものメンバー追加