1

Should I wrapped all my routes in a RootContainer or Relay, or should I wrap only the Scenes that uses Relay?

Sibelius Seraphini
  • 5,303
  • 9
  • 34
  • 55

1 Answers1

2

Here is an issue https://github.com/aksonov/react-native-router-flux/issues/437

Implementation example https://github.com/r0b1n/rnrf-relay-example

Tony
  • 566
  • 2
  • 5
  • 16