Top "Wix-react-native-navigation" questions

Questions about Wix's React Native Navigation package (react-native-navigation on npm).

"Could not get unknown property 'mergeResourcesProvider' for object of type com.android.build.gradle.internal.api.ApplicationVariantImpl."

{ "name": "RNNProject", "version": "0.0.1", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", "test": "jest" }, "dependencies": { "react": "16.8.3", "react-native": "0.59.1", "…

android react-native wix-react-native-navigation
Application has not been registered (react-native-navigation v2)

React native navigation v2 issue. My app starts with index.js and it is registered into AppDelegate as well. Here …

wix-react-native-navigation react-native-navigation-v2
How to add sidebar drawer with react native navigation v2?

With react-native-navigation v1 you can set up a drawer like this: drawer: { left: { screen: 'ScreenName' } } In docs of react-native-navigation they …

react-native-navigation wix-react-native-navigation react-native-navigation-v2
White flickering when transitioning to a new screen and the background is a dark color?

I am experiencing this when transitioning to one screen to another with two different navigators: ex-navigation and the new one …

react-native react-native-navigation velo wix-react-native-navigation exponentjs