-
In my react native IOS app (android works fine) when I run npx react-native run ios I get a few errors related to react-native-image-picker and Yoga (whatever that is).
Screenshot of errors in xcod…
-
Hi, Thanks for the amazing library, I really appreciate that.
I recently encounter an issue where the bottom sheet cannot be hide even the snapPoints is set to 0. After some debugging, I suspect th…
-
Hi, when i build apk file with Release mode, so not render svg file.Thanks.
-
I use react native 0.63.1&& "react-native-router-flux": "^4.2.0"
but I want to move screen, "currentlyFocusedField is deprecated and will be removed in a future release. Use currentlyFocusedInput"…
-
This error occurred when I executed pod install when I was running the sample project
The 'Pods-vlcTest' target has frameworks with conflicting names: mobilevlckit.framework.
-
-
Hey,
When I update the local state or some props. Inside the renderCard function the props/state don't get updated.
Any ideas for how to get around this?
![img_5672](https://user-images.githubuse…
-
### Description
Its a little frustrating that native base doesn't have a component like `Select` but that supports selection of multiple elements.
### Problem Statement
i have sort other solution w…
-
Thanks for bringing native tabs!
currently if we use standalone TabView, we could not change style of label text, and can not render custom icons.
like if we want to render for example lottie icons.…
-
When the dropdown component unmounts in RN 0.70.1, it throws an error on removeListner() in react-native-modal. This is due to the changes in react native where removeListner has been renamed to just …