Skip to content

React Native 0.69.x で正しく動作しない件 #32

@mitsuharu

Description

@mitsuharu

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-storageopenDatabase でクラッシュ
    • [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 の変更

解決策は?

  • react-native.config ファイルを書き直す

やること

  • redux 関連のアップデート
  • useEffect 関連の動作確認

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions