Skip to content

santosharron/instagram-clone

Repository files navigation

React Native Instagram Clone

Instagram mobile app clone using React Native. Working on Instagram 2.0


Installation

  1. Clone the repo

    git clone https://github.com/santosharron/instagram-clone.git
  2. Open Folder

    cd Instagram
  3. Install Dependencies

    npm install
    yarn install
  4. For (IOS Locate Ios Folder)

    cd ios
  5. Then, retrieve the pods for the project

    pod install
  6. Get Back

    cd ..
  7. Run

    react-native run-ios

    or

    react-native run-android

License

Distributed under the MIT License. See LICENSE for more information.

Dependencies

  • @react-native-community/masked-view": "^0.1.10"
  • @react-navigation/bottom-tabs": "^5.8.0"
  • @react-navigation/native": "^5.7.3"
  • @react-navigation/stack": "^5.9.0"
  • react": "16.13.1"
  • react-native": "0.63.2"
  • react-native-camera": "^3.36.0"
  • react-native-gesture-handler": "^1.7.0"
  • react-native-linear-gradient": "^2.5.6"
  • react-native-reanimated": "^1.10.2"
  • react-native-safe-area-context": "^3.1.3"
  • react-native-screens": "^2.10.1"
  • react-native-webview": "^10.6.0"