Ryan Tremblay

Results 73 comments of Ryan Tremblay
trafficstars

It seems like this still happens, though now it is harder to repro. It seems like I have to do something that affects timing, like interacting with the app (e.g....

> The iOS product bundle identifiers need to be changed when building locally for development purposes Why? What problem is this solving? Not too familiar with product bundle ids.

After thinking about this more, here is what I propose: ## Babylon.js Changes - Don't expose `Canvas` anywhere in the public API. Instead, expose an opaque (or base class) `RenderView`...

This can happen, for example, when an async `LoadTexture` is in progress and the `NativeEngine` is disposed (or maybe when bgfx is shutdown via `Graphics::DisableRendering`).

Thanks @Braincompiler for sharing back your findings! I read the link you shared and it certainly sounds like `fs.lstatSync(linkPath)` should not work, but it does work for me. Can you...

That's really interesting, I don't think we see any of those issues. We have exactly the same directory structure as you describe above and no issues with the link resolution...

Yes we use both Mac and Windows. We did have an issue at one point kind of like what you are describing, but for us if we saved the top...

We use TypeScript + Babel, I just said App.js to keep things simple. In reality it is App.tsx for us. What version of React Native and the CLI tools are...

We found that in cases where you sym link to a package that has `devDependencies`, those dependencies are installed under that package's node_modules, and those get picked up (as a...

It looks like you are trying to use this with `yarn link`? I've never tried that, though I would expect it to work. In my case, I have sym links...