速记:从0.44版本开始,Navigator被从react native的核心组件库中剥离到了一个名为react-native-deprecated-custom-components的单独模块中。
如果你需要继续使用Navigator,则需要先yarn add react-native-deprecated-custom-components安装,然后从这个模块中import,
即import { Navigator } from 'react-native-deprecated-custom-components'。

相关文章:

  • 2021-06-20
  • 2021-10-16
  • 2021-06-27
  • 2021-09-13
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
猜你喜欢
  • 2021-06-10
  • 2021-11-26
  • 2021-11-02
  • 2021-09-05
  • 2021-08-17
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案