1. 如果通过一个url进行下载上传操作,这个url中包含有中文的话,一定要记得将这个url转为URLEncode编码。
如: encodeURI('http://test/有中文.doc');
2.查看动态运行的文件
http://localhost:8081/index.ios.bundle
3.将8081端口改为其他端口
react-native start --port 8089
1. 如果通过一个url进行下载上传操作,这个url中包含有中文的话,一定要记得将这个url转为URLEncode编码。
如: encodeURI('http://test/有中文.doc');
2.查看动态运行的文件
http://localhost:8081/index.ios.bundle
react-native start --port 8089