https://github.com/arviteri/react-native-directionalmodal
Modal for react native which slides out in any direction.
https://github.com/arviteri/react-native-directionalmodal
Last synced: about 2 months ago
JSON representation
Modal for react native which slides out in any direction.
- Host: GitHub
- URL: https://github.com/arviteri/react-native-directionalmodal
- Owner: arviteri
- License: mit
- Created: 2018-08-27T03:49:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-28T23:49:55.000Z (over 6 years ago)
- Last Synced: 2025-02-07T12:36:04.708Z (4 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-directionalmodal
Modal for react native which slides out in any direction.In failed efforts to find a modal component for react native which would slide down from the top, or slide out from the left or right... I decided to make my own.
## Usage
Clone the repository and copy the component into your react native app's component folder.
Import the component.
Example of usage:
// View content
#### Directional PropertiesThe `direction` property takes values `top`, `bottom`, `left`, or `right`.
## DISCLAIMER (In The Works)
This project is currently a work in progress. Many features are currently not working such as `transparency` and `orientation` properties.
I look forward to publishing this on NPM after many issues are fixed.