Skip to content

75341704/react-native-Common-Problems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

react-native 开发常见问题

iOS

1、 在不修改info.plist文件之前,一定要用https的网络请求(如何修改请百度);

2、在使用定位,拍照,相机等权限的时候,也需要在info.plist中修改,可以参考react-native-image-picker闪退的解决办法

Android

1、真机调试的时候,需要在Dev Settings里面修改Debug server host & port for device,将本地IP + :8081填入输入框;

2、真机调试的时候,如果无法通过摇一摇唤起开发菜单,可以通过终端运行adb shell input keyevent 82唤起;

3、真机调试的时候,小米、魅族要开启悬浮窗权限和关闭MIUI优化;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published