Skip to content

Commit f33e627

Browse files
committed
chore: remove flipper
1 parent 635cd47 commit f33e627

File tree

8 files changed

+2
-229
lines changed

8 files changed

+2
-229
lines changed

android/src/main/AndroidManifest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<manifest package="com.instabug.reactlibrary"
1+
<manifest
22
xmlns:android="http://schemas.android.com/apk/res/android">
33

44
</manifest>

examples/default/android/app/build.gradle

-6
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,6 @@ dependencies {
171171

172172
implementation("androidx.swiperefreshlayout:swiperefreshlayout:1.0.0")
173173

174-
debugImplementation("com.facebook.flipper:flipper:${FLIPPER_VERSION}")
175-
debugImplementation("com.facebook.flipper:flipper-network-plugin:${FLIPPER_VERSION}") {
176-
exclude group:'com.squareup.okhttp3', module:'okhttp'
177-
}
178-
179-
debugImplementation("com.facebook.flipper:flipper-fresco-plugin:${FLIPPER_VERSION}")
180174
if (hermesEnabled.toBoolean()) {
181175
implementation("com.facebook.react:hermes-android")
182176
} else {

examples/default/android/app/src/debug/java/com/instabug/react/example/ReactNativeFlipper.java

-75
This file was deleted.

examples/default/android/app/src/main/java/com/instabug/react/example/MainApplication.java

-1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,5 @@ public void onCreate() {
5656
// If you opted-in for the New Architecture, we load the native entry point for this app.
5757
DefaultNewArchitectureEntryPoint.load();
5858
}
59-
ReactNativeFlipper.initializeFlipper(this, getReactNativeHost().getReactInstanceManager());
6059
}
6160
}

examples/default/android/app/src/release/java/com/instabugexample/ReactNativeFlipper.java

-20
This file was deleted.

examples/default/android/gradle.properties

-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ android.useAndroidX=true
2424
# Automatically convert third-party libraries to use AndroidX
2525
android.enableJetifier=true
2626

27-
# Version of flipper SDK to use with React Native
28-
FLIPPER_VERSION=0.182.0
29-
3027
# Use this property to specify which architecture you want to build.
3128
# You can also override it from the CLI using
3229
# ./gradlew <task> -PreactNativeArchitectures=x86_64

examples/default/ios/Podfile

-16
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,6 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
55
platform :ios, '13.4'
66
prepare_react_native_project!
77

8-
# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set.
9-
# because `react-native-flipper` depends on (FlipperKit,...) that will be excluded
10-
#
11-
# To fix this you can also exclude `react-native-flipper` using a `react-native.config.js`
12-
# ```js
13-
# module.exports = {
14-
# dependencies: {
15-
# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}),
16-
# ```
17-
flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
18-
198
linkage = ENV['USE_FRAMEWORKS']
209
if linkage != nil
2110
Pod::UI.puts "Configuring Pod with #{linkage}ally linked Frameworks".green
@@ -36,11 +25,6 @@ target 'InstabugExample' do
3625
# we make it explicit here to aid in the React Native upgrade process.
3726
:hermes_enabled => flags[:hermes_enabled],
3827
:fabric_enabled => flags[:fabric_enabled],
39-
# Enables Flipper.
40-
#
41-
# Note that if you have use_frameworks! enabled, Flipper will not work and
42-
# you should disable the next line.
43-
:flipper_configuration => flipper_config,
4428
# An absolute path to your application root.
4529
:app_path => "#{Pod::Config.instance.installation_root}/.."
4630
)

examples/default/ios/Podfile.lock

+1-107
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
PODS:
22
- boost (1.76.0)
3-
- CocoaAsyncSocket (7.6.5)
43
- DoubleConversion (1.1.6)
54
- FBLazyVector (0.72.3)
65
- FBReactNativeSpec (0.72.3):
@@ -10,64 +9,6 @@ PODS:
109
- React-Core (= 0.72.3)
1110
- React-jsi (= 0.72.3)
1211
- ReactCommon/turbomodule/core (= 0.72.3)
13-
- Flipper (0.182.0):
14-
- Flipper-Folly (~> 2.6)
15-
- Flipper-Boost-iOSX (1.76.0.1.11)
16-
- Flipper-DoubleConversion (3.2.0.1)
17-
- Flipper-Fmt (7.1.7)
18-
- Flipper-Folly (2.6.10):
19-
- Flipper-Boost-iOSX
20-
- Flipper-DoubleConversion
21-
- Flipper-Fmt (= 7.1.7)
22-
- Flipper-Glog
23-
- libevent (~> 2.1.12)
24-
- OpenSSL-Universal (= 1.1.1100)
25-
- Flipper-Glog (0.5.0.5)
26-
- Flipper-PeerTalk (0.0.4)
27-
- FlipperKit (0.182.0):
28-
- FlipperKit/Core (= 0.182.0)
29-
- FlipperKit/Core (0.182.0):
30-
- Flipper (~> 0.182.0)
31-
- FlipperKit/CppBridge
32-
- FlipperKit/FBCxxFollyDynamicConvert
33-
- FlipperKit/FBDefines
34-
- FlipperKit/FKPortForwarding
35-
- SocketRocket (~> 0.6.0)
36-
- FlipperKit/CppBridge (0.182.0):
37-
- Flipper (~> 0.182.0)
38-
- FlipperKit/FBCxxFollyDynamicConvert (0.182.0):
39-
- Flipper-Folly (~> 2.6)
40-
- FlipperKit/FBDefines (0.182.0)
41-
- FlipperKit/FKPortForwarding (0.182.0):
42-
- CocoaAsyncSocket (~> 7.6)
43-
- Flipper-PeerTalk (~> 0.0.4)
44-
- FlipperKit/FlipperKitHighlightOverlay (0.182.0)
45-
- FlipperKit/FlipperKitLayoutHelpers (0.182.0):
46-
- FlipperKit/Core
47-
- FlipperKit/FlipperKitHighlightOverlay
48-
- FlipperKit/FlipperKitLayoutTextSearchable
49-
- FlipperKit/FlipperKitLayoutIOSDescriptors (0.182.0):
50-
- FlipperKit/Core
51-
- FlipperKit/FlipperKitHighlightOverlay
52-
- FlipperKit/FlipperKitLayoutHelpers
53-
- YogaKit (~> 1.18)
54-
- FlipperKit/FlipperKitLayoutPlugin (0.182.0):
55-
- FlipperKit/Core
56-
- FlipperKit/FlipperKitHighlightOverlay
57-
- FlipperKit/FlipperKitLayoutHelpers
58-
- FlipperKit/FlipperKitLayoutIOSDescriptors
59-
- FlipperKit/FlipperKitLayoutTextSearchable
60-
- YogaKit (~> 1.18)
61-
- FlipperKit/FlipperKitLayoutTextSearchable (0.182.0)
62-
- FlipperKit/FlipperKitNetworkPlugin (0.182.0):
63-
- FlipperKit/Core
64-
- FlipperKit/FlipperKitReactPlugin (0.182.0):
65-
- FlipperKit/Core
66-
- FlipperKit/FlipperKitUserDefaultsPlugin (0.182.0):
67-
- FlipperKit/Core
68-
- FlipperKit/SKIOSNetworkPlugin (0.182.0):
69-
- FlipperKit/Core
70-
- FlipperKit/FlipperKitNetworkPlugin
7112
- fmt (6.2.1)
7213
- glog (0.3.5)
7314
- Google-Maps-iOS-Utils (4.2.2):
@@ -103,7 +44,6 @@ PODS:
10344
- React-Core
10445
- libevent (2.1.12)
10546
- OCMock (3.9.3)
106-
- OpenSSL-Universal (1.1.1100)
10747
- RCT-Folly (2021.07.22.00):
10848
- boost
10949
- DoubleConversion
@@ -576,48 +516,24 @@ PODS:
576516
- React-Core
577517
- SocketRocket (0.6.1)
578518
- Yoga (1.14.0)
579-
- YogaKit (1.18.1):
580-
- Yoga (~> 1.14)
581519

582520
DEPENDENCIES:
583521
- boost (from `../node_modules/react-native/third-party-podspecs/boost.podspec`)
584522
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
585523
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
586524
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
587-
- Flipper (= 0.182.0)
588-
- Flipper-Boost-iOSX (= 1.76.0.1.11)
589-
- Flipper-DoubleConversion (= 3.2.0.1)
590-
- Flipper-Fmt (= 7.1.7)
591-
- Flipper-Folly (= 2.6.10)
592-
- Flipper-Glog (= 0.5.0.5)
593-
- Flipper-PeerTalk (= 0.0.4)
594-
- FlipperKit (= 0.182.0)
595-
- FlipperKit/Core (= 0.182.0)
596-
- FlipperKit/CppBridge (= 0.182.0)
597-
- FlipperKit/FBCxxFollyDynamicConvert (= 0.182.0)
598-
- FlipperKit/FBDefines (= 0.182.0)
599-
- FlipperKit/FKPortForwarding (= 0.182.0)
600-
- FlipperKit/FlipperKitHighlightOverlay (= 0.182.0)
601-
- FlipperKit/FlipperKitLayoutPlugin (= 0.182.0)
602-
- FlipperKit/FlipperKitLayoutTextSearchable (= 0.182.0)
603-
- FlipperKit/FlipperKitNetworkPlugin (= 0.182.0)
604-
- FlipperKit/FlipperKitReactPlugin (= 0.182.0)
605-
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.182.0)
606-
- FlipperKit/SKIOSNetworkPlugin (= 0.182.0)
607525
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
608526
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
609527
- instabug-reactnative-ndk (from `../node_modules/instabug-reactnative-ndk`)
610528
- libevent (~> 2.1.12)
611529
- OCMock
612-
- OpenSSL-Universal (= 1.1.1100)
613530
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
614531
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
615532
- RCTTypeSafety (from `../node_modules/react-native/Libraries/TypeSafety`)
616533
- React (from `../node_modules/react-native/`)
617534
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
618535
- React-Codegen (from `build/generated/ios`)
619536
- React-Core (from `../node_modules/react-native/`)
620-
- React-Core/DevSupport (from `../node_modules/react-native/`)
621537
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
622538
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
623539
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
@@ -661,24 +577,13 @@ DEPENDENCIES:
661577

662578
SPEC REPOS:
663579
trunk:
664-
- CocoaAsyncSocket
665-
- Flipper
666-
- Flipper-Boost-iOSX
667-
- Flipper-DoubleConversion
668-
- Flipper-Fmt
669-
- Flipper-Folly
670-
- Flipper-Glog
671-
- Flipper-PeerTalk
672-
- FlipperKit
673580
- fmt
674581
- Google-Maps-iOS-Utils
675582
- GoogleMaps
676583
- Instabug
677584
- libevent
678585
- OCMock
679-
- OpenSSL-Universal
680586
- SocketRocket
681-
- YogaKit
682587

683588
EXTERNAL SOURCES:
684589
boost:
@@ -791,18 +696,9 @@ EXTERNAL SOURCES:
791696

792697
SPEC CHECKSUMS:
793698
boost: 7dcd2de282d72e344012f7d6564d024930a6a440
794-
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
795699
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
796700
FBLazyVector: 4cce221dd782d3ff7c4172167bba09d58af67ccb
797701
FBReactNativeSpec: c6bd9e179757b3c0ecf815864fae8032377903ef
798-
Flipper: 6edb735e6c3e332975d1b17956bcc584eccf5818
799-
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
800-
Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
801-
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
802-
Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
803-
Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446
804-
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
805-
FlipperKit: 2efad7007d6745a3f95e4034d547be637f89d3f6
806702
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
807703
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
808704
Google-Maps-iOS-Utils: f77eab4c4326d7e6a277f8e23a0232402731913a
@@ -812,7 +708,6 @@ SPEC CHECKSUMS:
812708
instabug-reactnative-ndk: 960119a69380cf4cbe47ccd007c453f757927d17
813709
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
814710
OCMock: 300b1b1b9155cb6378660b981c2557448830bdc6
815-
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
816711
RCT-Folly: 424b8c9a7a0b9ab2886ffe9c3b041ef628fd4fb1
817712
RCTRequired: a2faf4bad4e438ca37b2040cb8f7799baa065c18
818713
RCTTypeSafety: cb09f3e4747b6d18331a15eb05271de7441ca0b3
@@ -860,8 +755,7 @@ SPEC CHECKSUMS:
860755
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
861756
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
862757
Yoga: 8796b55dba14d7004f980b54bcc9833ee45b28ce
863-
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
864758

865-
PODFILE CHECKSUM: ad82a989387dcdb1ce80667f16b998a2644cf0b2
759+
PODFILE CHECKSUM: 281036e04bd4b9e7c2cc03a503b3245d3f1dd0dd
866760

867761
COCOAPODS: 1.12.0

0 commit comments

Comments
 (0)