Answers for "react native platform check"

0

react native detect platform

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

Code answers related to "react native platform check"

Code answers related to "Javascript"

Browse Popular Code Answers by Language