Satyajit Sahoo
Satyajit Sahoo
Would be great if you can send a PR to add it. I didn't have enough time to set it up.
You're probably adding React as a dependency. It should only be a peer dependency.
Not really. There are several things we need to take care of, - Add a way of adding polyfills according to the platform. We don't want to include RN's polyfills...
We just added experimental turbo module support with both backward compatibility and without. Currently, only Obj-C and Java are supported for Turbo modules, and Kotlin support will follow. If you...
I've only tested with turbo modules for now
Fabric progress: #273
https://github.com/callstack/react-native-builder-bob#how-do-i-add-a-react-native-library-containing-native-code-as-a-dependency-in-my-library
we don't even need a separate package. could do `haul/eslint-import-resolver` or similar
Hello @LukeeeeBennett, lemme know what you think about my comments
If it's in your `devDependencies` then it'll be auto-detected. If it's not working, you can provide a repro project to check.