jeremybarbet / react-native-portalize

The simplest way to render anything on top of the rest.
MIT License
335 stars 22 forks source link

modal not show above navigation? #26

Closed fukemy closed 2 years ago

fukemy commented 2 years ago

Hi, can u help:

here is my app:

<NavigationContainer ref={RootNavigation.navigationRef}
                        onReady={() => {
                          SplashScreen.hide()
                          RootNavigation.isReadyRef.current = true
                        }}>
                        <Host>
                        <Stack.Navigator>
                        ....
                        </Stack.Navigator>
                        </Host>
                      </NavigationContainer>

here is my sheet:

<Portal>
        <Modalize

        </Modalize>
      </Portal>
fukemy commented 2 years ago

done,