-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
undefined is not an object(evaluating 'ViewPropTypes.styles') #52
Comments
另外一个错误rctcamerarollmanager.getphotos,参考这个: |
@JackSteven 这些错误是怎么导致的? 可以理解为 |
这个demo我都没运行起来过 |
@PengJuWang 升级下版本: |
第一个坑遇到过,然后用react-native-git-upgrade 进行升级,出现很多冲突,更新修改后,能编译通过并安装。但是闪退,闪退,闪退!求助,怎么破啊 |
我按照第一个修改了,可还是有问题这个 问题 |
我的也是还报style的错,咋搞? |
第一个修改错误是有问题的 出现了另一个错误 |
ptomasroos/react-native-scrollable-tab-view#643 根据这个react-native插件库里的讨论。 downgrade react-native-scrollable-tab-view. Latest versions not compatible with react-native older than 0.44
接着我发现了Unrecognized font family ionicons的报错 这个是因为没有link到字体库导致的 react-native link react-native-vector-icons 当执行完后,如果使用的xcode,那么会得到 redefinition of rctloglevel 的报错
程序就可以完美运行了 |
summary of how I solved this problem:
thanks. |
summary of how I solved:
Thanks @ericoda @windyrain |
楼上大神正解,thx |
楼上正解完美.....多谢 |
楼上正解,thx |
@MilkBiscuit problem soved, thanks |
@MilkBiscuit Thanks problem soved |
really help, thanks |
遇到第一个坑:
解决方法:
node_modules\react-native-scrollable-tab-view\DefaultTabBar,ScrollableTabBar,index里面的ViewPropTypes改成了View.propTypes
遇到第二个坑:
解决方法:
将 Icon.TabBarItem 换成 TabBarIOS.Item,里面一些属性修改iconName换成icon,selectedIconName换成selectedIcon。
The text was updated successfully, but these errors were encountered: