Jeremybarbet react native modalize Describe alternatives you've considered No other alternative can do as good as the modalize. May 15, 2020 · Describe the bug I'm using the modalize component to trigger in a flat list item tap. 6] react-native [e. Feb 7, 2022 · Describe the bug On Android is not possible to close the modal by swiping or tapping outside the modal. Hi @jeremybarbet, I wanted to open a fullscreen modal that covers the whole screen but as mentioned in the docs withReactModal props breaks on android so I implemented in this way as the discussion here. Dependencies: react-native-modalize: "^2. When the input is focused, the modal receives a weird height. Saved searches Use saved searches to filter your results more quickly A highly customizable modal/bottom sheet that loves scrolling content. 3] react-native-gesture-handler [e. Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. import { View, Text, TouchableOpacity } from 'react-native'; import { Modalize } from 'react-native-modalize'; export const App = () => { const modalizeRef = useRef<Modalize>(null); const onOpen = () => { modalizeRef. 0. Code; Issues 100; Pull requests 20; Jan 12, 2021 · I'm trying to use flex to make the content (currently in green, just says Data here, but will be taller) within a Modalize view go to 100% of the Modal view (the yellow). For me, it's definitely a bug that should be treated. This component has been built with react-native-gesture-handler to address the common issue of scrolling, swiping and handling the keyboard behaviors, you can face with react-native's modal. There are 42 other projects in the npm registry using react-native-modalize. Notifications Fork 295; Star 2. So, I tried using inverted prop for FlatList. io/@jeremdsgn/react-native-modalize Jun 7, 2022 · Skip to content. select is not a function at ModalizeBase (/home/circleci Feb 6, 2020 · In IOS, it is working fine both in swipe to dismiss and webview is scrollable. 63. 8k. You signed out in another tab or window. it provides very smooth animations and the result fills like a native application. Thanks for making it! Is there a way to pass data to the modal on opening? As in like: modalRef. Code; Issues 100; Pull requests 18; Actions; Security; Insights New issue Have a Dec 7, 2021 · I'm using RN Modalize and have had several projects using the react-native-modalize library and no problems so far. 3. - jeremybarbet/react-native-modalize Mar 18, 2020 · jeremybarbet / react-native-modalize Public. 👍 1 TomCorvus reacted with thumbs up emoji Apr 11, 2020 · Hello @jeremybarbet i am getting still same issue in rc-25 fix: adjustToContentHeight with alwaysOpen Imperyall/react-native-modalize#1. May 5, 2020 · I published a new package dedicated to this behavior: react-native-portalize (yes, it ends with —ize once again). io to reproduce the issue. Navigation Menu Toggle navigation Apr 16, 2022 · jeremybarbet / react-native-modalize Public. Code; Issues 99; Pull requests 20; Sep 5, 2021 · I have a problem Positioning the Modal at the bottom of the screen I use the Modalize Component with another "View" as a component, when I import this component it works fine, but the Modal is not Mar 22, 2020 · Is this compatible with react-native-web (with expo)? import React from 'react' import { Button, Icon, Layout } from '@ui-kitten/components' import { Modalize } from Describe the bug When you put a @react-native-picker/picker 'Picker' inside modalize, it's hard to open it but with just a click, it can only be opened if you long-press the picker. Code; Issues 100; Pull requests 20; May 15, 2020 · Describe the bug I'm using Modalize with sectionListProps; all is well so far, but I'm attempting to scroll to specific section when a button in the HeaderComponent is pressed. but this time I created a new project and have followed the tutorial to apply rea Jul 27, 2020 · I have 2 (react-navigation 5) screens which wrapped by your component List Details and one component which is <Portal > <Modalize modalStyle={[styles. Oct 21, 2020 · App › should be able to open and close primary modal Test Failed: Failed expectation: TOBEVISIBLE WITH MATCHER(identifier: == “primary-modal-close-button”), View “<RCTView: 0x7fb1350095a0>” is not visible: view does not pass visibility threshold (75) TIP: To print view hierarchy on failed actions/matches, use loglevel verbose and above. Before proceeding with the integration of the library, I wanted to check in with you to get a better understanding of the library's current status May 6, 2020 · Saved searches Use saved searches to filter your results more quickly Jul 29, 2022 · I saw the example for tabview and modalize as well as the one for flat list but how do I set up a tab view that contain flatlists. i use flatlist into modalize, when use renderItem i have console. May 3, 2020 · expo, react navigation v5 with react-native-screens native-stack The text was updated successfully, but these errors were encountered: 👍 3 ardyfeb, archansel, and oTranThanhNghia reacted with thumbs up emoji Apr 16, 2020 · Description I wanted a chat-like UI: user's screen starts at the bottom of the list. Modalize. config. No other conditions should affect this case, even if a threshold is reached. close(), opening it again performs as expected. io/SkSxTKk7N 3)The ability to choose whether to set the opacity and transparency of everything else to better understand, look at the image. Currently, it's only going to the height of the content, and not t Aug 25, 2019 · Issue: Keyboard automatically closes after typing a single character on iOS (haven't tested android) when a text input inside the modal is focused Modal: <Modalize ref={this. 3 The text was updated successfully, but these errors were encountered: 👍 3 w8ight, LongVT8, and darrylyoung reacted with thumbs up emoji Describe the bug When I use the prop "panGestureAnimatedValue" to animate a pitch black background from 1 to 0 doing this quickly after the modal opened, it looks like that animated value is set too late. Dec 11, 2020 · Describe the bug If the user swipes modal dialog up, it should stay opened. - jeremybarbet/react-native-modalize Hi u/s_trader, I'm the creator of react-native-modalize and I'm sorry to hear that you are having issues with the package. Code; Issues 99; Pull requests 20; Aug 11, 2020 · using closeOnOverlayTap={false} props not working and tapping outside modalize closes the modalize "react-native": "0. View Component inside the Modalize Component, the Modal will follow suit and animate its size change if adjustToContentHeight prop is enabled. <Modalize ref={this. 0" A highly customizable modal/bottom sheet that loves scrolling content. 61. Dependencies: react-native-modalize [e. The handle of the library is still visible even when a view with a plain background is Mar 29, 2019 · Hello @jeremybarbet, first of all awesome component man! I am starting to use it on my project, and here's what I am getting now. I am adding this modalize in homescreen. Mar 18, 2020 · jeremybarbet commented Mar 20, 2020 I will release a new rc version straight after finishing merging PRs :) Thank you for fixing this and opening PR, really appreciated! 🎉 1 WesleyFaveri reacted with hooray emoji Find React Native Modalize Examples and TemplatesUse this online react-native-modalize playground to view and fork react-native-modalize example apps and templates on CodeSandbox. We use react-native-modalize for all modals in our application, and would not want to pull something else because we like it. 7 Dec 23, 2018 · jeremybarbet / react-native-modalize Public. I end up creating my own draggable bottom modal component using pure latest reanimated v2. Hi @jeremybarbet , Where can I find the source code shown in the expo example at the following link: https://expo. 6] react-native [0. 0 and react-native-gesture-handler v2. In android, able to swipe to dismiss but webview is not scrollable. Code; Issues 99; Pull requests 20; A highly customizable modal/bottom sheet that loves scrolling content. 70 (works fine on 0. Support for react-native-web. This is my code. Thanks, you can close this issue I guess. Now open found this issue in Google Pixel devices Repro Aug 10, 2022 · import { Modalize } from 'react-native-modalize'; Component() { return <Modalize /> <-- 'Modalize' only refers to a type, but is being used as a value here May 21, 2022 · Hello, I can't scroll my horizontal flatlist, whats the problem ? <Modalize ref={ref} modalStyle={modalBottomSheet. "react-native-device-info": "7. Aug 4, 2021 · Describe the bug Scrolling a FlatList inside the Modalize component that is not full screen (alwaysOpen prop used for keeping it half the screen) will trigger a Modal height change on subsequent touch of the FlatList. Nov 19, 2021 · Describe the bug I have created a modalize with input and submit button. There are 57 other projects in the npm registry using react-native-modalize. threshold} velocity Jan 10, 2020 · Saved searches Use saved searches to filter your results more quickly Dec 29, 2021 · Describe the bug I have used react-native-modalize with expo, it work fine in IOS, but in Android, when show the modalize, I got this issue. I tried to include withReactModal={true}, the webview became scrollable but swipe to dismi I am using the package react-native-safe-area-context to get and set the padding bottom of modalize component. Reload to refresh your session. I've tried to use withReactModal prop but on Android the behavior changes a lot: the drag to close is not working anymore, same for the back button to close. I want to try and embed a stack navigator inside a modalize component (with react-native-screens). 10. Nov 26, 2021 · jeremybarbet / react-native-modalize Public. using it can ensure that we can have more performant modals. Dec 26, 2021 · As you know react-native-reanimated is a well-known library for animating things in React-Native. This ideas brainstormed from react-navigation . Click any example below to run it instantly or find templates that can be used as a pre-built solution! Apr 11, 2023 · I have added panGestureEnabled={false} closeOnOverlayTap={false} to disable closing by swiping and tapping outside. May 24, 2021 · First of all, I'd like to say thank you for this amazing work and strong contribution to Modal in the react-native communtiy. I never use Modalize with withReactModal since it should disappear from the react-native core, and I'm working with react-native-navigation all the time that have showOverlay function that makes it super easy to display anything wherever you are in your app. Jul 5, 2020 · Describe the bug When the modal is opened and closed with the overlay closeOnOverlayTap={true} or using the method Modalize. We have only one flatlist prop in modalize but within the tab view there are multiple flatlists presents. Notifications You must be signed in to change notification settings; Fork 299; Star 2. Jan 21, 2021 · Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Share Saved searches Use saved searches to filter your results more quickly Nov 16, 2020 · Describe the bug If there is a TextInput and a submit button in a modal. Dependencies: Jul 17, 2021 · When the user taps on the close button, we can close the modalize inside the modalize, we don't need to add any callback to outer components. Improvements and bug fixes A highly customizable modal/bottom sheet that loves scrolling content. this fixed all our click issues, it was like we had to do the IOS 3D click to trigger the onPress for any TouchableOpacity inside the Modalize, but after setting tapGestureEnabled to false in the props to the Modalize component everything now works like a charm. Aug 17, 2020 · Describe the bug KeyboardAvodingView is not working for both platforms with TextInput Dependencies: react-native-modalize-2. thats not good When I close the modal with a swipe-down pan gesture, if I open it again, right after opening, it "jumps" height to a random value. 2. removeListener('change', ): Method has been deprecated. Notifications You must be signed in to change notification settings; Fork 298; Star 2. close() doesn't bubble up the backbutton event until the backbutton is pressed the number of times the overlay wa Sep 17, 2021 · This warning is always showing in the app when modalize is added: EventEmitter. You switched accounts on another tab or window. How can i change elevation of modal? It's only problem with Android. open({ foo: 'bar' }); and then access it in the Modal: <Modalize ref={modalRef} w Jun 8, 2020 · Well, I imported ScrollVIew from react-native-gesture-handler to make the horizontel scroll inside the modalize, its not 100%, but, its working if the user persist to scroll horizontal. 1, last published: 4 months ago. Each example are using the local Modalize component from the src folder. modal} threshold={ModalConfig. Add gif screenshots to help explain your issue. 1 for the project I'm working on. This pattern happens in Apple Maps Describe the solution you'd like If we c Jun 15, 2022 · Yeah works nicely on my side! I didn't do anything to the RN code, and now when I look back, I didn't do anything special in my webpack. See video attached. The key is that if you interpolate the height value of the Animated. This feature must be added to this amazing library Apr 27, 2022 · That means you can use react native's flatlist props as they are. There are 54 other projects in the npm registry using react-native-modalize. 5 react-native-0. Platform. Gestures are really complex and using Modalize with a heavy gesture-based library like react-native-snap-carousel will create conflict. 5 react-native-gesture-handler - 1. Apr 17, 2020 · Description I have an input as my FooterComponent & I set keyboardAvoidingBehavior="padding" (the default). May 15, 2020 · Hey, we had a similar problem. - Issues · jeremybarbet/react-native-modalize Jul 21, 2019 · @JonnyBurger That's indeed really broken. 5. RE: the virtualized Feb 7, 2022 · Describe the bug Crash due to interpolation range Reproduce I don't have a specific step to reproduce. A highly customizable modal/bottom sheet that loves scrolling content. modal} adjustToContentHeight keyboardAvoidingBehavior={'padding Jul 18, 2021 · @likeSo yeh so this shows that you can use react-navigation within react-native-modalize :) I managed to get the border-radius back by doing some crafty styling on the headers of the react-navigation stack component I'm using - but that's not the responsibility of react-native-modalize, so out of the scope of this library. 7. 3] The following appears in crash logs in production versions of my app Jun 18, 2021 · top variable comes from useSafeAreaInsets() from react-native-safe-area-context 👍 3 BearWithIvan, labiebhn, and mdNazmulHasan reacted with thumbs up emoji 👀 3 wdospinal, wandersonalwes, and 127dungdaoalobridge reacted with eyes emoji Description: Modalize is a highly customizable modal, bottom sheet, or top sheet that loves scrolling content. Sign in Product Aug 6, 2021 · jeremybarbet / react-native-modalize Public. I use react Saved searches Use saved searches to filter your results more quickly Nov 25, 2019 · @jeremybarbet First, thanks for this wonderful module. current?. 1, last published: a year ago. Describe the bug when I use adjustToContentHeight with alwaysOpen and change the children content (the height o Jun 5, 2023 · Describe the bug Rerender "renderItem" + "keyExtractor" Reproduce. Please instead use remove() on the subscription returned by EventEmitter. 1", The text was updated successfully, but these errors were encountered: 👍 1 nop33 reacted with thumbs up emoji @jeremybarbet: 1)I tried both with rgb and rgba, it does not work, it only works with "#color". Code; Issues 99; Pull requests 20; Oct 21, 2020 · Describe the bug A clear and concise description of what the bug is. I don't want use portlize, because if I use modalize inside react modal modalize show behind the modal. Reproduce Create a demo on https://snack. open('top') but only works when modal is closed. 8. @jeremybarbet i tried modalRef. The simplest way to render anything on top of the rest. So when the android back button is pressed the app closes. Code; Issues 100; Pull requests 20; Jan 4, 2019 · @kaich Did you try this props?. So if my keyboard is visible and I want scroll down to my button then it automatically hides they keyboard, of if I want to scroll down to other input it again hides they keyboard. But now we have a need to display an always open modal, on the main screen halfway across the screen. 1. If I close the modal programatically using ref. g. 69) - with the error: TypeError: Cannot read property 'layout' of null This seems to be down to this code, which only runs on Android. addListener. js or my babel. Code; Issues 100; Pull requests 20; Dec 30, 2022 · Describe the bug I use withReactModal for show modalize, but click on backdrop and hide not working on android. Code; Issues 100; Pull requests 20; Dec 7, 2021 · I'm using RN Modalize and have had several projects using the react-native-modalize library and no problems so far. The text was updated successfully, but these errors were encountered: All reactions Aug 12, 2020 · I have a modalize with always open height and in always open position I wanted to go on top position programmatically, instead of expanding or dragging to go into full height I wanted to place a button and on the button onPress it will be expanded. Describe the bug Every time I try to use Modalize I get the synthetic event warning and Possible unhandled promise rejection: TypeError: Cannot read property 'layout' of null. - jeremybarbet/react-native-modalize Apr 26, 2022 · When using Modalize, we are unable to drag the modal up and down using the handle; the modal closes with a swipe down once the finger moves down a certain distance, but there is no visual feedback—the modal does not follow the finger. Even with the bare mi May 31, 2022 · Hello, I have a modal with input fields. May 5, 2020 · Hi! Unfortunately, I'm not expecting all third-party library to work out of the box with Modalize. I'm a bit stuck as I already had the latest libraries installed and android built with them. - jeremybarbet/react-native-modalize A highly customizable modal/bottom sheet that loves scrolling content. expo. 0. 6" react-native-gesture-handler: "~2. . Explore Teams Jun 24, 2020 · Hey Jeremy, first of all, its a really good plugin. 5" Oct 22, 2022 · there is a bug in Modalize in expo sdk 46 that when opening the modal the slide to close the modal doesn't work. 0 Sharing code May 13, 2021 · jeremybarbet / react-native-modalize Public. Notifications You must be signed in to change notification settings; Fork 297; Star 2. 0] Mar 28, 2020 · Hi, my header has absolute position and elevation = 1. 3 iirc), . current is mandatory. Start using react-native-modalize in your project by running `npm i react-native-modalize`. js, but yeah most importantly I didn't change the application code. When the input has focused, the keyboard shows up, and when I press the submit button, first it closes the keyboard, not exe A highly customizable modal/bottom sheet that loves scrolling content. Reproduce. 1, last published: 2 years ago. What do you think is the problem? Jul 3, 2019 · jeremybarbet / react-native-modalize Public. Navigation Menu Toggle navigation. As RN does not offer Portals out of the box, I have used react-native-portal . - react-native-modalize/README. 1. jeremybarbet / react-native-modalize Public. Code; Issues 98; jeremybarbet added the ⛔️ Invalid label May 26, 2022. Aug 3, 2020 · Hi, If you use the new ref that went out a while ago (react@16. May 8, 2010 · Describe the bug A have a problem running test with Jest on some screen where I use react-native-modalize TypeError: react_native_1. Every time I click on the text input in modal, it jumps a bit, and then when I try to scroll It jump Sep 14, 2022 · react-native-gesture-handler 1. Feb 4, 2020 · Maybe better solution is to remove all keyboard-related stuff from modalize and allow users to listen to keyboard events and set padding/height properties via Modalize props? 👍 3 junedomingo, sanespi09, and gerwld reacted with thumbs up emoji Nov 2, 2022 · jeremybarbet / react-native-modalize Public. It won't replace original hardwareBackPress(for example react-navigation) if React Component contains Modalize. - jeremybarbet/react-native-modalize Dec 20, 2022 · jeremybarbet / react-native-modalize Public. modal]} adjustToContentHeight={true} FooterComp Jul 8, 2021 · Ask questions, find answers and collaborate at work with Stack Overflow for Teams. Dec 23, 2021 · Good evenin everybody, I have been testing Modalize with expo and on iOS it behaves very well, but when I try to run it on android it crashes the application, I don`t know why. Notifications You must be signed in to change notification settings; Fork 300; Star 2. You signed in with another tab or window. Closed fix: Dec 3, 2020 · Hi @jeremybarbet, I am currently evaluating the use of your library in a project I'm working on, and I noticed that there are some open issues and pull requests which unaddressed for a few months. May 27, 2020 · jeremybarbet / react-native-modalize Public. 2" "react-native-modalize": "^2. It has all the functionality of this bottom sheet modalize but works from top to bottom Describe the solution you'd like. Provide details and share your research! But avoid …. Latest version: 2. Create a demo on https://snack. this is the message it throws after crashing: Projectd depen Dec 28, 2020 · Describe the bug I am using the bare module with scrollview and alwaysOpen prop and while dragging it down the scroll goes weird and ends up at random positions. This component has been built with react-native-gesture-handler to address the common issues of scrolling, swiping, and handling the keyboard behaviors. A highly customizable modal/bottom sheet that loves scrolling content. but this time I created a new project and have followed the tutorial to apply react- May 9, 2020 · Is your feature request related to a problem? Please describe. md at master · jeremybarbet/react-native-modalize Here is a quick example, using the default ScrollView renderer. Asking for help, clarification, or responding to other answers. Code; Issues 100; Pull requests 20; Sep 3, 2020 · < Modalize withHandle = {false} modalStyle = {{minHeight: '100%',}} 👍 17 TowhidKashem, nikmel2803, TranLuongTuanAnh, cabelin, lsnryszardb, marcinolek, andreeadociu, wow64cpu, erickfelip, abdullahIsa, and 7 more reacted with thumbs up emoji 🎉 4 TowhidKashem, ConradoLuiz, MohammadAzimi, and mohcenesegouat reacted with hooray emoji A highly customizable modal/bottom sheet that loves scrolling content. modalizeRef} // snapPoint={300} panGestureComponentEnabled={true} panGestureEnabled={true} w Describe the bug A clear and concise description of what the bug is. Jul 30, 2019 · Issue: I've been using this package in many production apps and it works flawlessly, tho there is one issue I've found so far which is lazy loading of the modalize component (not sure if it's an issue) Explanation: I use modalize to show Dec 23, 2021 · jeremybarbet / react-native-modalize Public. If you do not believe me, see here: https://snack. 69. So, you can use ListFooterComponent just like you used ListHeaderComponent and ListEmptyComponent. As shown in the gif below, when modal's SectionList has content, every time I initialize the component / page, it opens by itself When I use the react-native-modalize library to display a modal that contains a TextInput component and I start typing text into the TextInput, I notice that the entered text intermittently flickers or disappears briefly. Apart from that, as stated in the documentation, depending on the version of react-native and the renderer you are using (scrollview, flatlist, sectionlist) the way to access the methods are different. 2. Oct 17, 2022 · jeremybarbet / react-native-modalize Public. Notifications Fork 293; Star 2. The project is open source, and I would be very glad to review any PR you would open to improve and fix the different issue you are facing! Jan 31, 2020 · jeremybarbet added 🚨 Known issue Issue that refers to a bug or limitation of RN or RNGH that is not currently being handled and removed 🤕 Valid issue Something isn't working labels Apr 10, 2020 Copy link Nov 11, 2021 · BREAKING Move to name import (before) import Modalize from 'react-native-modalize'-> (after) import { Modalize } from 'react-native-modalize' Fix overlay press to dismiss by @Esirei; Fix initial state when using alwaysOpen by @benjaminreid; Change renovate to keep all changes in same PR; Update packages; Update examples; Rename source files Aug 11, 2022 · I'm trying to open a Modalize modal on top of an already open Modalize modal (without closing it), but the result is that the last one will be open behind the first one and not vice versa. I am facing a very annoying problem. Code; Issues 100; Pull requests 20; Apr 21, 2022 · Describe the bug The keyboard bounces strangely when using the library by default. current. If you want to add a new feature or fix an issue, you can run the examples folder to test your changes. Reproduce Scroll modalized dialog down, to reach threshold, keep the touch. log is running many times Jan 26, 2022 · I got the issue partially resolved by using eg scrollview, flatlist etc from react-native-reanimated (not from react-native) but then that also created other issues. Describe alternatives you've considered A highly customizable modal/bottom sheet that loves scrolling content. In my Root component, I have declared my portal: Aug 12, 2020 · @NickM101, If I understand right, what I have to do is to make sure I have the latest react-native-gesture-handler as I use react native 0. Reproduce Android emulator Create a Modalize instance inside a View or SafeAreaView Dependencies: react-native-gesture-handler: ~2. The other stuff is supposed to be handled by the react-native-modalize library itself. react-native-segmented-control-tab is not using TouchableOpacity from react-native-gesture-handler, which is normal, but in the context of the modal, which is a gesture component from react-native-gesture-handler, there is some propagation happening for on click events. The handleModalizeContentLayout function is Jul 2, 2020 · For anyone still looking at this, It is possible to accomplish if you're familiar with React Native Animated. Dependencies: react-native-modalize [2. This component is extracted from react-native-paper and has been simplified for the purpose of react-native-modalize. You enter your text and submit it, but instead of submiting, the TextInput loses focus and the keyboard closes. I'm using the contentRef param to retrieve a ref of the Sect Nov 29, 2022 · I'm getting a crash on React Native 0. Inside the modalize component with refresh control. open(); }; return ( Dec 3, 2020 · A highly customizable modal/bottom sheet that loves scrolling content. 64. Oct 14, 2020 · I need to Implement A Modalize that is kind of like a Top Sheet. log it below: And when scroll, console. 1" react-native: "0. Sep 29, 2019 · I just did what @jeremybarbet said: Wrap your component using modalize within a Portal / Provider. Jan 13, 2020 · Hello ! First, thank you for your project it's awesome ! I have a little question Is it possible to use some props events like these ones : onDragStart onDragEnd onBottomReached thanks for your time Skip to content Sep 19, 2019 · jeremybarbet / react-native-modalize Public. Please give a solution. Sep 15, 2021 · Describe the bug react-native-tab-view is not visible when used in Modalize FooterComponent prop, with adjustToContentHeight = true The tabs are still rendering, so I guess TabView has no height. But because the list is now at the "start", all scroll down motions translate to swipe-to-close behavior. - jeremybarbet/react-native-modalize. Perfect on iOS May 14, 2020 · @jeremybarbet Fantastic, that is exactly what I was looking for! I also had to use closeOnOverlayTap={false} to achieve what I wanted, but it works really well! 👍 2 jeremybarbet and cihangir-mercan reacted with thumbs up emoji 🎉 1 jeremybarbet reacted with hooray emoji Dec 8, 2023 · Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used patch-package to patch react-native-modalize@2. snzs charum ycjx eem gof zkrorzhr acyuhqt jhaoio yfnch queneqjj