NativeBase
NativeBase copied to clipboard
Mobile-first, accessible components for React Native & Web to build consistent UI across Android, iOS and Web.
### Description When the toast is displayed, the return can be triggered normally ### CodeSandbox/Snack link temporarily unavailable ### Steps to reproduce back cannot be used when toast is displayed!...
### Description Rendering children in a container is throwing a "key" error ### CodeSandbox/Snack link See below ### Steps to reproduce 1. Go to '...' 2. Click on '...' 3....
When using [email protected] and [email protected] app is failing to start because of this error: "_reactNative.Keyboard.removeListener is not a function\n at ToastContainer.componentWillUnmount". Could you please ship v2 fix since it is...
The fab component only accepts the following values for its placement prop: "top-right" | "top-left" | "bottom-right" | "bottom-left". Added new props for fab component- ->”top-center” ->”bottom-center” ->”center” ->”left-center” ->”right-center”
## I have gone through these following points - [x] Check latest documentation: https://docs.nativebase.io/ - [x] Check for existing open/closed issues for a possible duplicate before creating a new issue:...
## Summary Fix log error because of invalid DOM property in SVG icon ## Changelog [CATEGORY] [TYPE] - Message ## Test Plan Check the log again Signed-off-by: Egi Ginting
### Description Declaring a custom type for typescript support is not showing autocomplete suggestions ### CodeSandbox/Snack link https://snack.expo.dev/TxzqfrhF4 ### Steps to reproduce 1. Setup the theme typings as described [here](https://docs.nativebase.io/typescript)...
### Description With latest update 3.4.1, customizing template no longer works for some props ### CodeSandbox/Snack link https://docs.nativebase.io/next/customizing-components ### Steps to reproduce When using components, I used to have my...
### Description When using Input component from mobile browsers like Safari or Chrome on IOS, you can see that the highlighted outline has no border radius to match Input radius...
### Description Dragging the `` doesn't capture the touch move and it bubbles up to the parent screen. When this is a modal, it starts moving because modals can be...