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