2016-01-18 58 views

回答

1

你可以得到平臺通過陣營Platform模塊:

var Platform = require("react-native").Platform; 
if (Platform.OS === "ios") { } 
else if (Platform.OS === "android") { } 
相關問題