import React from 'react'; import { FormControl, FormLabel, FormErrorMessage, FormHelperText, NumberInput, NumberInputField, NumberInputStepper, NumberIncrementStepper, NumberDecrementStepper, Container, } from '@native-base/v3'; export default function () { return ( How many components we have You can make a guess. Don't worry, it's just an example. ); }