Skip to content

Commit

Permalink
Add readme and sneak peak gif
Browse files Browse the repository at this point in the history
  • Loading branch information
bemog authored Sep 15, 2021
1 parent 09a3a9c commit 9a9ca41
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# React Native Modals Playground

## About

This repository is a playground for article about react-native modals which you can find on https://thewidlarzgroup.com/blog.

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!

## Installation

1. Clone repository
2. Run `yarn`
3. For ios move into `cd ios` and run `pod install`
4. Run it on ios/android simulator or any physical device

## Sneak peak

![](./app/assets/sneak-peak.gif)
Binary file added app/assets/sneak-peak.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9a9ca41

Please sign in to comment.