react-native-router-flux Questions

5

We're building a RN app (RN0.37), and we're running into an issue where when the app is run, we get a "TypeError: JSON.stringify cannot serialize cyclic structures". Nothing of relevance has chang...
Mcintire asked 16/2, 2017 at 6:25

6

I just created the app with "react-native init NameProject" and had a Base directory that I use constantly, so when I inserted it, I installed the dependencies and link, it happens to me ... I alre...

4

I use react native, and react-native-router-flux for navigation when I want to move screen, an error appears "currentlyFocusedField is deprecated and will be removed in a future release. Use c...
Tenuous asked 15/7, 2020 at 16:42

1

I'm using React-Native-Router-Flux (V. 3.37) to build an Android app and I'm trying to create nested scenes. Using the DefaultRenderer element I have been able to create a single nested scene, but ...

4

Solved

I'm using the navigation tabs from react-native-router-flux ^4.0.0-beta.21 and react-native-vector-icons. How do I change the icon or change the color of the icon of the selected scene when the sce...
Ephraim asked 13/9, 2017 at 6:30

5

I am creating a layout with inside. I am getting to this scene from another. So at the beginning another layout is rendered. After i go to the second scene (with TextInput tag) i obtain warnings su...
Monogram asked 7/3, 2018 at 13:20

4

Solved

My code is: ... <Router> <Scene key="com1" component={Com1} initial/> <Scene key="com2" component={Com2}/> </Router> ... com1.js ... onPress={Actions.com2} I changed com...
Adhesive asked 21/9, 2016 at 8:46

5

Solved

I am using react-native-router-flux 4.0.0-beta.17 for my learning project. I need to customize the header. for instance the background color, the title alignment, etc. I couldn't find a good docume...
Germinal asked 15/8, 2017 at 2:25

4

Solved

I've a view which I'm trying to load via the react-native-router-flux module. However, it is not showing the screen on emulator. However, I can see my Components in the react-dev tools. I don't...
Defrayal asked 14/7, 2017 at 10:5

4

Solved

I am using react native router flux in my react native app. I want to override the back button press event as I want to add confirmation popup before going back. I have searched a lot but all the l...

1

I am working on react-native to develop a sample application. Here I got an issue when I was using backHandler in the react-native side-menu component. Actually, the side menu contains more pages!...
Tameratamerlane asked 14/11, 2018 at 4:25

4

I am using react native router flux for navigation in my react native project. Router flux has a default navBar. Is there a way to customize the navBar? like, changing colour of text and backgrou...
How asked 27/2, 2017 at 6:31

0

Navigation in my application feels a little janky, because there's always a period of time (Even if it's just a split second) that the page is empty, between initialization and the first render cal...

2

Solved

I am using react-native-router-flux v4.0 library for showing navigation bar in react-native. Here I created a custom navigation bar. Here is my code : _renderLeft() { return ( <TouchableO...
Protocol asked 14/12, 2017 at 6:10

0

I'm trying to implement react-native-material-bottom-navigation component with React Native Router Flux. I've tried to use this component with RNRF but it doesn't work as I expect it should do it...
Annettannetta asked 5/4, 2018 at 22:48

2

Solved

How to set initial scene in react-native-router-flux based upon the user logged in state. Here is my code that I want to achieve this functionality. I want scene 2 if user logged in and scene 1 if ...
Cheriecherilyn asked 27/12, 2017 at 18:12

2

Solved

I'm just starting to wrap my head around React Native and am using Redux for management of state, the NativeBase library for my UI components and react-native-router-flux is handling navigation bet...

4

Solved

When I install NativeBase and React-Native-Router-Flux in my react-native project I get this error: Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: react...
Hibbert asked 21/4, 2017 at 10:51

2

The following is the Android log output when the React Native app is started for a while before disconnecting it from the Meteor (DDP) server by killing the Meteor server. Using console.log("<A...

3

Solved

I have the following redux configuration in react-native using react-native-router-flux and redux-persist. I want to retrieve the last current route on refresh, however the route stack is being ove...

1

Solved

I can't t seem to find any complete examples for creating your own navBar component and then wiring it up to react-native-router-flux. Can anyone help me out? Looking at the github issues it seems ...
Annulus asked 14/2, 2017 at 19:17

2

Solved

I want to add a burger menu button when viewing certain pages and a right side button that appears on all pages. Is this possible with react-native-router-flux? UPDATE: I was able to get the right...
Lello asked 13/9, 2016 at 13:47

0

I am working on an app that will have a web content, living in a webview and some other content and views built using react-native. I am planning to use Webview that react-native provides. I am thi...
Leninakan asked 24/1, 2017 at 2:6

1

Is there any way how to synthetically define scene stack (history) with React Native Router Flux? Let's say I have an app, where the user can naturally navigate from A –> B –> C. I'd like to ...

2

Solved

Version react-native-router-flux v3.35.0 react-native v0.31 I have few scenes. one of scenes have few sub-scenes. how can i navigate to one of sub-scenes from one of main scenes? Example : &l...

© 2022 - 2024 — McMap. All rights reserved.