ReactNative js 는 안 드 로 이 드 인지 ios 인지 판단 합 니 다.

145 단어
var Platform = require('Platform');
if (Platform.OS === 'android') {
	//todo
}else{
	//todo
}

좋은 웹페이지 즐겨찾기