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/5228 Originally posted by **fafo** July 28, 2022 ### Description When using initialFocusRef property in Modal, the keyboard should open, instead the cursor blinks the selected input,...

bug
v3

### Description While using React Native for macOS. I am using the NativeBase library which works very good. I am using the select component however it is rendering a sliding...

bug
v3
triage

### Description AlertDialog should put focus on the leastDestructiveRef when the alert is opened. ### CodeSandbox/Snack link https://snack.expo.dev/@jasontank/leastdestructiveref ### Steps to reproduce 1. Go to https://docs.nativebase.io/alert-dialog 2. The sole example...

bug
v3
triage

### Description Extending custom prop with component props in `baseStyle` is not working with typescript. Facing typing issue. ### CodeSandbox/Snack link https://codesandbox.io ### Steps to reproduce 1. Go to '...'...

bug
typescript
v3

### Description So I’m creating a custom theme object for NativeBase and inside of it I am adding some extra properties like “backgroundColor”. Later when accessing these properties through useTheme()...

bug
v3
triage

### Description Box, Skeleton, and other components do not contain type definitions for the "variant" prop, even though if the "variant" prop is defined in "extendTheme" it is still applied....

bug
v3
triage

### Description Described in the `Additional Information` section (as it was easier to format there) ### CodeSandbox/Snack link https://docs.nativebase.io/input#h3-input-variants ### Steps to reproduce 1. Go to URL 2. See errors...

bug
v3
triage

![Simulator Screen Shot - iPhone 11 - 2021-11-15 at 18 25 56](https://user-images.githubusercontent.com/93183791/141765845-e49674de-b8ba-4201-8078-eb82228c9548.png) Firebase.json { "name": "myapp", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native...

**Describe the bug** I Wrote 2 lists, one using native-base components, second one using react-native components, and I am experiencing 2 to 3 times slower render on native-base side, my...

v3