Skip to content

Releases: callstack/react-native-builder-bob

[email protected]

23 Jul 12:40
a7c9ae0
Compare
Choose a tag to compare

0.27.0 (2024-07-23)

Features

[email protected]

23 Jul 10:23
2a62bed
Compare
Choose a tag to compare

0.38.4 (2024-07-23)

Bug Fixes

[email protected]

22 Jul 17:28
af4dbda
Compare
Choose a tag to compare

0.38.3 (2024-07-22)

Bug Fixes

[email protected]

11 Jul 15:15
5052841
Compare
Choose a tag to compare

0.26.0 (2024-07-11)

Bug Fixes

  • use an alternative approach to support ESM (0c5582b) - by @

Features

  • support ESM config for bob (9b41a62) - by @

[email protected]

11 Jul 15:15
5052841
Compare
Choose a tag to compare

0.1.1 (2024-07-11)

Bug Fixes

  • use an alternative approach to support ESM (0c5582b) - by @

[email protected]

11 Jul 15:15
5052841
Compare
Choose a tag to compare

0.38.2 (2024-07-11)

Bug Fixes

  • bump fallback bob version (42efae5) - by @
  • use an alternative approach to support ESM (0c5582b) - by @

[email protected]

05 Jul 11:25
a1bc1ba
Compare
Choose a tag to compare

0.25.0 (2024-07-05)

Bug Fixes

Features

To migrate your project to ESM, running the following command for automated configuration:

yarn bob init

Alternatively, you can follow the manual configuration guide.

In addition, typescript consumers would need to change the following fields in tsconfig.json:

"jsx": "react-jsx",
"moduleResolution": "Bundler",

If using ESLint, it may also be necessary to disable the "react/react-in-jsx-scope" rule:

"react/react-in-jsx-scope": "off"

[email protected]

05 Jul 11:25
a1bc1ba
Compare
Choose a tag to compare

0.1.0 (2024-07-05)

Bug Fixes

Features

[email protected]

05 Jul 12:35
e8a449b
Compare
Choose a tag to compare

0.38.1 (2024-07-05)

Bug Fixes

  • fix enabling new arch for test-app example on android (9c79ec7) - by @satya164

[email protected]

05 Jul 11:25
a1bc1ba
Compare
Choose a tag to compare

0.38.0 (2024-07-05)

Bug Fixes

  • avoid using react-native field (c30fd49) - by @satya164
  • update the package name and bundleIdentifier for example app (93a7d04) - by @

Features