React native 判断 Platform

来源:互联网 发布:c语言排序算法 编辑:程序博客网 时间:2024/05/11 04:54

在模拟器中运行,Platform 可以判断出来,

但是在真机运行的时候Platform 这个platform,什么也没出来

解决办法: IOS  删掉app,重新build

                Android 删掉 index.android.bundle

               重新执行 

react-native bundle --platform android --dev false --entry-file index.android.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res/  



同样的textInput,密文输入也是这个问题,有时候不显示密文,尤其对于android平台,稳定性真的有待提高

同样的代码,有时就表现的很诡异,删掉app,重新编译执行也许是个办法



0 0
原创粉丝点击