React Native FoldView
FoldingCell implementation in JavaScript. This project was inspired by the folding cell animation seen on Dribbble.
Questions?
Feel free to reach out to me on Twitter @jmurzy.
Read it on Medium
To learn more about how FoldView was implemented, check out the article on Medium: Implementing FoldView in React Native.
Example
The demo app from the GIF can be found at examples/Simple.
To build and run the example app:
git clone https://github.com/jmurzy/react-native-foldview
cd react-native-foldview/examples/Simple
npm install
To deploy to iOS simulator:
npm run ios
Installation
Using npm:
$ npm install --save react-native-foldview
Using yarn:
$ yarn add react-native-foldview