We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb8178 commit 81c4f22Copy full SHA for 81c4f22
fastlane/lib/helper/update_helper.rb
@@ -7,7 +7,9 @@ def update_pods_in_tests_and_examples(params)
7
%w[
8
examples/testbed_native_ios
9
examples/webview_example_native_ios
10
- examples/webview_example_react_pod
+ examples/webview_example
11
+ examples/browser_example
12
+ examples/testbed_simple
13
.
14
].each do |folder|
15
other_action.yarn package_path: File.join('..', folder, 'package.json')
0 commit comments