## Purpose
Modalfy promise has always been to allow you to do 3 things:
1. Write your modals once, call them from anywhere in your app.
2. Display several modals at once, stack as many as you like.
3. Complete control over animations & transitions between each modal in the stack.
We only provide the logic and how to manage your modals: you pass the modal components and have complete control over how they look.
## Documentation
The doc is accessible at https://colorfy-software.gitbook.io/react-native-modalfy.
- The best way to learn is to follow the [guides](https://colorfy-software.gitbook.io/react-native-modalfy/guides/stack). They will help you to get up and running in no time.
- The [API reference](https://colorfy-software.gitbook.io/react-native-modalfy/api/types) lists all public APIs.
## Show me!
Maybe better than our long paragraphs, here's a quick
sneak peek of what you could achieve with Modalfy in a few lines of code:
| [](https://youtu.be/usAU2pcURh8) [Snippet #1](https://gist.github.com/iremlopsum/77e8549735c6c6ba7a243ea453c10147) | [](https://youtu.be/UPDSPjj4dyU) [Snippet #2](https://gist.github.com/iremlopsum/17b4804a142a39525160df22e67410ea) |
| :------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| [](https://youtu.be/LkHFK5zZMI8) [Snippet #3](https://gist.github.com/iremlopsum/b40640264335545bf3b9e39622f5c423 ) | [](https://youtu.be/AJ1P9e7iD38) [Snippet #4](https://gist.github.com/iremlopsum/f3dcb215d8e318c0d1912359fffd232b) |
## Code of Conduct
This library has adopted a Code of Conduct that we expect project participants to adhere to. Please read the [full text](https://github.com/colorfy-software/react-native-modalfy/blob/master/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
## License
React Native Modalfy is licensed under the [MIT License](https://github.com/colorfy-software/react-native-modalfy/blob/master/LICENSE).