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.
$ git clone https://github.com/Mokkapps/rebelgamer-mobile-app
$ cd rebelgamer
$ npm install
$ npm start
$ npm android
or
$ npm ios
$ npm android-release
or
$ npm ios-release
- In Xcode open RebelGamer.xcodeproj from ./ios folder
- Select
Product > Archive
from menu bar
- Place your keystore in root folder
- Enter your keystore password in ./android/gradle.properties
- In Android Studio, select
Build => Generate Signed Bundle / APK
Please create a GitHub issue