Slide
This app is built in React Native and the Expo Toolchain.
Installation
Make sure the the recommended version of Node is installed
Install the Expo Command Line Interface
npm install -g expo-cli
Clone the repo to your preferred directory
git clone https://github.com/looseroots/voila-facebook-firebase.git
Install necessary node modules
cd voila-facebook-firebase
npm install
Install React Native Vector Icons
npm install react-native-vector-icons --save
Run the app!
expo start