import React from 'react'; import { Radio, Stack } from 'native-base'; export const Example = () => { return ( Small Medium Large ); };