NativeBase icon indicating copy to clipboard operation
NativeBase copied to clipboard

Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.

Results 235 NativeBase issues
Sort by recently updated
recently updated
newest added

### Description There are some breaking chaneges in react-native-web 0.18.0 which cause compilation failures ### CodeSandbox/Snack link N/A ### Steps to reproduce Upgrade to react-native-web 0.18 ### NativeBase Version 3.4.6...

bug
web
dependencies
PR Added
v3
CRA

### Description Dependency issue while creating new react native app using native base template. ### CodeSandbox/Snack link https://snack.expo.dev/adnansiddiq ### Steps to reproduce 1. react-native --version => 8.0.5 2. node -v...

bug
v3
triage

### Description The type definition for the ref prop on at least the Button component are incorrect and don't support a forwarded ref. ### CodeSandbox/Snack link https://codesandbox.io/s/quiet-thunder-rvtxu6?file=/src/ExampleButton.tsx ### Steps to...

bug
typescript
v3

### Description ![Capture d’écran 2022-04-13 à 13 10 17](https://user-images.githubusercontent.com/33762559/163168439-965d4204-16ff-44fa-aace-94f7bca0d32f.png) When I search something, a lot of response shows up. But there all seems to be the same response. I think...

bug
low priority
v3
Docs

### Description tried to update react-native version 0.69.1 getting this error ERROR Invariant Violation: ViewPropTypes has been removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'. ### CodeSandbox/Snack link...

bug
v3
triage

### Description Not really a bug, having issues adding Native base to an existing nextjs 12.2 app, the cli, examples and documentation seem to only refer to next 12.0 and...

bug
v3
triage

### Description Button.Group display is different from the demo? ### Problem Statement ![2022-08-09 185226](https://user-images.githubusercontent.com/7404231/183630921-7ac1a4dd-d082-4c10-80b5-b73fd5e16c14.png) ![2022-08-09 185706](https://user-images.githubusercontent.com/7404231/183631671-13e327be-bd76-4b93-9c69-adfea1c71239.png) ### Proposed Solution or API button1 button2 ### Alternatives _No response_ ### Additional Information...

feature request
v3
triage

### Description useColorMode doesn't update after ColorMode change ### Steps to reproduce Since this commit, useColorMode stopped worked as intended: https://github.com/GeekyAnts/NativeBase/pull/5246/commits/940e19ec7fe4377ebf4c554db79847085185a9d8 This is because useColorScheme hook got replaced by a...

bug
v3
triage

### Description The documentation (on the website) for "Using ref" where the Factory function is used on a Text Input component needs to be changed. The example works, BUT if...

feature request
v3
Docs