-
I have the menu working fine in my Android environment...the top level component is wrapping with
I am now trying it in IOS, and when I click, nothing happens...the menu doesn't pop-up. In additio…
-
Researching the navigation library--> the pros and cons of using each within this tutorial
-
As far as I understood, there has to be exactly one `` throughout the entire app, because only state under the same `RecoilRoot` tree is shared. I've tried to use Recoil for my React Native app, but s…
-
The changes proposed here are to be implemented and tested in the [Polaris Shopping demo app](https://github.com/nearform/nutrien-demo-app) first, then, if they work as expected there, backported here…
-
We should support integrating into existing native apps
-
### Issue Description
I think in Android 9 they introduced a new animation that I see all apps using on my phone. The slide up animation doesn't seem to be the default anymore. I don't think it's…
-
### What happened?
I recently updated the RN version to 0.72.7. When I try to build the Android app I get the error as mentioned below.
### What was the expected behaviour?
_No response_
#…
-
Hi,
I'm looking for a way to render the toast over the top of the navigation elements with react-native-navigation, similar to how its described for react-navigation https://github.com/calintamas/…
-
## 🐛 Bug Report
I have create app from scratch, then run it both in Android and iOS perfectly.
After adding RNN latest version
iOS xCode 13 Run/build failed:
`/node_modules/react-native/React/C…
-
showOverlay is really useful for creating card and notification type UI elements that don't necessarily cover the statusbar. Currently, showOverlay always impacts the statusBarStyle of the underlying …