速記:從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'。
