-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected the instructions for running the example
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -236,10 +236,10 @@ Toggles a fullscreen player. Access using a ref to the component. | |
- Try the included [VideoPlayer example][2] yourself: | ||
|
||
```sh | ||
git clone [email protected]:brentvatne/react-native-video.git | ||
cd react-native-video/Examples/VideoPlayer | ||
git clone [email protected]:react-native-community/react-native-video.git | ||
cd react-native-video/example | ||
npm install | ||
open VideoPlayer.xcodeproj | ||
open ios/VideoPlayer.xcodeproj | ||
|
||
``` | ||
|
||
|