React Native Circleci Orb Versions Save

A CircleCI Orb to Simplify Testing your React Native App

v7.4.0

3 months ago

7.4.0 (2024-02-12)

Features

  • support a custom pod install command (d15769f)

v7.3.0

3 months ago

7.3.0 (2023-07-12)

Bug Fixes

  • yaml parsing build_image_version default as double (df23a73)
  • yaml parsing build_image_version default as double (#170) (3c8cb0f)

Features

  • allow specifying build image version for android build & executor (ee50537)

v7.2.0

3 months ago

7.2.0 (2023-07-11)

Features

  • Skip Detox setup in ios_build job (3fc5c53)

v7.1.1

1 year ago

7.1.1 (2022-08-03)

Bug Fixes

v7.1.0

1 year ago

7.1.0 (2022-06-18)

Bug Fixes

  • android_test: node v12 to v16 (a9956b7)
  • ios_build: node v12 to v16 (f0ea6b4)
  • ios_build_and_test: node v12 to v16 (6347597)
  • setup_macos_executor: bump node v12 to v16 (a34ccec)

Features

  • node: bump from node 12 to node 16 default (0acc6f9)

v7.0.1

1 year ago

7.0.1 (2022-06-10)

Bug Fixes

  • 'an unexpected storage error occurred' on multiline keys (b9fb1bb)

v7.0.0

2 years ago

7.0.0 (2022-04-26)

Bug Fixes

  • removing old yarn version from PATH which hopefully fixes the issue (cc25fff)

  • fix!: using supported Node version with cimg/node and updating comments (1186c41)

BREAKING CHANGES

  • cimg/node doesn't support major Node version aliases the same way circleci/node did

v6.8.1

2 years ago

6.8.1 (2022-02-27)

Bug Fixes

  • add missing CACHE_VERSION in pod_install (b6c7e99)
  • quote cache keys that start with special characters (b217d8c)

v6.8.0

2 years ago

6.8.0 (2022-02-15)

Features

  • allow passing executor parameters to test jobs (#141) (eea6098), closes #112

v6.7.0

2 years ago

6.7.0 (2022-02-15)

Features

  • add pod_cache param to ios_build job (#140) (f18183f)