From dac153ef2d565fe0bf19a8ba07cfbf94f6d7ef04 Mon Sep 17 00:00:00 2001 From: Kabir Virji Date: Sat, 1 Apr 2017 14:19:23 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 312b07e..b695178 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # react-native-card-modal A pure javascript card modal for React Native framework. -##Disclaimer +## Disclaimer Thank you guys for all the love! Just pointing out--this was my first animation project, and it's probably not most suitable for production. Once I get more comfortable with Animated library and understand how to optimize the code better, I will refactor the code and publish a library for use ...or maybe somebody can contribute and actually create this into a library. [BUG] This is not suitable for use on Android, since there seems to be a bug on react-native's Android layout. Not recommended for production! -###inspiration +### inspiration ![alt tag](https://raw.githubusercontent.com/ggomaeng/react-native-card-modal/master/inspiration.gif) -###Demo +### Demo ![alt tag](https://raw.githubusercontent.com/ggomaeng/react-native-card-modal/master/demo.gif) ## Try it out