Skip to content

acorn-technology/rn-tutorial-instagram-clone

 
 

Repository files navigation

rn-tutorial-instagram-clone

Made with Expo & Web Firebase SDK Original Tutorial: https://blog.expo.io/instagram-clone-using-firebase-react-native-expo-cc32f61c7bba

Forked from code at https://github.com/EvanBacon/firebase-instagram.git. Thanks!

Getting Started

Prerequisites

node + npm yarn expo

Download with:

git clone https://github.com/appsupport-at-acorn/react-and-rn-intro --recursive

cd react-and-rn-intro/reactnative

Install Libs:

yarn

Run with:

exp start

IOS

Open another window, then:

exp ios

Android

Open another window, then:

sh adbreverse.sh
exp android

Setup flow

nano .babelrc

{
  "presets": ["react-native"]
}

apm install nuclide yarn add --dev flow-bin yarn run flow init yarn add --dev babel-cli babel-preset-react-native

Install flowtype to atom via Atom-->Preferences-->+Install-->flow-ide (by flowtype) https://atom.io/packages/ide-flowtype

About

Instagram clone with Firebase Cloud Firestore, Expo, and React Native

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Shell 1.3%