react Nactive 简直火的不行,所以我也来凑个热闹,mac安装过程一直很顺利。
只是在这里卡了一下下。汗!
1.找 RCTWebSocketExecutor.m 文件在哪 ?
在xcode 项目中的library中。
其他
To run your app on iOS:
cd /Users/chen/FristProject
react-native run-ios
- or -
Open ios/FristProject.xcodeproj in Xcode
Hit the Run button
To run your app on Android:
cd /Users/chen/FristProject
Have an Android emulator running (quickest way to get started), or a device connected
react-native run-android
android 真机运行白屏问题
在应用程序管理中允许此程序打开悬浮窗权限。
could not get batched bridge, make sure your bundle is packaged correctly
这个直接摇一摇 在最下面的 'Dev Settings'中设置好ip和端口号后reload就正常了
ActivityIndicatorIOS这个控件被报找不到element type is invalid expected a string
改成ActivityIndicator 就ok 了 。。。
在写一个跳转的时候遇到这个 cannot read property of 'push' undefined
his.props.navigator.push({
title:movie.title,
component:MovieDetail,
});
原来这个方法必须要有头才能调用 NavigatorIOS