callstack / react-native-brownfield

Set of helpers to make your brownfield integration smooth and easy.
MIT License
227 stars 14 forks source link

Simulate fragment in iOS #25

Closed diogo-rosa-everdelta closed 4 years ago

diogo-rosa-everdelta commented 4 years ago

Hi,

Thanks for the great library, it's been really helpful to reuse an existing native code.

Just to give some context, I have a tabbar/bottom navigation and I'm redoing an entire menu screen in React Native but the others menus also edit the information that is passed as initial props, because I implemented a fragment in android every time I go to this menu the initiallProps are loaded. In iOS this is not possible? Can you help?

Thank you, Diogo Rosa