ReactNative遇到的一些坑

时间:2022-03-06 06:37:12

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

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

2.查看动态运行的文件

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

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