From 51bdacb7acefdca501ad7a5a578faac8c6c271ee Mon Sep 17 00:00:00 2001 From: Ivan Artemiev <29709626+iartemiev@users.noreply.github.com> Date: Thu, 23 Jun 2022 15:26:52 -0400 Subject: [PATCH] ci: rn workaround --- .circleci/config.yml | 26 ++++++++++++++++---------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6ab863e2070..c3389a12f4d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1687,20 +1687,26 @@ workflows: name: RN iOS - latest framework: rn_ios main-file-path: ./App.js + # TODO: delete next line after https://github.com/react-native-picker/picker/issues/425 is resolved + tag: 0.68.2 - getting-started-smoke-test/rn-android: name: RN Android - latest framework: rn_android main-file-path: ./App.js - - getting-started-smoke-test/rn-ios: - name: RN iOS - next - framework: rn_ios - main-file-path: ./App.js - tag: next - - getting-started-smoke-test/rn-android: - name: RN Android - next - framework: rn_android - main-file-path: ./App.js - tag: next + # TODO: delete next line after https://github.com/react-native-picker/picker/issues/425 is resolved + tag: 0.68.2 + + # TODO: re-enable the following 2 jobs after https://github.com/react-native-picker/picker/issues/425 is resolved + # - getting-started-smoke-test/rn-ios: + # name: RN iOS - next + # framework: rn_ios + # main-file-path: ./App.js + # tag: next + # - getting-started-smoke-test/rn-android: + # name: RN Android - next + # framework: rn_android + # main-file-path: ./App.js + # tag: next # Expo - getting-started-smoke-test/expo: name: Expo - latest