react native platform.os how to distinguish huawei and normal devices code example
Example: react native get OS
const design = Platform.select({
android: {
header: true
},
ios: {
header: false
},
});
const design = Platform.select({
android: {
header: true
},
ios: {
header: false
},
});