Chris Mark
Chris Mark
The iOS implementation of this library creates a semi-blocking loop which is dangerous depending on where you instantiate it. I'm not entirely sure how this is all working, but from...
@MiLeung it's when you create and assign the `RCTRootView`, the native view which holds the React Native view. https://facebook.github.io/react-native/docs/integration-with-existing-apps.html#the-magic-rctrootview
@ljharb I have the alias defined as a [local NPM package](https://github.com/christophermark/eslint-no-cycle-aliases-issue/blob/c6257541f7dbbe62f9c37b236de9cbf32f24c836/package.json#L15-L18) in my project `package.json` file: ```json "devDependencies": { "app": "file:app", "exports": "file:exports" } ``` And each directory aliased has...
Interesting - that seems different from what I've observed. After installing (`npm install`), the directory shows up as an alias in my `node_modules`. Is there something I'm not seeing here?...
I'm using [email protected] and [email protected] here. If you want to, you should be able to quickly reproduce locally with the example project I linked in the description 🙂
Thank you @ljharb! Really appreciate the fast support and turnaround on this ❤️
I could see this as being configurable by the developer - we could provide a static setter which can be manually changed by developers who want to enable the library...
Might be fixed now. Check version 1.x for React Native 0.60.
Hi @manoj2166, contributions are welcome if you'd like to provide extra documentation to this project 🙂