React native 判断 Platform

    xiaoxiao2021-11-16  85

    在模拟器中运行,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,重新编译执行也许是个办法

    转载请注明原文地址: https://ju.6miu.com/read-678268.html

    最新回复(0)