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/slide.git
Install necessary node modules
cd slide npm install
Install React Native Vector Icons
npm install react-native-vector-icons --save
Run the app!
expo start