Skip to content

unveiler-io/blog-builing-a-rn-app

Repository files navigation

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