Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
Changed link for the React Native Packager
Browse files Browse the repository at this point in the history
Summary:
The React Native packager no longer exists at the previous location linked in ReactVROverview.md. The packager, now named Metro Bundler, is now a stand-alone repo. See facebook/react-native#13976.

## Motivation (required)
The link for the React Native packager directs to a 404 page not found. The link has been updated to reflect the new home for the packager i.e. the Metro Bundler, which is it's [GitHub repo](facebook/react-native#13976).

## Test Plan (required)

Click the previous link ([here](https://github.com/facebook/react-native/blob/master/packager/README.md)) and see that it 404s. :)
Closes #301

Reviewed By: mikearmstrong001

Differential Revision: D5763923

Pulled By: mikearmstrong001

fbshipit-source-id: 2587e58
  • Loading branch information
matthamil authored and facebook-github-bot committed Sep 5, 2017
1 parent b12cbde commit 9df997f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ReactVROverview.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ index.vr.bundle

The resultant index.vr.bundle file contains JavaScript code that can be directly fetched and executed by an HTML **`script`** tag.

Due to the scope of the project, we only discuss our usage. For more general information on the Packager, see [React Native Packager](https://github.com/facebook/react-native/blob/master/packager/README.md).
Due to the scope of the project, we only discuss our usage. For more general information on the Packager, see [React Native Packager](https://github.com/facebook/metro-bundler).

#### Networking

Expand Down

0 comments on commit 9df997f

Please sign in to comment.