React Native iOS மற்றும் Android-இல் பெரும்பாலான code-ஐ share செய்கிறது, ஆனால் சில சமயங்களில் நீங்கள் platform-specific code அல்லது styling-ஐ தேவைப்படும் — வெவ்வேறு platform behaviors, designs, அல்லது capabilities-க்கு. React Native Platform module மற்றும் platform-specific file extensions-ஐ இதற்கு வழங்குகிறது.
Platform module
{ } ;
(. === ) { }
(. === ) { }
styles = {
: . === ? : ,
....({
: { : },
: { : },
}),
};
