ppati000 / JodelStatsReactNative

Jodel Stats client for iOS (Android probably coming soon) implemented using React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JodelStatsReactNative

A Jodel Stats client for iOS/Android implemented using React Native.

What is this?

This is an app that lets you read the most popular posts on Jodel from everywhere in the world. Just like jodelstats.com, but right on your homescreen!

How do I install it?

iOS Users:

You need a Mac with a recent version of XCode and a free Apple Developer account for the following steps to succeed. Moreover, you need to have React Native installed. For more info, see the React Native docs.

  1. Download this repository as a zip
  2. Unzip it
  3. Open JodelStatsReactNative/ios/JodelStatsReactNative/AppDelegate.m and change the line //jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"]; to jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
  4. Open JodelStatsReactNative/ios/JodelStatsReactNative.xcodeproj
  5. Select your device in XCode and compile the project. If you get a codesigning error, try changing the app's bundle id. (Just click on JodelStatsReactNative on the top left, then on Target)

If you need any help, feel free to message me on Twitter or send me an e-mail :)

Android Users:

Download the app on Google Play. :)

How can I contribute?

  • Fork it
  • Push your changes
  • Make a pull request

#TODO:

  • Android support
  • Search support
  • Internationalization
  • Fix a bug that causes the refresh indicator not to be shown

About

Jodel Stats client for iOS (Android probably coming soon) implemented using React Native.


Languages

Language:JavaScript 75.8%Language:Objective-C 15.9%Language:Python 5.1%Language:Java 3.2%