Shadrac Reyes
Shadrac Reyes
This a little bit of a hacky solution. You can add this hook below to the component you are displaying as the modal to hide the header and and tabs...
> const StackOptions = { > headerShown: false, > gestureEnabled: true, > ...(Platform.OS === 'android' && TransitionPresets.ModalPresentationIOS), > } > > this solution is worked for me. I am sure...
> > > > > > > > > I am sure that works, but those options are only available in `@react-navigation/stack`. This is a `@react-navigation/native-stack` issue. > > could...
I have confirmed for v0.71.10 as well that the issue still exists.
> > Have folks found that this has been fixed with 0.71.13? > > @ajyang818 this fix is on `main` which means will land in 0.73. Where have you found...
@ajyang818 I can confirm (after initializing a few React-Native projects) this issue was fixed in v0.71.13 and >= v0.72.2. Thanks @kkoudev . Have you deleted your node_modules folders and re-installed...
@ajyang818 I am unsure what you issue is then. I just tested the following code and `onChange` does fire now when following the same steps. This is RN v0.72.4 ```...
@ajyang818 As long as you ran that command from the root then that should be it. If it is a monorepo and you ran it from the root, you would...