We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-navigation的导航tab在crn框架下无法显示,不知道有没有人碰到这个问题,同样的代码在expo下是可以正常运行的
The text was updated successfully, but these errors were encountered:
你看看你的js目录是不是有点开头的临时目录 比如 “.rn_temp” 这样的目录 ,如果是这样的情况 ,可以把点去掉,重新编译在进行验证 OK
Sorry, something went wrong.
不是这个问题的,我的js文件并没有.rn_temp文件,在使用react-navigation时,header和底部tab的设置都会有向下偏移的情况比如需要添加 tabBarOptions: { style: {height: 100, paddingBottom: 90} } tab的文字和图标才能正常显示。
tabBarOptions: { style: {height: 100, paddingBottom: 90} }
@kfayay @sunfengbiao android 在react link react-native-gesture-handler找不到MainApplication,只有BaseApplication怎么办? 是怎么解决的, 还有引入其他第三方也同样
No branches or pull requests
react-navigation的导航tab在crn框架下无法显示,不知道有没有人碰到这个问题,同样的代码在expo下是可以正常运行的
The text was updated successfully, but these errors were encountered: