React native 判断 Platform

前端之家收集整理的这篇文章主要介绍了React native 判断 Platform前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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

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

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

Android 删掉 index.android.bundle

重新执行

react-nativebundle--platformandroid--devfalse--entry-fileindex.android.js--bundle-outputandroid/app/src/main/assets/index.android.bundle--assets-destandroid/app/src/main/res/


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

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

原文链接:https://www.f2er.com/react/305456.html

猜你在找的React相关文章