Answers for "verify platform in react native"

0

react native detect platform

Platform.select({
	ios: {
		backgroundColor: 'red',
	},
	android: {
		backgroundColor: 'blue',
	},
})
Posted by: Guest on March-06-2021

Code answers related to "verify platform in react native"

Code answers related to "Javascript"

Browse Popular Code Answers by Language