Xkcd Comics App using React Native and Redux
- Clone this project.
- At root directory run
npm installto install the dependencies. - If you get any errors run
npm install --peer-depsto install dependencies
- Run
react-native run-androidto run on Android devices
- Run
cd ios/ && pod install. - Then run
react-native run-iosto run the project on iOS devices or run through Xcode.
- List of Comics on Home Screen
- LazyLoad of Comics on reaching end of ScrollView
- Detailed View Page for each Comic
- History of the Comics viewed using Redux
- Navigation between each screen using Stack Navigation
- Static typing of components and objects using TypeScript
- Components built using React Native Paper