Home

Awesome

<p> <a href="#badge"> <img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square"> </a> </p>

RebelGamer Mobile App

This repository contains the code of the iOS & Android app of the gaming blog RebelGamer.

It was developed using React Native and uses the WordPress REST API to fetch the posts.

<img src="https://i.imgur.com/mzkIeby.png" width="250">

App Store links

Run locally on your development machine

$ git clone https://github.com/Mokkapps/rebelgamer-mobile-app
$ cd rebelgamer
$ npm install
$ npm start

$ npm android
or
$ npm ios

Run iOS or Android release builds locally

$ npm android-release
or
$ npm ios-release

Build releases for App stores

iOS

Android

Report a bug

Please create a GitHub issue

Using