Writing Platform-Specific Components for iOS and Android in React Native

InstructorBonnie Eisenman

Share this video with your friends

Send Tweet

Learn to write components that render differently on iOS and Android, but present the same API. First, we'll use the Platform module to change behavior based on the platform. Then, we'll use the platform-specific file extensions, .ios.js and .android.js, to render platform-specific components.