Skip to content

Releases: callstack/react-native-builder-bob

[email protected]

28 Sep 09:08
Compare
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
Compare
Choose a tag to compare

0.19.0 (2021-04-06)

Bug Fixes

Features

[email protected]

03 Mar 09:57
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

Release 0.16.2

30 Jun 13:44
Compare
Choose a tag to compare

0.16.2 (2020-06-30)

Bug Fixes

  • Example Android app directory structure (#62) (4826e95)

Release 0.16.1

29 Jun 23:56
Compare
Choose a tag to compare

0.16.1 (2020-06-29)

Bug Fixes

  • generate correct example for js with native (f9c8712), closes #61