# react-native-modalize **Repository Path**: mirrors_barchart/react-native-modalize ## Basic Information - **Project Name**: react-native-modalize - **Description**: A highly customizable modal/bottom sheet that loves scrolling content. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-01 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Modalize [](https://badge.fury.io/js/react-native-modalize) A highly customizable modal/bottom sheet that loves scrolling content. 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. This component comes with a ScrollView, the default renderer, a FlatList or a SectionList. They are all three built-in and make your life easier, just pass your content and Modalize will handle the rest for you. You can also have the possibility to pass your own custom renderer.