Aaron O'Donnell

Results 2 comments of Aaron O'Donnell

it's due some of the styling added to the wrapper `Stack` component you can override this with the `_stack` prop, eg `` long term it's probably best to use a...

`Input.tsx` ``` import { IInputProps, Input as NBInput } from 'native-base'; import React, { forwardRef } from 'react'; export const Input = forwardRef((props, ref) => ( )); ``` I made...