mobile
mobile copied to clipboard
React Native apps for viewing Dota 2 data on Android/iOS
- issue   here is the same match snapshot in app and web site. But it is chinese on web page and english on mobile...
Seems to be a bug with the navigation library, according to @Proyoyo, who suggests migrating to react-navigation.
File now uses 'const {...} = this.props' for several functions Extracted code for two '' components into functions also, refactored reused code from 'render' into method Suggestion for next PR...
Seems to be no support for the iPhone XS Max. Fix will involve adding safe area to the app if iPhone X/XR/XS/XSMax 
I've submitted a bug to the RN team to reproduce this issue. Until they replied, there's not much that we can do. https://github.com/facebook/react-native/issues/15920
Suggestion: Tweak app to use native navigator return button on android devices.
Repro steps 1. Log into OpenDota mobile app 2. Click on `Peers` tab 3. Click on the first person (A) 4. Click on `Peers` tab 5. Click on the first...
A Match details screen needs to be presented when user clicks on a match