-
**Describe the bug**
The `` component does not re-render the image when its `source` property is updated.
**To Reproduce**
``
Then change the `uri` to `https://via.placeholder.com/150/00…
-
### Description
using extendTheme to cater for dark mode Text color doesn't work.
### CodeSandbox/Snack link
N/A. Need to use real device / simulator to toogle the dark mode
### Steps to …
-
path: `src/theme/base/colors.tsx`
1. `const theme = useTheme()`, normal colors with type, look this:
![image](https://user-images.githubusercontent.com/69896089/148324370-de993dcd-fbe1-4c91-b5a8-a…
-
### Description
If I have a react state list, and the initial value of the list is undefined, if I use this list to render the Select.Item for the Select component, it will throw an error when the pa…
-
** Before reporting this bug, please...**
1. Check the latest documentation: https://docs.nativebase.io/
2. Check for existing open/closed issues for a possible duplicate before creating a new iss…
dcboy updated
2 years ago
-
Getting following error when i run command npm install/yarn install. It is a package which is required in react native NativeBase-KitchenSink
```
\@expo\ngrok: Command failed.
Exit code: 1
Command…
-
### Description
The Input (or FormControl) won't take 100% of its parent width, on mobile only
### CodeSandBox/Snack link
https://snack.expo.dev/IivT0srpA
### Steps to reproduce
1. Create a flex …
-
### Description
trying to create a search box after learning from a tutorial.. unfortunately keep getting errors
### CodeSandBox/Snack link
https://codesandbox.io/s/distracted-lamport-tnb8z
### St…
-
When I load page that contains ` and `, It's visible is too slow.
![moveinput](https://user-images.githubusercontent.com/8403122/38162462-b2786840-351c-11e8-98e4-5d49d46ccc76.gif)
Additionally, …
-
**Describe the bug**
I'm using native-base + nextjs.
```
{[...Array(10).keys()].map((_, i) =>
}
```
The bug is the following:
* If you start your build or refresh your browser, I alway…