4 Commits
Author SHA1 Message Date
Stanislav Miklik 7f1c0597e5 attempt for issue #42 - avoid menu context rerenders 2017-09-11 17:31:11 +02:00
raymondtam 652a29642d To resolve the issues of having "Key xxx is already defined"
By defining all the scenes during compile time.
Im using similar structure in my own projects. Hope this will help someone getting rid of the warning message.
(Reference: https://github.com/aksonov/react-native-router-flux/blob/master/docs/REDUX_FLUX.md)

PS. I have to put scenes declaration after Page and NavigatorMenu to make this work. Im not sure if this is expected or not. Any suggestion is welcome. Thanks.
2017-03-19 10:32:48 +08:00
Stanislav Miklik 97ce58a441 expand navigator example 2017-02-13 17:08:27 +01:00
Stanislav Miklik c8f4eba924 add react-native-router-flux example 2016-11-18 15:17:30 +01:00