A mobile application created using React Native CLI, React Navigation V6, Redux-saga, Axios & JSONPlaceholder
- This shows summary of 100 posts in a list that contained post title, user’s name.
- The list can be refreshed by pulling down.
- Display description of post.
- Fetch related photos according to post & show the thumbnails in a grid layout When clicking thumbnail, shows the full version of the image.
- Display loading indicator while loading data
axios
prop-types
redux-saga
react-navigation
react-native-modal
react-native-image-zoom-viewer
git clone https://github.com/SDushan/react-native-posts.git
cd react-native-posts
npm install
Run project on Android
react-native run-android
Run project on iOS
react-native run-ios