While React Native shares most code across iOS and Android, sometimes you need platform-specific code or styling — for different platform behaviors, designs, or capabilities. React Native provides the Platform module and platform-specific file extensions for this.
The Platform module
{ } ;
(. === ) { }
(. === ) { }
styles = {
: . === ? : ,
....({
: { : },
: { : },
}),
};
