Skip to content

Commit a18cf34

Browse files
authored
fix(macos): declare support for [email protected] (#579)
1 parent 3f3f009 commit a18cf34

File tree

7 files changed

+1491
-1617
lines changed

7 files changed

+1491
-1617
lines changed

example/ios/Podfile

+1-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ require_relative '../node_modules/react-native-test-app/test_app'
22

33
workspace 'Example.xcworkspace'
44

5-
use_flipper!({
6-
'Flipper' => '0.75.1',
7-
'Flipper-Folly' => '2.5.3',
8-
'Flipper-RSocket' => '1.3.1',
9-
})
5+
use_flipper! false if ENV['DISABLE_FLIPPER']
106

117
use_test_app! :hermes_enabled => false do |target|
128
target.tests do

0 commit comments

Comments
 (0)