Skip to content

Releases: callstack/react-native-brownfield

@callstack/[email protected]

16 Jan 16:38

Choose a tag to compare

Patch Changes

@callstack/[email protected]

16 Jan 16:38

Choose a tag to compare

Patch Changes

@callstack/[email protected]

16 Jan 16:38

Choose a tag to compare

Patch Changes

Release 2.0.1

11 Nov 11:26

Choose a tag to compare

2.0.1 (2025-11-11)

Bug Fixes

  • docs: valid option name - bundleAssetPath (aa9fe20)
  • explicitly specify jsBundleAssetPath to fix loading of JS bundle in release mode on RN 0.81 & 0.82 (fix in RN not backported - see facebook/react-native#53546) (ff9b047)

Release 2.0.0

08 Nov 10:16

Choose a tag to compare

2.0.0 (2025-11-08)

Bug Fixes

  • ci: reinstall Pods in Swift example (61a18ca)
  • correct JS entrypoint filename for release example app builds (ff4a163)
  • make android library evaluation depends on expo (#141) (de3e62f)
  • remove cyclic dependency between tasks (#133) (54c2d2a)
  • resolve ambiguity in call to getDefaultReactHost (31dbcd8)
  • resolve ambiguity in getDefaultReactHost, implement missing methods, name arguments, remove obsolete annotations (13fe5ec)
  • use lazy rootViewFactory property in view method (#139) (5fd209f)

Features

  • add dynamic libs support in brownfield-gradle-plugin (#128) (e7d3530)
  • add support for RN 0.82 to the existing APIs (6727068)
  • configure reacthost options (b0d131e)

Release 1.2.0

25 Jul 08:19

Choose a tag to compare

1.2.0 (2025-07-25)

Bug Fixes

Features

  • add expo support (7d349de)
  • add support for RN entry point introduced in RN 0.80 (59f472b)
  • migrate to ReactDelegateWrapper (87ebb55)
  • react-native >= 0.80 support and docs for advanced use cases (#120) (453f965)
  • use JS reload from ReactDelegate (b94719f)

Release 1.1.0

18 Jun 09:26

Choose a tag to compare

1.1.0 (2025-06-18)

Features

  • ios: allow overriding the bundle instance (#112) (07d6a37)

Release 1.0.1

18 Apr 11:55

Choose a tag to compare

1.0.1 (2025-04-18)

Bug Fixes

Release 1.0.0

16 Apr 15:06

Choose a tag to compare

Hey!

The new version 1.0.0 is out! 🚀

It's a total library rewrite that supports SwiftUI, UIKit, Jetpack Compose, and legacy views.

Please refer to the new documentation to check new features: https://github.com/callstack/react-native-brownfield/tree/v1.0.0/docs

Release 1.0.0-rc.2

14 Apr 11:21

Choose a tag to compare

Release 1.0.0-rc.2 Pre-release
Pre-release

1.0.0-rc.2 (2025-04-14)

Features