import React from 'react'; import { Radio } from 'native-base'; export const Example = () => { return ( First Second Third ); };