यद्यपि React Native ले iOS र Android मा अधिकांश code साझेदारी गर्छ, कहिलेकाहीँ तपाईंलाई platform-specific code वा styling चाहिन्छ — विभिन्न platform behaviors, designs, वा capabilities को लागि। React Native ले यसको लागि Platform module र platform-specific file extensions प्रदान गर्छ।
The Platform module
{ } ;
(. === ) { }
(. === ) { }
styles = {
: . === ? : ,
....({
: { : },
: { : },
}),
};
