react-native-builder-bob
react-native-builder-bob copied to clipboard
👷♂️ Simple set of CLIs to scaffold and build React Native libraries for different targets
## Ask your Question Shouldn't we update the `{%- project.name %}.h` from this : ```objective-c #import @interface : NSObject @end ``` to this : ```objective-c #ifdef RCT_NEW_ARCH_ENABLED #import "RNSpec.h" #else...
I've been trying to add a native xcframework library as a dependency to my iOS native modules. The iOS root application is missing the general tab in Xcode which is...
How about friends, I have a query regarding adding a framework in iOS, I have 3 .xcframework to add which I add from the podspec file with the flag: s.vendored_frameworks...
## Ask your Question How can I setup builder-bob to output multiple `exports`? I want to export some `utils` in a different path (like "/my-lib/utils"), but couldn't figure it out...
Hi, I am trying to use 3rd party SDK in my react-native android module. and I have got the same problem here: [https://github.com/callstack/react-native-builder-bob/issues/63](url) It seems like the module can't find...
### Summary For the inputs without namespace and `react-native-` scenario ``` yarn exec create-react-native-library WooDLibs yarn exec v1.22.19 ✔ What is the name of the npm package? … wood-libs ✔...
## Describe the feature It would be great to have the option to generate the JavaScript library example directly supporting react-native-web. I noticed we have the option to either generate...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.0 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) v5.1.1 Bug Fixes unescape exclamation mark (#26) (a98874f) Changelog Sourced from...
Are Turbomodules on the roadmap for this project or should we lean on [react-native-turbo-starter](https://github.com/talknagish/react-native-turbo-starter) indefinitely? My understanding is that react-native-turbo-starter is not backwards compatible with NativeModules but it's not clear...
## Describe the feature Support for generating libraries that target the new and the old architectures at once, kinda like what is being done here: [react-native-community/RNNewArchitectureLibraries](https://github.com/react-native-community/RNNewArchitectureLibraries). ## Motivation The React...