gpt4 book ai didi

javascript - 在 UIManager 中找不到 RNCSafeAreaView

转载 作者:行者123 更新时间:2023-11-28 03:05:33 25 4
gpt4 key购买 nike

系统:操作系统:Linux 5.3 Ubuntu 18.04.4 LTS(仿生海狸)CPU:(4) x64 Intel(R) Core(TM) i5-4300U CPU @ 1.90GHz内存:378.16 MB/7.66 GB外壳:4.4.20 -/bin/bash二进制文件:节点:12.16.1 -/usr/bin/node yarn :1.21.1 -/usr/bin/yarnnpm:6.13.4 -/usr/bin/npm守望者:4.9.0 -/usr/local/bin/watchman

SDK:

  • Android SDK:
  • API 级别:23、25、27、28
  • 构建工具:23.0.1、23.0.3、27.0.3、28.0.3
  • 系统镜像:android-28 |英特尔 x86 Atom_64、android-28 |谷歌API Intel x86 Atom

IDE:Android Studio:3.5 AI-191.8026.42.35.5791312

npm 包:

react :16.9.0 => 16.9.0

react 原生:0.61.5 => 0.61.5

npmGlobalPackages:

react-native-git-upgrade:0.2.7

"dependencies": {
"@react-native-community/masked-view": "^0.1.7",
"@react-navigation/bottom-tabs": "^5.1.1",
"@react-navigation/native": "^5.0.9",
"@react-navigation/stack": "^5.1.1",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-deprecated-custom-components": "^0.1.2",
"react-native-gesture-handler": "^1.6.0",
"react-native-reanimated": "^1.7.0",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.3.0",
"react-native-scrollable-tab-view": "^1.0.0",
"react-native-swiper": "^1.6.0-rc.3",
"react-native-tab-navigator": "^0.3.4"
}

代码:

function HomeScreen() {
return (
<View style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}>
<Text>Home!</Text>
</View>
);
}

function SettingsScreen() {
return (
<View style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}>
<Text>Settings!</Text>
</View>
);
}
return (
<NavigationContainer>
<Tab.Navigator>
<Tab.Screen name="Home" component={HomeScreen} />
<Tab.Screen name="Settings" component={SettingsScreen} />
</Tab.Navigator>
</NavigationContainer>
)

最佳答案

关于javascript - 在 UIManager 中找不到 RNCSafeAreaView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60646811/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com