You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see here on the changelog, react-native-modalize@next is containing a lot of changes, new props and improvements. I try to go through as many issues as I can and adding popular new features that are requested.
I don't have any ETA yet on when this new version will be released.
Here is the list of the issues that are the most outstanding in my opinion.
Fix usage with alwaysOpen props on Android where background isn't pressable with react-navigation
Android flickering, smaller than before, happened when modal is 20px + than screen height
Don't swipe down modal when slowing scrolling down the scrollview
Remove useNativeDriver from core lib as a props, only expose it for the animatedValue
Add Host/Provider
Update react-navigation example to have bottom tabs example
Glitchy behaviour on iOS when scrolling to top #170 Flickering issue. When you switch between swipe/scroll events quickly there is a glitch. I did a fix that I reverted since then, wasn't good enough for me. If anyone wants to work on it, feel free! (reverted commit: faa670c)
Hi all!
As you can see here on the changelog,
react-native-modalize@next
is containing a lot of changes, new props and improvements. I try to go through as many issues as I can and adding popular new features that are requested.I don't have any ETA yet on when this new version will be released.
Here is the list of the issues that are the most outstanding in my opinion.
alwaysOpen
props on Android where background isn't pressable with react-navigationuseNativeDriver
from core lib as a props, only expose it for the animatedValueThe following two issues are most likely issues from the cores libraries and won't be unlikely fix soon.
Please bear with me, I'm working on it as much as I can to keep good support!
The text was updated successfully, but these errors were encountered: