This repository has been archived by the owner on Apr 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Upgrade ReactNative to latest version #117
Open
ianfieldhouse
wants to merge
9
commits into
edina:master
Choose a base branch
from
ianfieldhouse:upgrade-rn-work
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Aug 7, 2018
-
Merge pull request #1 from edina/master
Merge changes from edina/CuriousEdinburgh2
Configuration menu - View commit details
-
Copy full SHA for d97cc40 - Browse repository at this point
Copy the full SHA d97cc40View commit details
Commits on Jun 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3059d77 - Browse repository at this point
Copy the full SHA 3059d77View commit details
Commits on Jun 20, 2019
-
Update app to support latest React Native version
Updated the app to support latest React Native version (version 0.59.9) at time of writing. - updated all dependencies and devDependencies - updated the iOS and Android project files so they contained the same files and file contents as a virgin React Native 0.59.9 project - updated app to build 64 bit binaries for Android
Configuration menu - View commit details
-
Copy full SHA for 1d12665 - Browse repository at this point
Copy the full SHA 1d12665View commit details -
Fixed bugs: - App now scales on iPhone X, Xr, Xs properly - Sharing a stop now shares the stop url - Video player now uses WebView on Android - Splash Screen on Android now has the correct aspect ratio
Configuration menu - View commit details
-
Copy full SHA for d76f99c - Browse repository at this point
Copy the full SHA d76f99cView commit details -
Update targetSdkVersion to 26 as this is the minimum allowed for the Play store now.
Configuration menu - View commit details
-
Copy full SHA for afdeee9 - Browse repository at this point
Copy the full SHA afdeee9View commit details -
Force subprojects to use compileSdkVersion 29
Updated build.gradle to force subprojects to use compileSdkVersion 29 and buildToolsVersion 29.0.0.
Configuration menu - View commit details
-
Copy full SHA for e4f1f02 - Browse repository at this point
Copy the full SHA e4f1f02View commit details -
Add simulated location to build scheme
Added London as a simulated location for testing iOS
Configuration menu - View commit details
-
Copy full SHA for aa15f36 - Browse repository at this point
Copy the full SHA aa15f36View commit details
Commits on Jun 21, 2019
-
Restore video playback for android
Using WebView for playing video on Android causes the video to simply play as in the thumbnail rather than full screen (like iOS. Previously this was worked around by creating an image thumbnail for the video, overlaying another image with a play button on it and then playing the video in the image modal. This was broken because it was embedding an <Image> element within another <Image> element. By replacing the outer <Image> element with a <ImageBackground> element we can work around this.
Configuration menu - View commit details
-
Copy full SHA for 63ddde1 - Browse repository at this point
Copy the full SHA 63ddde1View commit details -
Add FIXME for the pan to my location button
The pan to my location button doesn’t work in iOS (and Android??) after the work carried out to
Configuration menu - View commit details
-
Copy full SHA for fde83ae - Browse repository at this point
Copy the full SHA fde83aeView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.