Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 726 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 726 Bytes

Blog: Building a React Native app with verified location from scratch

The source code of the minimal app created in this blogpost.

Getting Started

This assumes you have your development environment prepared for React Native development. You can find more detailed instructions here.

Clone the source code:

git clone https://github.com/unveiler-io/blog-builing-a-rn-app.git && cd blog-building-a-rn-app

Then install all dependencies:

yarn install

Now connect your Android phone by USB and run:

yarn run android