Skip to content

Releases: callstack/react-native-builder-bob

[email protected]

15 Oct 07:52

Choose a tag to compare

0.20.1 (2021-10-15)

Bug Fixes

[email protected]

28 Sep 09:08

Choose a tag to compare

0.18.2 (2021-09-28)

Bug Fixes

  • call the gradle wrapper correctly on windows (#175) (53823a8)

[email protected]

28 Sep 09:08

Choose a tag to compare

0.20.0 (2021-09-28)

Bug Fixes

  • android: prefer downloading dependencies from Maven Central (#198) (ecea932)
  • can't run yarn command under Windows (8bac4d4)
  • fix generating cpp project on iOS (75a4a3c)
  • wrong package name of ReactNativeFlipper (#161) (981448d)

Features

[email protected]

06 Apr 19:27

Choose a tag to compare

0.19.0 (2021-04-06)

Bug Fixes

Features

[email protected]

03 Mar 09:57

Choose a tag to compare

0.18.1 (2021-03-03)

Note: Version bump only for package react-native-builder-bob

[email protected]

03 Mar 09:57

Choose a tag to compare

0.18.1 (2021-03-03)

Note: Version bump only for package create-react-native-library

[email protected]

02 Mar 18:24

Choose a tag to compare

0.18.0 (2021-03-02)

Note: Version bump only for package react-native-builder-bob

[email protected]

02 Mar 18:24

Choose a tag to compare

0.18.0 (2021-03-02)

Note: Version bump only for package create-react-native-library

Release 0.17.1

17 Dec 18:04

Choose a tag to compare

0.17.1 (2020-12-17)

Bug Fixes

  • add bob to devDependencies during init (784cafd)
  • specify correct entryFile in build.gradle (9917b06), closes #98

Release 0.17.0

16 Dec 16:01

Choose a tag to compare

0.17.0 (2020-12-16)

Bug Fixes

  • add publishConfig to make release-it work (fc0b524)
  • add support for 'jsx' file extention (#109) (668d734)
  • autolinking when using Xcode 12 (#90) (e2342fa)
  • don't escape HTML in templates (99d23f6), closes #39
  • eslint config in package.json (#96) (5971736)
  • exclude example when building for publishing (6e02b32)
  • exclude ios and android build folders from being published (05e8089)
  • fix Obj-C file extension in project.pbxproj (#76) (85835e6)
  • separate example app from native library files (#68) (a4d2ba0), closes #65

Features