react-native-modalize icon indicating copy to clipboard operation
react-native-modalize copied to clipboard

Smoother animations for alwaysOpen props

Open VictorPulzz opened this issue 1 year ago • 1 comments

Describe the bug Is it possible for the window to open immediately to a certain fixed height and not "twitch down"

https://user-images.githubusercontent.com/23406402/218093164-08249a81-2405-4656-8826-7cdec842df2c.mp4

Dependencies:

  • "react-native-modalize": "^2.1.1",
  • "react-native": "0.70.6",
  • "react-native-gesture-handler": "~2.7.1",
  • "@react-navigation/native": "~6.0.13",

VictorPulzz avatar Feb 10 '23 12:02 VictorPulzz

Yes you can fix this issue with snappoint <Modalize ref={modalizeRef} alwaysOpen={snapPoint} ....

eyupdogan avatar Apr 24 '24 08:04 eyupdogan