ReactNative遇到的一些坑

1. 如果通过一个url进行下载上传操作,这个url中包含有中文的话,一定要记得将这个url转为URLEncode编码。

如: encodeURI('http://test/有中文.doc');

 

2.查看动态运行的文件

http://localhost:8081/index.ios.bundle


3.将8081端口改为其他端口
react-native start --port 8089

  

 
posted @ 2016-06-27 15:13  我叫南部21号  阅读(424)  评论(0编辑  收藏  举报