Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Illu committed Jan 25, 2021
1 parent 90f8c96 commit 18d06c1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,19 @@ $ yarn build-ios
$ react-native run-ios
```

The Android version will come once the mock-ups are finished. The iOS App currently uses a style inspired by the [Apple Design Resources](https://developer.apple.com/design/resources/).
### iOS 14

If you want to see images on iOS 14, you'll need to apply the following patch:

```
sed -ie "s/_currentFrame.CGImage;/_currentFrame.CGImage ;} else { [super displayLayer:layer];/" node_modules/react-native/Libraries/Image/RCTUIImageViewAnimated.m
```

For more informations about this patch, take a look at [this GitHub comment](https://github.com/facebook/react-native/issues/29279#issuecomment-658244428).

### Android

I don't plan to release an Android version of Moonwalk at the current time.

<!-- Although not deployed on the Google Play Store yet, the app is able to run on Android devices. To run the app, simply use the `react-native run-android` command. (This is an ongoing feature, expect some layout issues). -->

Expand Down

0 comments on commit 18d06c1

Please sign in to comment.