i-umairmalik / rebelgamer-mobile-app

Mobile app for the gaming blog www.rebelgamer.de

Home Page:https://www.rebelgamer.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code style: prettier

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.

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

  • In Xcode open RebelGamer.xcodeproj from ./ios folder
  • Select Product > Archive from menu bar

Android

  • Place your keystore in root folder
  • Enter your keystore password in ./android/gradle.properties
  • Run cd android && ./gradlew assembleRelease

Report a bug

Please create a GitHub issue

Using

About

Mobile app for the gaming blog www.rebelgamer.de

https://www.rebelgamer.de

License:MIT License


Languages

Language:JavaScript 86.8%Language:Objective-C 6.9%Language:Java 4.1%Language:Python 2.3%