Questions tagged [wix-react-native-navigation]

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

269 questions
1
vote
1 answer

react native navigation statusbar background color

I am trying out react native navigation(v2) for my app, and I can't get it to change the background color of my statusbar. I am able to change the background color of my topBar, but that doesn't affect the statusbar background color. In iOS…
1
vote
1 answer

react-native-navigation: release screens after use

Issue Description It is not clear how screens can be unregistered. When using redux, it seems that when using startSingleScreenApp and startTabBasedApp, the initial screen from which the app is triggered remains in memory, which causes it to…
html_programmer
  • 18,126
  • 18
  • 85
  • 158
1
vote
2 answers

Code-Push with React-Native bundle is always null

We are attempting to implement CodePush from Microsoft App Center. We have managed to get to the point where the application downloads the package, and unpacks it. However, it always ends with the response Update is invalid - A JS bundle file…
1
vote
0 answers

React Native Navigation library showModal, push, pop relating to the React Native lifecycle

Using the 'react native navigation' library Short: How does the react native navigator library relate to the react native life cycle. I know it's built on top of native code. It seems you could call showModal, push, pop from several lifecycle steps…
Coder Lam
  • 395
  • 1
  • 3
  • 13
1
vote
0 answers

Open modal from tab bar

I have 3 tabs and I want to open a modal when the user presses on the second tab at the moment it just navigates to the screen. Navigation.startTabBasedApp({ tabs: [ { screen: 'Settings', title: 'Settings' }, { screen: 'CreateRecord',…
1
vote
1 answer

React native wix/react-native-navigation

Having some issues with this navigation library. I see that all components independent, but i need to have like HOC on top of all screens. For example if i have no connection i would like to show only one screen and if connection available - show…
Андрей Гузюк
  • 2,134
  • 6
  • 29
  • 53
1
vote
2 answers

React Native FIrebase with Wix React Native Navigation

Has anyone got these 2 working together? I added react native firebase to my app and it crashes on start up. I then tested the starter kit provided by react native firebase and once I install react native navigation the app crashes. Using React…
1
vote
2 answers

How to disable sideMenu on current window

How to disable sideMenu on current window even user swipe right or left on the screen Environment React Native Navigation version: 2.0.2106 React Native version: 0.52.2 Platform(s) (iOS, Android, or both?): both Device info (Simulator/Device? OS…
1
vote
0 answers

react-native-navigation Tab Bar Icon from Android Drawables and iOS xcassets

I am using react-native-navigation as a preferred navigation approach in our react-native application. We are planning on using the hybrid approach for icons where we still add icons in xcassets and drawables. I am seeing a specific issue with…
1
vote
1 answer

React native navigation with modal: resize; appear from bottom

How to specifiy modal height react native navigation? It default stretches full screen, how to stretch it half screen? Can the drawer be shown from the bottom?
Andrew
  • 11
  • 1
  • 2
1
vote
0 answers

ScreenVisibilityListener in react-native-navigation

I am using the code below to register to know the changes of the screens. Problem when I use SharedElementTransition. to push on a screen. It does not fire the event that was logged. Has anyone ever experienced this? version: react-native-cli:…
1
vote
1 answer

react-native justifying content center is causing items to jump around on android

I'm trying to build a simple login screen. However when I try to justify the content to center, the elements will not stop jumping up and down. . If I remove flex or justifyContent attributes it stops jumping. My code looks like this export default…
user133688
  • 6,864
  • 3
  • 20
  • 36
0
votes
0 answers

Navigate from Swift screen to React Native screen with Wix/react-native-navigation

I'm using Wix/react-native-navigation external component to navigate from React-Native to Swift/Kotlin pages. Is there any way to navigate from a Swift/Kotlin screen to a specific React-Native screen? So far I've only been able to use the standard…
Sheldon
  • 175
  • 9
0
votes
1 answer

React navigation 6 ( navigate to another stack and specific screen)

I'm using react navigate V6 and I want to move between stacks , but this code is not working : navigation.navigate("Stack Name", { screen: "screen Name" }); @react-navigation/native is not working with V6
0
votes
0 answers

On a new and fresh React Native app I get this error. It is too late to set source Compatibility It has already been read to configure this project

This Error is shown when creating the Android build: It is too late to set sourceCompatibility It has already been read to configure this project. Consider either moving this call to be during evaluation, or using the variant API. This is what i'm…