Run the installation on your smartphone APK File download
Creating simple application for android device. It is create with react native expo.
To run this code in your workspace following the step.
Here are the steps :
- Make sure that you have installed all need for building react native application.
go to original source to complete every before developing mobile application using react native React native official - Clone the source, git@github.com:priatmoko/AdList.git
git clone git@github.com:priatmoko/AdList.git AdList
- Enter to directory you have been create in running command git clone
cd AdList
- Download / Install dependention by running command npm install on your directory
npm install
- Running the result by running command npm start and load from your expo installed on your smartphone.
Download expo from play store download
npm start
- Open your expo application and scan the qrcode displaying by npm start.
Note : make sure that you connect your smartphone to the same wifi with PC development. If it is not the same, you can use qrcode tunel, you can get it on your devtool by default (browser that automatically open when you run npm start)