Skip to content

Releases: callstack/react-native-builder-bob

create-react-native-library@0.24.1

13 Oct 16:24
Compare
Choose a tag to compare

0.24.1 (2022-10-13)

Bug Fixes

  • use index.js instead of index.ts (1393499), closes #281

create-react-native-library@0.24.0

13 Oct 16:17
Compare
Choose a tag to compare

0.24.0 (2022-10-13)

Bug Fixes

  • exclude some unnecessary files from the package (0213adc)
  • fix types in cpp adapter. closes #278 (2c572dd)
  • remove babel-eslint parser due to lack of support for typescript (#274) (7a0c0e9)
  • show a helpful error if npx isn't installed (2c3b5e4)

Features

  • ios: enable function generation by Xcode with CodeGen interface (#267) (b152ccf), closes #261
  • use react-native init for generating example app (#271) (ac0e2f7)

create-react-native-library@0.23.3

01 Aug 10:33
Compare
Choose a tag to compare

0.23.3 (2022-08-01)

Bug Fixes

  • remove explicit folly version (b35432e)

create-react-native-library@0.23.2

09 Jul 12:30
Compare
Choose a tag to compare

0.23.2 (2022-07-09)

Bug Fixes

  • update β€˜js’ value type to new value β€˜library’ in create library script (#253) (5599ee6)

create-react-native-library@0.23.1

04 Jul 11:52
Compare
Choose a tag to compare

0.23.1 (2022-07-04)

Bug Fixes

  • use correct bob version in package.json (4a5afb3)

create-react-native-library@0.23.0

30 Jun 15:34
Compare
Choose a tag to compare

0.23.0 (2022-06-30)

Features

  • update turbo modules template to use a synchronous API (1393060)

create-react-native-library@0.22.0

27 Jun 07:02
Compare
Choose a tag to compare

0.22.0 (2022-06-27)

Features

  • add a template for turbo module (experimental) (cc95a72)

create-react-native-library@0.21.1

22 Jun 09:19
Compare
Choose a tag to compare

0.21.1 (2022-06-22)

Bug Fixes

  • fix generated package name (09e63a9)

react-native-builder-bob@0.18.3

21 Jun 20:17
Compare
Choose a tag to compare

0.18.3 (2022-06-21)

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

create-react-native-library@0.21.0

21 Jun 20:17
Compare
Choose a tag to compare

0.21.0 (2022-06-21)

Bug Fixes

  • consolidate gradle files (af0ae13)
  • fix requiresMainQueueSetup warning for swift modules (31cf29f)
  • fixed lint throw error without semicolon (#232) (45c138b)
  • include header with project identifier for cpp (#246) (2aba2be)
  • remove double-quoted imports from React-Core (#220) (0de461d)
  • use react-native.config.js for linking the library (1000cd7)

Features

  • enable hermes by default (194e279)
  • migrate to lefthook instead of husky (c3e4bfb)
  • upgrade templates to latest react & react-native (9bb2a22)