Skip to content
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

error setting property src of RCTVideo #17

Closed
eduedix opened this issue Apr 9, 2015 · 7 comments
Closed

error setting property src of RCTVideo #17

eduedix opened this issue Apr 9, 2015 · 7 comments

Comments

@eduedix
Copy link

eduedix commented Apr 9, 2015

I get the following error while loading a page with

[tid:com.apple.main-thread][RCTVideoManager.m:35] Error setting property 'src' of RCTVideo with tag #67: RCTVideo does not have setter for src property
ekran resmi 2015-04-09 23 23 03

@brentvatne
Copy link
Contributor

@eduedix - what version of react-native are you using? I updated this for 0.3.10 today, which is required

@brentvatne
Copy link
Contributor

@eduedix - also, the newest update requires that you do

<Video source={{uri: "name-here"}} />

@eduedix
Copy link
Author

eduedix commented Apr 9, 2015

OK it is fixed

@brentvatne
Copy link
Contributor

😄 great!

@ghost
Copy link

ghost commented May 12, 2015

I was seeing the same problem earlier running the included VideoPlayer example. To get the example working I cloned from master instead of the 0.3.5 tagged branch -- which was giving me a hard time.

Here are the steps I followed to run the example locally:

git clone git@github.com:brentvatne/react-native-video.git
cd react-native-video/Examples/VideoPlayer
npm install
open VideoPlayer.xcodeproj

Then Cmd+R to start the React Packager, build and run the project in the simulator.

@brentvatne
Copy link
Contributor

@jhabdas - can you add those steps to the README?

@ghost
Copy link

ghost commented May 13, 2015

@brentvatne added steps in #35

hueniverse pushed a commit that referenced this issue Jun 9, 2022
Improve memory management to reduce pressure on low end devices.

JIRA: VEX-6365
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants