├── README.md ├── assets └── dancingscript.ttf ├── demo.gif ├── exp.json ├── inspiration.gif ├── main.js ├── package.json └── src ├── components └── digital-magazine.js ├── img ├── page1.jpg ├── page2.jpg ├── page3.jpeg └── page3.jpg └── index.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/README.md -------------------------------------------------------------------------------- /assets/dancingscript.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/assets/dancingscript.ttf -------------------------------------------------------------------------------- /demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/demo.gif -------------------------------------------------------------------------------- /exp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/exp.json -------------------------------------------------------------------------------- /inspiration.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/inspiration.gif -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/main.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/package.json -------------------------------------------------------------------------------- /src/components/digital-magazine.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/src/components/digital-magazine.js -------------------------------------------------------------------------------- /src/img/page1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/src/img/page1.jpg -------------------------------------------------------------------------------- /src/img/page2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/src/img/page2.jpg -------------------------------------------------------------------------------- /src/img/page3.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/src/img/page3.jpeg -------------------------------------------------------------------------------- /src/img/page3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/src/img/page3.jpg -------------------------------------------------------------------------------- /src/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ggomaeng/react-native-magazine-listview/HEAD/src/index.js --------------------------------------------------------------------------------