GithubHelp home page GithubHelp logo

Comments (12)

brentvatne avatar brentvatne commented on April 28, 2024

@brianchirls - hm I must have done something weird there, I'll fix it if you haven't already

from react-native-video.

brentvatne avatar brentvatne commented on April 28, 2024

@brianchirls - did you do npm install from the example project directory?

from react-native-video.

brianchirls avatar brianchirls commented on April 28, 2024

Okay, I just pulled the latest version, and now it's working. Thanks.

Looks like the example is using the version of react-native-video from npm. Is there a way to get it using the one in the repo?

from react-native-video.

brentvatne avatar brentvatne commented on April 28, 2024

@brianchirls - you could remove it from package.json and do npm install path-to-your-local/react-native-video πŸ˜„

from react-native-video.

brentvatne avatar brentvatne commented on April 28, 2024

@brianchirls - some people find it easier to use npm link, but there is a bit more set up involved in getting that going in the first place

from react-native-video.

brentvatne avatar brentvatne commented on April 28, 2024

Closing the issue, feel free to re-open if problem re-arises!

from react-native-video.

brianchirls avatar brianchirls commented on April 28, 2024

npm link works great for a second, but it throws off XCode at some point.

from react-native-video.

brentvatne avatar brentvatne commented on April 28, 2024

@brianchirls - ah, I personally just do npm install with the path to the repo on my local machine

from react-native-video.

brianchirls avatar brianchirls commented on April 28, 2024

Yeah, that works too, but it's not very good for developing. You have to delete and re-install the package every time you make a change.

from react-native-video.

brentvatne avatar brentvatne commented on April 28, 2024

@brianchirls - I typically just work from the node_modules package directory and then copy that back into the project directory

from react-native-video.

brentvatne avatar brentvatne commented on April 28, 2024

If you find out a better way, let me know πŸ˜„

from react-native-video.

brianchirls avatar brianchirls commented on April 28, 2024

I've tried a few different ways, and none of them have been good. XCode and the react-native webserver don't update symlinked files, presumably because the timestamps don't change when the original gets modified. working out of node_modules is the least bad option so far, but that extra step is pretty annoying.

I think the problem with referring to the sources in the parent directory is that it throws off XCode's includes. Maybe there's a way to shift the directory structure around so neither the main project file nor the example project files are at the top level, so neither is inside the other. I think that's how react-native does it.

from react-native-video.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.