Replies: 4 comments
-
@matt-oakes any info about this ? im also facing this issue, i was expecting bob builder to generate my AAR file |
Beta Was this translation helpful? Give feedback.
-
Any updates regarding this? I also encountered this one. thanks! |
Beta Was this translation helpful? Give feedback.
-
Any info about this? I am facing the same issue, additionally I have react-native-web in my dependencies. Any help would be greatly appreciated! |
Beta Was this translation helpful? Give feedback.
-
try to change options in "react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
// "aar" <- REPLACE THIS ...
["aar", { "androidBundleName": "android-release.aar" }] // <- ... BY THIS ...
// OR WHATEVER .aar GENERATED FILE YOU FIND IN: android/build/outputs/aar
]
}, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
i would like build my existing react native project to aar using bob builder,
i already follow the documentation for manual installation by adding react-native-builder-bob script:
and run
and there's error
and finally show up final error:
but in my
android/app/build/output
show up release and debug apk file instead of aar filehere is my package.json:
did i miss something on configuration?
thank you
Beta Was this translation helpful? Give feedback.
All reactions