Skip to content

Releases: callstack/react-native-brownfield

brownfield@3.9.0

20 May 06:08
579a747

Choose a tag to compare

Minor Changes

  • #326 80e6364 Thanks @artus9033! - feat: strip SO files by default, deprecate experimental option in favor of useStrippedSoFiles

Patch Changes

  • Updated dependencies [80e6364]:
    • @callstack/brownfield-cli@3.9.0

brownfield@3.10.0

20 May 09:19
7510467

Choose a tag to compare

Patch Changes

  • Updated dependencies [3456d3a]:
    • @callstack/brownfield-cli@3.10.0

@callstack/react-native-brownfield@3.9.0

20 May 06:08
579a747

Choose a tag to compare

Minor Changes

  • #326 80e6364 Thanks @artus9033! - feat: strip SO files by default, deprecate experimental option in favor of useStrippedSoFiles

Patch Changes

  • Updated dependencies [80e6364]:
    • @callstack/brownfield-cli@3.9.0

@callstack/react-native-brownfield@3.10.0

20 May 09:19
7510467

Choose a tag to compare

Patch Changes

  • #323 3456d3a Thanks @artus9033! - Force BUILD_LIBRARY_FOR_DISTRIBUTION / SWIFT_EMIT_MODULE_INTERFACE on the CocoaPods ReactBrownfield, Brownie and BrownfieldNavigation targets so Release builds emit .swiftinterface files and xcodebuild -create-xcframework (brownfield package:ios) can merge slices.

  • Updated dependencies [3456d3a]:

    • @callstack/brownfield-cli@3.10.0

@callstack/brownie@3.9.0

20 May 06:08
579a747

Choose a tag to compare

Patch Changes

  • Updated dependencies [80e6364]:
    • @callstack/brownfield-cli@3.9.0

@callstack/brownie@3.10.0

20 May 09:19
7510467

Choose a tag to compare

Patch Changes

  • Updated dependencies [3456d3a]:
    • @callstack/brownfield-cli@3.10.0

@callstack/brownfield-navigation@3.9.0

20 May 06:08
579a747

Choose a tag to compare

Patch Changes

  • Updated dependencies [80e6364]:
    • @callstack/brownfield-cli@3.9.0

@callstack/brownfield-navigation@3.10.0

20 May 09:19
7510467

Choose a tag to compare

Patch Changes

  • Updated dependencies [3456d3a]:
    • @callstack/brownfield-cli@3.10.0

@callstack/brownfield-cli@3.9.0

20 May 06:08
579a747

Choose a tag to compare

Minor Changes

  • #326 80e6364 Thanks @artus9033! - feat: strip SO files by default, deprecate experimental option in favor of useStrippedSoFiles

@callstack/brownfield-cli@3.10.0

20 May 09:19
7510467

Choose a tag to compare

Minor Changes

  • #323 3456d3a Thanks @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-core to brownfield package:ios so 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-core when 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.