目次
前書き
ReactNative関連のルートページです。
ブログ記事って久々にみると何書いたっけ?
ってなったので、ここきたら大体なんでもわかるっているルートページを作成することにしました。
一覧
環境構築
| カテゴリー | リンク |
| Node.js | WindowsにNodeのバージョン管理を導入する |
| プロジェクト作成 | npx react-native init でプロジェクトが作成できない場合の対処方法 |
エラー
- ‘React’ must be in scope when using JSXeslintreact/react-in-jsx-scope
- Uncaught SyntaxError: Cannot use import statement outside a module (at script.js:1:1)
- The build file has been changed and may need reload to make it effective.Java(0)
- GestureDetector must be used as a descendant of GestureHandlerRootView. Otherwise the gestures will not be recognized. See https://docs.swmansion.com/react-native-gesture-handler/docs/installation for more details.

コメント