码迷,mamicode.com
首页 > 移动开发 > 详细

React Native区分安卓/iOS平台

时间:2018-08-12 15:39:03      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:code   rom   false   ===   als   port   android平台   alert   span   

import {
    Platform,
} from ‘react-native‘;
alert(JSON.stringify(Platform));
android手机弹出:{"OS":"android","Version":25,"is Testing":false} 我是android7.1的
如果是苹果OS则为iOS
所以可以用以下判断方式
 
if(Platform.OS===‘android‘){ 
    //如果是android平台
}else{

 

React Native区分安卓/iOS平台

标签:code   rom   false   ===   als   port   android平台   alert   span   

原文地址:https://www.cnblogs.com/summary-2017/p/9462744.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!