Socket
Socket
Sign inDemoInstall

react-native-modalize

Package Overview
Dependencies
0
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1345
8Next

2.0.5

Diff

Changelog

Source

[2.0.5] - 2020-07-25

👀 Bug Fixes

  • Use ref for back button listener by @archansel (#189) (491dfe)

✨ Improvements

jeremy.barbet
published 2.0.4 •

Changelog

Source

[2.0.4] - 2020-05-20

👀 Bug Fixes

jeremy.barbet
published 2.0.3 •

Changelog

Source

[2.0.3] - 2020-05-08

👀 Bug Fixes

jeremy.barbet
published 2.0.2 •

jeremy.barbet
published 2.0.1 •

Changelog

Source

[2.0.13] - 2021-12-24

👀 Bug Fixes

  • Support RNGH V2 by @sakiwei in https://github.com/jeremybarbet/react-native-modalize/pull/378
jeremy.barbet
published 2.0.0 •

Changelog

Source

[2.0.0] - 2020-05-05

Really happy to release this brand new major version for react-native-modalize.

I have been working on it for the last couple of weeks. Many thanks for the people who contributed, opened PR and found issues. High five to @xxsnakerxx for having contributing many times in the last few weeks!

💣 Breaking change

  • The required ref to open or close Modalize is still the same ref={modalizeRef}, modalizeRef.current.open(). However, you won't be able to access scrollTo, scrollToIndex on the content renderer using this ref anymore. You will need to use the new ref contentRef that will give you access to the content methods. contentRef={contentRef}, contentRef.current.getScrollResponder().scrollTo(...). "content" stands for ScrollView, FlatList or SectionList depending the content renderer you are using.

🎉 New features

✨ Improvements

👀 Bug Fixes

  • Check heights of each Header/Footer/Floating components when used with ajustToContentHeight (#149) (7e219c)
  • Prevent overlay press closing alwaysOpen by @jordanl17 (f0eb9b)
  • Avoid onScrollBeginDrag overriding default behavior by @xxsnakerxx (#180) (14f20cb)
  • Make sure animate is enable when closing modalize (df49ca5) f1cd77a601897b1baadafa12a8fb2f55ccd891cf))
  • Translation check for panGesture value (a46fa43)
  • Cancel translation when ScrollView is not scrolled to the top (a965fbe)
  • Core uses nativeDriver, exposes props for panGestureAnimatedValue only (19bf709)
  • Flickering while scrolling/panning (fe267cd)
  • Pass onLayout if using adjustToContentHeight props (9b52c0e)
  • Rework initial open/close states (534dc69)
  • Take out modalPosition logic out of onPositionChange props check (a478ef1)
  • Hardware back button press handler by @xxsnakerxx (#148) (7e1cbf0)
  • Only trigger positive values (6e19ee8)
  • Remove back press listener on unmount by @Grohden (#137) (eafb8ee), closes #111
  • Enable scroll when keyboard is toggle (c7a7dbe)
  • Make sure we don't enable scroll by mistake (716f5ab)
  • Avoid events to be trigger twice (#130) (9413350)
  • Disable scroll when using adjustToContentHeight (5550f3f)
  • Disable scroll with alwaysOpen props on init (990cba7)
  • And many more...
jeremy.barbet
published 1.3.7-rc.28 •

jeremy.barbet
published 1.3.7-rc.27 •

jeremy.barbet
published 1.3.7-rc.26 •

jeremy.barbet
published 1.3.7-rc.25 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc