This repository is a playground for article about react-native modals which you can find on https://thewidlarzgroup.com/react-native-modals/.
This is an introduction to modals world. It contains examples of cool looking, fast and functional modal components, which you can freely implement into your project.
Run the playground and play with it on master
branch, or checkout to starter
branch and code by yourself to learn even more!
- Clone repository
- Run
yarn
- For ios move to
cd ios
and runpod install
- Run it on ios/android simulator or any physical device
- Enjoy! 🙂