The source code of the minimal app created in this blogpost.
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