import React from 'react'; import { NativeBaseProvider, Text, Box } from 'native-base'; function MyComponent() { return ( // This would look different on devices with different insets NativeBase ); } export const Example = () => { return ( ); };