Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
* Updated .gitignore
Browse files Browse the repository at this point in the history
* Added image to README
* Increased Android SDK version
  • Loading branch information
Michael Hoffmann committed Dec 29, 2017
1 parent 5a9f4a2 commit a23ec30
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
.vscode

# iOS build
ios/build/
/ios/build/

# Android
*.keystore
/android/build
/android/app/build

# Xcode
!**/*.xcodeproj
Expand Down
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@ This repository contains the code of the iOS & Android app of the gaming blog [R

It was developed using [React Native](https://facebook.github.io/react-native/).

<img src="http://mokkapps.de/wp-content/uploads/2017/12/Nexus-6P-Screenshot1-1.png" width="250">

# App Store links

* [iOS](https://itunes.apple.com/de/app/rebelgamer-news-fur-gamer/id1187403828)
* [Android](https://play.google.com/store/apps/details?id=de.rebelgamer.RebelGamerRSS)

# Getting Started

```
$ git clone https://github.com/MrMojo86/RebelGamer.git
$ cd rebelgamer
Expand All @@ -27,13 +31,16 @@ $ react-native run-android
```

# Report a bug

Please create a [GitHub issue](https://github.com/MrMojo86/RebelGamer/issues)

# Using
- [React Native](https://facebook.github.io/react-native/)
- [React Navigation](https://reactnavigation.org/)
- [React Native Elements ](https://react-native-training.github.io/react-native-elements/)
- [React Native Vector Icons](https://github.com/oblador/react-native-vector-icons)

* [React Native](https://facebook.github.io/react-native/)
* [React Navigation](https://reactnavigation.org/)
* [React Native Elements ](https://react-native-training.github.io/react-native-elements/)
* [React Native Vector Icons](https://github.com/oblador/react-native-vector-icons)

# Known issues
* Android: Clicking on links in the detail view opens the link in a new browser window but the WebView also navigates to this page

* Android: Clicking on links in the detail view opens the link in a new browser window but the WebView also navigates to this page
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ android {
defaultConfig {
applicationId "de.rebelgamer.RebelGamerRSS"
minSdkVersion 16
targetSdkVersion 22
versionCode 30
targetSdkVersion 23
versionCode 31
versionName "3.0"
ndk {
abiFilters "armeabi-v7a", "x86"
Expand Down

0 comments on commit a23ec30

Please sign in to comment.