-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Examples/VideoPlayer completely broken now? #117
Comments
oh, you can change that to master in the package.json -- we deleted that branch. PR welcome, thanks! |
@brentvatne Oh, there is more... On ios I ran this: git clone https://github.com/brentvatne/react-native-video.git
cd react-native-video
react-native-video.git
cd react-native-video
npm install
cd Example/VideoPlayer
npm install react-native
open VideoPlayer.xcodeproj In XCode I see that the project is incoherent: I am seeing two problems:
|
@brentvatne Wait, there is more! After fixing the incorrect references in That looks like |
@brentvatne What has happened to this project? It was in a fairly good shape the last time I played with it (~July 2015). My PR from June (#68) is still in the freezer? Has this project become abandonware? |
In the XCode terminal I am seeing:
Adding these lines to
|
My environment:
|
@brentvatne Ok, I got the example not working again.
|
I updated #68 and added a fix for |
@brentvatne There were a bunch of things wrong with the Now, may I hope that this PR will be looked at? I am thinking of facebook/react-native#1546 where I spent a lot of time fine tuning the PR and nobody looked at it until I had to assume that there was no interest in it. So I closed it... |
- Updated package.json to use local react-native-video in a simple manner. - Added shared scheme for target. - Updated poject settings. - Now using react-native 0.18.1. Closes #117
- The test script just does an eslint check. (Closes #121) - Refactored JS code to pass the check. - Fixed VideoPlayer example. (Closes #117) - Updated package.json to use local react-native-video in a simple manner. - Added shared scheme for target. - Updated poject settings. - Now using react-native 0.18.1.
Run this:
You'll get:
Those errors are probably coming from this line in
package.json
:The text was updated successfully, but these errors were encountered: