0.43.0版本之前 Navigator版本可以直接導(dǎo)入
import {
AppRegistry,
StyleSheet,
Text,
View,
Dimensions,
Navigator
} from 'react-native';
0.43.0版本以后,就不行了
直接導(dǎo)入瓷患,會報錯
直接導(dǎo)入肝箱,會報錯
- 解決辦法,進入當(dāng)前項目文件绵载,安裝Navigator所在的庫
yarn add react-native-deprecated-custom-components
- 在使用的js文件中將Navigator引入進來
import {Navigator} from 'react-native-deprecated-custom-components';
注意,如果出現(xiàn)下面的錯誤:
Duplicatedeclaration " Navigator"
解決辦法:
解決辦法