import React from 'react'; import { Radio, Icon } from 'native-base'; import { MaterialCommunityIcons } from '@expo/vector-icons'; export const Example = () => { return ( } />} my={1} > Alien } />} my={1} > Fire } />} my={1} > Warning ); };