Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 939 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 939 Bytes

Instagram Clone using React Native

Instagram clone with React Native Expo, Firebase, Redux & React Navigation

Description

In this project cover all the steps from creating an app in the command line all the way through to build an app very similar to the original Instagram.

  • Firebase User Authorisation. Using email and password or Facebook login.
  • Firebase firestore database and look at how to set, update and delete data.
  • Fetching data from the database and look into the Firebase security rules and how to structure your firebase database, before we look into firebase storage.

Getting Started

Dependencies

  • expo
  • react-navigation
  • react-redux
  • firebase

Executing program

  • first install modules
yarn install
  • run expo / yarn start
expo start

Authors

Dulaj Kavinda

Version History

  • 0.1
    • Initial Release

License

This project is licensed under the MIT License