Chris Eberl
Chris Eberl
I applied it as a patch for now to fix it in the new architecture (RN0.76.3), (react-native-date-picker ^5.0.7). (only needed for android, as pointed out) #### Step 1: Edit the...
If one needs this urgently, patching is your friend. Move in changes from #48257 in your `node_modules`. Step 1: If you don't have patch-package: ``` npm install patch-package -D ```...
+1 same issue for me However, as @mortuosplango mentioned, applying the patch from the linked PR does the trick for now (I'm on RN 0.78) and it's fairly smooth.
This is what simply fixed it for me. After going down the patch route and doing some more research I realized, that the "Dialog" Mode really only applies to android....