History prior to 3.7.0 is available in the per-package CHANGELOG files.
- #323
3456d3aThanks @artus9033! - Support RN prebuilts in Brownfield, by default enabled in RN >= 0.84, opt-in in RN 0.83; or in Expo 55+ (Expo 54 is not supported). Add--use-prebuilt-rn-coretobrownfield package:iosso callers can opt into or out of React Native Apple prebuilt binaries; omitting the flag defers to version-aware defaults handled by Rock. The CLI rejects--use-prebuilt-rn-corewhen React Native is older than 0.81 or when the project is Expo SDK older than 55. Fix brownfield framework dylib install names to use @rpath instead of hardcoded paths.
-
Updated dependencies [
3456d3a]:- @callstack/brownfield-cli@3.10.0
-
#323
3456d3aThanks @artus9033! - ForceBUILD_LIBRARY_FOR_DISTRIBUTION/SWIFT_EMIT_MODULE_INTERFACEon the CocoaPods ReactBrownfield, Brownie and BrownfieldNavigation targets so Release builds emit.swiftinterfacefiles andxcodebuild -create-xcframework(brownfieldpackage:ios) can merge slices.
- #326
80e6364Thanks @artus9033! - feat: strip SO files by default, deprecate experimental option in favor of useStrippedSoFiles
- Updated dependencies [
80e6364]:- @callstack/brownfield-cli@3.9.0
-
#336
35b6f0aThanks @hurali97! - fix: allow unregistering the navigation delegate -
Updated dependencies [
e78084d]:- @callstack/brownfield-cli@3.8.1
-
#335
e78084dThanks @hurali97! - fix: Object params correctly reflect the generated native code instead of Any
- Updated dependencies [
d93dcd9]:- @callstack/brownfield-cli@3.8.0
- #313
c153378Thanks @alpharius-ck! - Jest unit tests
-
#322
cbc99cfThanks @marcinszalski-callstack! - fix: make sure android libs are loaded for expo apps -
Updated dependencies [
c153378]:- @callstack/brownfield-cli@3.7.0
-
#315
874332bThanks @marcinszalski-callstack! - fix: make sure native libs are loaded for RN >= 0.80