NativeBase
NativeBase copied to clipboard
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
### Description The stack's space prop is broken when the component orientation is specified with the flexDirection prop. It only works if you specify orientation with the direction prop. See...
### Description I tried with some of the snack examples from docs, happens to be dependency issues ### CodeSandbox/Snack link https://snack.expo.dev/ ### Steps to reproduce 1. Go to NativeBase docs...
### Description Is there a plan to support using NativeBase components in Remix apps any time soon ? Other component libraries like Mantine have support for Remix, but I am...
### Description TextArea's totalLines is not effecting the size of the text area field ### CodeSandbox/Snack link https://snack.expo.dev/@ricohumme/textarea-example ### Steps to reproduce See snack to view a reproducable case ###...
### Description Input with type = "password" unable to be push to the top of virtual keyboard and is overlay by keyboard ### CodeSandbox/Snack link - ### Steps to reproduce...
### Description tooltip now cannot work on mobile, because it depends on mouse hover or keyboard event. can we add a feature show tooltip when the trigger item was clicked...
### Description Detox times out on await whenever there is a on the screen, Cypress tests cannot find the component when trying to interact with it ### CodeSandbox/Snack link -...
### Description 1. Add a onPress prop on the Select component to customize what to do when we click on the Pressable around the input `commonInput`. 2. Add a way...
### Description defaultProps as function ignores variant ### CodeSandbox/Snack link Not relevant - app only ### Steps to reproduce When customizing the theme, add: ```ts extendTheme({ components: { Text: {...
### Description Nativebase with React Native CLI and Next JS built with Nx monorepo breaks in installation ### CodeSandbox/Snack link https://notavailable.com ### Steps to reproduce My project is built with...