-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
React Native 0.69.0
https://github.com/facebook/react-native/releases/tag/v0.69.0
https://react-native-community.github.io/upgrade-helper/?from=0.68.2&to=0.69.0
問題
-
react-native-vector-iconsでクラッシュUnrecognized font family 'Ionicons'- svg 系のライブラリに移行してもいい
- 対応版の9.2.0がリリースされた
-
react-native-sqlite-storageでopenDatabaseでクラッシュ[TypeError: null is not an object (evaluating 'NativeModules["SQLite"][method]')]- PR 出した
- ひとまず patch-package で対応する
- react-native-maps でクラッシュ
migrate to deprecated-react-native-prop-types- 0.30.2 で修正
原因
react-native cli の変更
- see: refactor(breaking): remove deprecated
link,unlinkand associated code react-native-community/cli#1537 - see: https://github.com/react-native-community/cli/blob/master/docs/autolinking.md
解決策は?
react-native.configファイルを書き直す
やること
- redux 関連のアップデート
- useEffect 関連の動作確認
Metadata
Metadata
Assignees
Labels
No labels