Skip to content

chore(release): version packages - #452

Merged
hurali97 merged 1 commit into
mainfrom
changeset-release/main
Sep 3, 2026
Merged

chore(release): version packages#452
hurali97 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@callstack/react-native-brownfield@5.1.0

Minor Changes

  • #450 4846a05 Thanks @borisyankov! - Add preloadBundle to startReactNative on iOS. Without a preload, startReactNative only makes the factory, and React Native loads the JavaScript bundle when it creates the first React Native view. startReactNative(launchOptions:preloadBundle:onBundleLoaded:) moves that work to the app launch: the call starts the React Host, and React Native evaluates the bundle on the JavaScript thread, in parallel with the remainder of the app launch. On Android, ReactNativeBrownfield.initialize does the same operation. This shape of startReactNative also takes the launch options for the React Host.

    onBundleLoaded now runs on the main thread, and not on the JavaScript thread. A callback that you add after React Native loaded the bundle runs in the next turn of the main run loop.

Patch Changes

brownfield@5.1.0

Patch Changes

  • Updated dependencies []:
    • @callstack/brownfield-cli@5.1.0

@callstack/brownfield-navigation@5.1.0

Patch Changes

  • Updated dependencies []:
    • @callstack/brownfield-cli@5.1.0

@callstack/brownie@5.1.0

Patch Changes

  • Updated dependencies []:
    • @callstack/brownfield-cli@5.1.0

@callstack/brownfield-cli@5.1.0

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from ff7dcc5 to cbd1eae Compare September 3, 2026 04:37
@hurali97
hurali97 merged commit bfd88af into main Sep 3, 2026
5 checks passed
@hurali97
hurali97 deleted the changeset-release/main branch September 3, 2026 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant