mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 03:05:44 +00:00
c5da1068f8
Summary: *First PR to React Native.* After performing a clean install of macOS Sierra on my machine I tried to get RN set up again and noticed that the link provided for installing Java (required by Android Studio) pointed to the [wrong location](https://www.java.com/en/download/mac_download.jsp). After some time researching I found the right package required by Android Studio [here](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html). I tried looking for a more general link (as this points to the JDK version 8 and has a weird path: _jdk8-downloads-2133151.html_ - Sadly this was the best I could find. I also looked through listed issues to try and find a previous attempt to fix this error but couldn't find any references, sorry if I missed anything. **TL;DR:** JDK download link is incorrect, PR updates it to the correct one. Closes https://github.com/facebook/react-native/pull/11201 Differential Revision: D4253304 Pulled By: hramos fbshipit-source-id: be8ffe059bf60f5d7aa1876e5581b270187864c2