import React from 'react'; import { Radio, Text, RadioGroup } from '@native-base/v3'; export default function () { return ( First Second Third ); }