A sample instagram clone app with login, feed and search screens. There is no post detail screen implemented. Each post is either a video post or an image post containing 2 images. The following packages are utilized:
-
react-native-keychain to store username and password safely
-
react-native-vector-icons to use search icon
-
react-native-fast-image to display images
-
react-native-swiper to swipe images
-
react-native-video to play videos
- NodeJS v16.14.0
- npm or yarn
- Cocoapods
- Watchman
-
Install mock data folder here and put it under
api
folder. -
Run
yarn install
-
Run
npx pod-install
-
Run
yarn android
to run application in Android. -
Run
yarn ios
to run application in ios.