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

No### Description I expect the input to be disabled when wrapped in a formcontrol ### Steps to reproduce project with dependencies "native-base": "^3.4.16", "react": "18.2.0", "react-hook-form": "^7.43.5", "react-native": "0.71.0", "react-native-safe-area-context":...

bug
v3
triage

### Description It would be a nice enhancement to add the allowFontScaling and maxFontSizeMultiplier properties for the Select component's placeholder. ### Problem Statement When the device's font is very big...

feature request
v3
triage

### Description We are trying to achieve below functionality using Native base Input control: ![image](https://github.com/GeekyAnts/NativeBase/assets/20834895/7c381b5e-65a5-4770-b96d-0ceabc1ce904) But somehow Nativebase Input control does not support change of bordercolor on windows. I also...

feature request
v3
triage

### Description The [RadioGroup's `value` prop](https://docs.nativebase.io/radio#h3-radio-group) implementation should change, such that if you had previously passed a string and now pass `undefined`, the radio input element will stop being selected....

feature request
v3
triage

### Description On dragging slider to value=0, onChangeValue is updated with 0. However the onChangeEndValue remains unchanged. It is occuring due to `v && setOnChangeEndValue(Math.floor(v))`. Removing `v &&` fixes the...

bug
v3
triage