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

### Discussed in https://github.com/GeekyAnts/NativeBase/discussions/5176 Originally posted by **shashank1010** June 8, 2022 ### Description When you open the modal for this example https://snack.expo.dev/@shashank1010/modal-checkbox-click-issue You would notice that the first field has...

bug
v3

### Description ActionSheet component with React.Context. The context consumer doesn't appear to have the latest state. ### CodeSandbox/Snack link https://snack.expo.dev/@joeyjiron06/2a8d0e ### Steps to reproduce _No response_ ### NativeBase Version 3.4.8...

bug
v3
triage

moved `useColorModeValue` hook at top

I am using NativeBase with my ReactNative App. It is running ok. However there is a warning that is bugging me a little bit. How do I fix the warning...

v3

### Description The TypeScript definitions for `TextArea` still reference the `autoCompleteType` prop which was removed from React Native recently. ### CodeSandbox/Snack link N/A ### Steps to reproduce 1. Install `native-base`...

bug
v3
triage

### Description Please add support for ranged-slider for selecting between two values ### Problem Statement Currently Slider component only support one-sided and only one value per Slider, there're use cases...

feature request
v3
triage

### Description The same issue as https://github.com/GeekyAnts/NativeBase/issues/4692 but it's closed. ### CodeSandbox/Snack link https://snack.expo.dev/@hohoaisan/9eb3f4 ### Steps to reproduce 1. Go to https://snack.expo.dev/@hohoaisan/9eb3f4 2. Click 'Actionsheet' button to open the Actionsheet....

bug
v3
triage

The `strokeWidth` attribute for this `Path` component was incorrectly defined as `stroke-width`. Error in console; ```Warning: Invalid DOM property `stroke-width`. Did you mean `strokeWidth`? at path at g at ChildPath...