Skip to content

Commit 008fd06

Browse files
authored
Remove Flipper (#321)
Remove everything flipper related: files, env etc
1 parent efa1060 commit 008fd06

File tree

5 files changed

+1
-52
lines changed

5 files changed

+1
-52
lines changed

.github/actions/install-cocoapods/action.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ runs:
2121

2222
- name: Install cocoapods
2323
shell: bash
24-
env:
25-
NO_FLIPPER: "1"
2624
run: |
2725
set -euo pipefail
2826
ROOT=$(pwd)

sample/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ GEM
6868
cocoapods-try (1.2.0)
6969
colored2 (3.1.2)
7070
concurrent-ruby (1.3.3)
71-
connection_pool (2.5.3)
71+
connection_pool (2.5.4)
7272
drb (2.2.3)
7373
escape (0.0.4)
7474
ethon (0.15.0)

sample/android/app/src/release/java/com/reactnative/ReactNativeFlipper.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

sample/ios/ReactNative.xcodeproj/project.pbxproj

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -459,11 +459,6 @@
459459
"\"${PODS_ROOT}/Headers/Public/CocoaAsyncSocket\"",
460460
"\"${PODS_ROOT}/Headers/Public/DoubleConversion\"",
461461
"\"${PODS_ROOT}/Headers/Public/FBLazyVector\"",
462-
"\"${PODS_ROOT}/Headers/Public/Flipper\"",
463-
"\"${PODS_ROOT}/Headers/Public/Flipper-Fmt\"",
464-
"\"${PODS_ROOT}/Headers/Public/Flipper-Folly\"",
465-
"\"${PODS_ROOT}/Headers/Public/Flipper-PeerTalk\"",
466-
"\"${PODS_ROOT}/Headers/Public/FlipperKit\"",
467462
"\"${PODS_ROOT}/Headers/Public/RCT-Folly\"",
468463
"\"${PODS_ROOT}/Headers/Public/RCTRequired\"",
469464
"\"${PODS_ROOT}/Headers/Public/RCTTypeSafety\"",
@@ -526,12 +521,6 @@
526521
"$(inherited)",
527522
"\"${PODS_CONFIGURATION_BUILD_DIR}/CocoaAsyncSocket\"",
528523
"\"${PODS_CONFIGURATION_BUILD_DIR}/DoubleConversion\"",
529-
"\"${PODS_CONFIGURATION_BUILD_DIR}/Flipper\"",
530-
"\"${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Boost-iOSX\"",
531-
"\"${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Fmt\"",
532-
"\"${PODS_CONFIGURATION_BUILD_DIR}/Flipper-Folly\"",
533-
"\"${PODS_CONFIGURATION_BUILD_DIR}/Flipper-PeerTalk\"",
534-
"\"${PODS_CONFIGURATION_BUILD_DIR}/FlipperKit\"",
535524
"\"${PODS_CONFIGURATION_BUILD_DIR}/RCT-Folly\"",
536525
"\"${PODS_CONFIGURATION_BUILD_DIR}/RCTTypeSafety\"",
537526
"\"${PODS_CONFIGURATION_BUILD_DIR}/RNCMaskedView\"",
@@ -604,11 +593,6 @@
604593
"\"${PODS_ROOT}/Headers/Public/CocoaAsyncSocket\"",
605594
"\"${PODS_ROOT}/Headers/Public/DoubleConversion\"",
606595
"\"${PODS_ROOT}/Headers/Public/FBLazyVector\"",
607-
"\"${PODS_ROOT}/Headers/Public/Flipper\"",
608-
"\"${PODS_ROOT}/Headers/Public/Flipper-Fmt\"",
609-
"\"${PODS_ROOT}/Headers/Public/Flipper-Folly\"",
610-
"\"${PODS_ROOT}/Headers/Public/Flipper-PeerTalk\"",
611-
"\"${PODS_ROOT}/Headers/Public/FlipperKit\"",
612596
"\"${PODS_ROOT}/Headers/Public/RCT-Folly\"",
613597
"\"${PODS_ROOT}/Headers/Public/RCTRequired\"",
614598
"\"${PODS_ROOT}/Headers/Public/RCTTypeSafety\"",
@@ -696,11 +680,6 @@
696680
"\"${PODS_ROOT}/Headers/Public/CocoaAsyncSocket\"",
697681
"\"${PODS_ROOT}/Headers/Public/DoubleConversion\"",
698682
"\"${PODS_ROOT}/Headers/Public/FBLazyVector\"",
699-
"\"${PODS_ROOT}/Headers/Public/Flipper\"",
700-
"\"${PODS_ROOT}/Headers/Public/Flipper-Fmt\"",
701-
"\"${PODS_ROOT}/Headers/Public/Flipper-Folly\"",
702-
"\"${PODS_ROOT}/Headers/Public/Flipper-PeerTalk\"",
703-
"\"${PODS_ROOT}/Headers/Public/FlipperKit\"",
704683
"\"${PODS_ROOT}/Headers/Public/RCT-Folly\"",
705684
"\"${PODS_ROOT}/Headers/Public/RCTRequired\"",
706685
"\"${PODS_ROOT}/Headers/Public/RCTTypeSafety\"",
@@ -791,11 +770,6 @@
791770
"\"${PODS_ROOT}/Headers/Public/CocoaAsyncSocket\"",
792771
"\"${PODS_ROOT}/Headers/Public/DoubleConversion\"",
793772
"\"${PODS_ROOT}/Headers/Public/FBLazyVector\"",
794-
"\"${PODS_ROOT}/Headers/Public/Flipper\"",
795-
"\"${PODS_ROOT}/Headers/Public/Flipper-Fmt\"",
796-
"\"${PODS_ROOT}/Headers/Public/Flipper-Folly\"",
797-
"\"${PODS_ROOT}/Headers/Public/Flipper-PeerTalk\"",
798-
"\"${PODS_ROOT}/Headers/Public/FlipperKit\"",
799773
"\"${PODS_ROOT}/Headers/Public/RCT-Folly\"",
800774
"\"${PODS_ROOT}/Headers/Public/RCTRequired\"",
801775
"\"${PODS_ROOT}/Headers/Public/RCTTypeSafety\"",

sample/react-native.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@ module.exports = {
1616
'@shopify/checkout-sheet-kit': {
1717
root: path.resolve(root, 'modules', '@shopify/checkout-sheet-kit'),
1818
},
19-
...(process.env.NO_FLIPPER
20-
? {'react-native-flipper': {platforms: {ios: null}}}
21-
: {}),
2219
},
2320
};

0 commit comments

Comments
 (0)