import React from 'react'; import { Stack, FormControl, NumberInput, NumberInputField, NumberInputStepper, NumberIncrementStepper, NumberDecrementStepper, } from 'native-base'; export const Example = () => { return ( How many components we have You can make a guess. Don't worry, it's just an example. ); };