rescript-react-native / rescript-react-navigation

ReScript bindings for React Navigation
MIT License
74 stars 28 forks source link

update: added independent param to NavigationContainer #64

Closed witcher-shailesh closed 4 months ago

witcher-shailesh commented 4 months ago

Adding binding for prop - independent to be able to accommodate nested independent NavigationContainer

witcher-shailesh commented 4 months ago

@Freddy03h @MoOx

Freddy03h commented 4 months ago

@witcher-shailesh I'm ok to merge it, but it seems it will be removed in the 7.xversion of react-navigation, replaced by a <NavigationIndependentTree> component.

Are you ok with that?

witcher-shailesh commented 4 months ago

Thanks @Freddy03h, yes it should be fine for our current usecase. Later I can add bindings for the NavigationIndependentTree