Skip to content

Commit a8b9afc

Browse files
authored
chore(iOS): remove flipper (#3)
1 parent 6b3e12f commit a8b9afc

File tree

6 files changed

+19
-103
lines changed

6 files changed

+19
-103
lines changed

package/example/ios/FilamentExample.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

package/example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ prepare_react_native_project!
1717
# dependencies: {
1818
# ...(process.env.NO_FLIPPER ? { 'react-native-flipper': { platforms: { ios: null } } } : {}),
1919
# ```
20-
flipper_config = ENV['NO_FLIPPER'] == "1" ? FlipperConfiguration.disabled : FlipperConfiguration.enabled
20+
flipper_config = FlipperConfiguration.disabled
2121

2222
linkage = ENV['USE_FRAMEWORKS']
2323
if linkage != nil

package/example/ios/Podfile.lock

Lines changed: 1 addition & 101 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
PODS:
22
- boost (1.83.0)
3-
- CocoaAsyncSocket (7.6.5)
43
- DoubleConversion (1.1.6)
54
- FBLazyVector (0.73.4)
65
- FBReactNativeSpec (0.73.4):
@@ -10,69 +9,12 @@ PODS:
109
- React-Core (= 0.73.4)
1110
- React-jsi (= 0.73.4)
1211
- ReactCommon/turbomodule/core (= 0.73.4)
13-
- Flipper (0.201.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.201.0):
28-
- FlipperKit/Core (= 0.201.0)
29-
- FlipperKit/Core (0.201.0):
30-
- Flipper (~> 0.201.0)
31-
- FlipperKit/CppBridge
32-
- FlipperKit/FBCxxFollyDynamicConvert
33-
- FlipperKit/FBDefines
34-
- FlipperKit/FKPortForwarding
35-
- SocketRocket (~> 0.6.0)
36-
- FlipperKit/CppBridge (0.201.0):
37-
- Flipper (~> 0.201.0)
38-
- FlipperKit/FBCxxFollyDynamicConvert (0.201.0):
39-
- Flipper-Folly (~> 2.6)
40-
- FlipperKit/FBDefines (0.201.0)
41-
- FlipperKit/FKPortForwarding (0.201.0):
42-
- CocoaAsyncSocket (~> 7.6)
43-
- Flipper-PeerTalk (~> 0.0.4)
44-
- FlipperKit/FlipperKitHighlightOverlay (0.201.0)
45-
- FlipperKit/FlipperKitLayoutHelpers (0.201.0):
46-
- FlipperKit/Core
47-
- FlipperKit/FlipperKitHighlightOverlay
48-
- FlipperKit/FlipperKitLayoutTextSearchable
49-
- FlipperKit/FlipperKitLayoutIOSDescriptors (0.201.0):
50-
- FlipperKit/Core
51-
- FlipperKit/FlipperKitHighlightOverlay
52-
- FlipperKit/FlipperKitLayoutHelpers
53-
- FlipperKit/FlipperKitLayoutPlugin (0.201.0):
54-
- FlipperKit/Core
55-
- FlipperKit/FlipperKitHighlightOverlay
56-
- FlipperKit/FlipperKitLayoutHelpers
57-
- FlipperKit/FlipperKitLayoutIOSDescriptors
58-
- FlipperKit/FlipperKitLayoutTextSearchable
59-
- FlipperKit/FlipperKitLayoutTextSearchable (0.201.0)
60-
- FlipperKit/FlipperKitNetworkPlugin (0.201.0):
61-
- FlipperKit/Core
62-
- FlipperKit/FlipperKitReactPlugin (0.201.0):
63-
- FlipperKit/Core
64-
- FlipperKit/FlipperKitUserDefaultsPlugin (0.201.0):
65-
- FlipperKit/Core
66-
- FlipperKit/SKIOSNetworkPlugin (0.201.0):
67-
- FlipperKit/Core
68-
- FlipperKit/FlipperKitNetworkPlugin
6912
- fmt (6.2.1)
7013
- glog (0.3.5)
7114
- hermes-engine (0.73.4):
7215
- hermes-engine/Pre-built (= 0.73.4)
7316
- hermes-engine/Pre-built (0.73.4)
7417
- libevent (2.1.12)
75-
- OpenSSL-Universal (1.1.1100)
7618
- RCT-Folly (2022.05.16.00):
7719
- boost
7820
- DoubleConversion
@@ -1123,30 +1065,9 @@ DEPENDENCIES:
11231065
- DoubleConversion (from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`)
11241066
- FBLazyVector (from `../node_modules/react-native/Libraries/FBLazyVector`)
11251067
- FBReactNativeSpec (from `../node_modules/react-native/React/FBReactNativeSpec`)
1126-
- Flipper (= 0.201.0)
1127-
- Flipper-Boost-iOSX (= 1.76.0.1.11)
1128-
- Flipper-DoubleConversion (= 3.2.0.1)
1129-
- Flipper-Fmt (= 7.1.7)
1130-
- Flipper-Folly (= 2.6.10)
1131-
- Flipper-Glog (= 0.5.0.5)
1132-
- Flipper-PeerTalk (= 0.0.4)
1133-
- FlipperKit (= 0.201.0)
1134-
- FlipperKit/Core (= 0.201.0)
1135-
- FlipperKit/CppBridge (= 0.201.0)
1136-
- FlipperKit/FBCxxFollyDynamicConvert (= 0.201.0)
1137-
- FlipperKit/FBDefines (= 0.201.0)
1138-
- FlipperKit/FKPortForwarding (= 0.201.0)
1139-
- FlipperKit/FlipperKitHighlightOverlay (= 0.201.0)
1140-
- FlipperKit/FlipperKitLayoutPlugin (= 0.201.0)
1141-
- FlipperKit/FlipperKitLayoutTextSearchable (= 0.201.0)
1142-
- FlipperKit/FlipperKitNetworkPlugin (= 0.201.0)
1143-
- FlipperKit/FlipperKitReactPlugin (= 0.201.0)
1144-
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.201.0)
1145-
- FlipperKit/SKIOSNetworkPlugin (= 0.201.0)
11461068
- glog (from `../node_modules/react-native/third-party-podspecs/glog.podspec`)
11471069
- hermes-engine (from `../node_modules/react-native/sdks/hermes-engine/hermes-engine.podspec`)
11481070
- libevent (~> 2.1.12)
1149-
- OpenSSL-Universal (= 1.1.1100)
11501071
- RCT-Folly (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
11511072
- RCT-Folly/Fabric (from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`)
11521073
- RCTRequired (from `../node_modules/react-native/Libraries/RCTRequired`)
@@ -1155,7 +1076,6 @@ DEPENDENCIES:
11551076
- React-callinvoker (from `../node_modules/react-native/ReactCommon/callinvoker`)
11561077
- React-Codegen (from `build/generated/ios`)
11571078
- React-Core (from `../node_modules/react-native/`)
1158-
- React-Core/DevSupport (from `../node_modules/react-native/`)
11591079
- React-Core/RCTWebSocket (from `../node_modules/react-native/`)
11601080
- React-CoreModules (from `../node_modules/react-native/React/CoreModules`)
11611081
- React-cxxreact (from `../node_modules/react-native/ReactCommon/cxxreact`)
@@ -1196,18 +1116,8 @@ DEPENDENCIES:
11961116

11971117
SPEC REPOS:
11981118
trunk:
1199-
- CocoaAsyncSocket
1200-
- Flipper
1201-
- Flipper-Boost-iOSX
1202-
- Flipper-DoubleConversion
1203-
- Flipper-Fmt
1204-
- Flipper-Folly
1205-
- Flipper-Glog
1206-
- Flipper-PeerTalk
1207-
- FlipperKit
12081119
- fmt
12091120
- libevent
1210-
- OpenSSL-Universal
12111121
- SocketRocket
12121122

12131123
EXTERNAL SOURCES:
@@ -1313,23 +1223,13 @@ EXTERNAL SOURCES:
13131223

13141224
SPEC CHECKSUMS:
13151225
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
1316-
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
13171226
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
13181227
FBLazyVector: 84f6edbe225f38aebd9deaf1540a4160b1f087d7
13191228
FBReactNativeSpec: d0086a479be91c44ce4687a962956a352d2dc697
1320-
Flipper: c7a0093234c4bdd456e363f2f19b2e4b27652d44
1321-
Flipper-Boost-iOSX: fd1e2b8cbef7e662a122412d7ac5f5bea715403c
1322-
Flipper-DoubleConversion: 2dc99b02f658daf147069aad9dbd29d8feb06d30
1323-
Flipper-Fmt: 60cbdd92fc254826e61d669a5d87ef7015396a9b
1324-
Flipper-Folly: 584845625005ff068a6ebf41f857f468decd26b3
1325-
Flipper-Glog: 70c50ce58ddaf67dc35180db05f191692570f446
1326-
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
1327-
FlipperKit: 37525a5d056ef9b93d1578e04bc3ea1de940094f
13281229
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
13291230
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
13301231
hermes-engine: b2669ce35fc4ac14f523b307aff8896799829fe2
13311232
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
1332-
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
13331233
RCT-Folly: 7169b2b1c44399c76a47b5deaaba715eeeb476c0
13341234
RCTRequired: ab7f915c15569f04a49669e573e6e319a53f9faa
13351235
RCTTypeSafety: 63b97ced7b766865057e7154db0e81ce4ee6cf1e
@@ -1375,6 +1275,6 @@ SPEC CHECKSUMS:
13751275
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
13761276
Yoga: 64cd2a583ead952b0315d5135bf39e053ae9be70
13771277

1378-
PODFILE CHECKSUM: 96bbe9c72010d8866d083dfa18611d3f4762e572
1278+
PODFILE CHECKSUM: 51dbb7d1d6cbae06f02ad898d698577809744bba
13791279

13801280
COCOAPODS: 1.14.3

package/example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { FilamentView } from 'react-native-filament'
66
export default function App() {
77
return (
88
<View style={styles.container}>
9-
<FilamentView color="#32a852" style={styles.box} />
9+
<FilamentView style={styles.box} />
1010
</View>
1111
)
1212
}

package/src/FilamentView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export class FilamentView extends React.PureComponent<FilamentViewProps> {
3131
componentDidMount() {
3232
setTimeout(() => {
3333
// TODO(hanno): Create types for all the things you expose as HybridObjects.
34+
// @ts-expect-error
3435
const view = FilamentProxy.findFilamentView(this.handle)
3536
const surfaceProvider = view.getSurfaceProvider()
3637
const surface = surfaceProvider.getSurface()

0 commit comments

Comments
 (0)