pro-shubhamjain / React-Native-E-Commerce-App-Template

React Native is an E-Commerce App Template which can work for Android and iOs, compatible with Expo.
98 stars 55 forks source link

Install #1

Closed Alan911Black closed 5 years ago

Alan911Black commented 5 years ago

Hi Everyone, i download this Template and i am unable to make it work. error i get: "Android project not found. Maybe run react-native android first?" i try npm install and it do not work, please advice thanks!

pro-shubhamjain commented 5 years ago

Hi , This is expo base app template so you can set up the expo environment in your system here the steps please follow the steps : 1) npm install -g expo-cli (if using mac or linux prefix sudo ) 2) clone the git repo or download the project source dir. 3) In your project root dir. (run npm install --save) commend 4) After that run expo start
5) On expo dev tool dashboard you have a option to run application

form more details go through docs https://docs.expo.io/versions/v31.0.0/introduction/installation