React Native Platform APIs Use this skill when writing platform-specific code for iOS and Android, handling platform differences, and accessing native functionality. Key Concepts Platform Detection Detect the current platform: Platform-Specific Files Create platform-specific files: Platform-Specific Components Use platform-specific components: Best Practices Use Platform.select for Inline Differences Handle Safe Areas Properly handle notches and safe areas: Permissions Handling Request platform-specific permissions: Back Button Handling (Android) Handle Android hardware back button: Common Pa…