mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 11:51:38 +08:00
Remove bsdiff in ios
This commit is contained in:
@@ -265,13 +265,9 @@ PODS:
|
||||
- React-jsinspector (0.64.0)
|
||||
- react-native-update (5.11.0-beta2):
|
||||
- React
|
||||
- react-native-update/BSDiff (= 5.11.0-beta2)
|
||||
- react-native-update/HDiffPatch (= 5.11.0-beta2)
|
||||
- react-native-update/RCTPushy (= 5.11.0-beta2)
|
||||
- SSZipArchive
|
||||
- react-native-update/BSDiff (5.11.0-beta2):
|
||||
- React
|
||||
- SSZipArchive
|
||||
- react-native-update/HDiffPatch (5.11.0-beta2):
|
||||
- React
|
||||
- SSZipArchive
|
||||
@@ -478,9 +474,9 @@ EXTERNAL SOURCES:
|
||||
SPEC CHECKSUMS:
|
||||
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
|
||||
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
|
||||
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
|
||||
DoubleConversion: cde416483dac037923206447da6e1454df403714
|
||||
FBLazyVector: 49cbe4b43e445b06bf29199b6ad2057649e4c8f5
|
||||
FBReactNativeSpec: 32175a51766279e1b9831f98bfa746c187822ddf
|
||||
FBReactNativeSpec: 82f183aa413052f325b10b585b747af4823e4b18
|
||||
Flipper: 1e9b42d953eb33b2367f372ae25e64f6b86f4361
|
||||
Flipper-DoubleConversion: 38631e41ef4f9b12861c67d17cb5518d06badc41
|
||||
Flipper-Folly: f7a3caafbd74bda4827954fd7a6e000e36355489
|
||||
@@ -488,7 +484,7 @@ SPEC CHECKSUMS:
|
||||
Flipper-PeerTalk: 116d8f857dc6ef55c7a5a75ea3ceaafe878aadc9
|
||||
Flipper-RSocket: 127954abe8b162fcaf68d2134d34dc2bd7076154
|
||||
FlipperKit: 3970c0e7566160eda3defc580980c55f4ad585e8
|
||||
glog: 73c2498ac6884b13ede40eda8228cb1eee9d9d62
|
||||
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
|
||||
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
||||
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
|
||||
RCT-Folly: ec7a233ccc97cc556cf7237f0db1ff65b986f27c
|
||||
@@ -502,7 +498,7 @@ SPEC CHECKSUMS:
|
||||
React-jsi: 74341196d9547cbcbcfa4b3bbbf03af56431d5a1
|
||||
React-jsiexecutor: 06a9c77b56902ae7ffcdd7a4905f664adc5d237b
|
||||
React-jsinspector: 0ae35a37b20d5e031eb020a69cc5afdbd6406301
|
||||
react-native-update: b0609c77e1c7de65c7542a75cb3fa37d49d5e247
|
||||
react-native-update: a4ff51ac2ffc0e1950690b9a304a5efa5a9869b2
|
||||
React-perflogger: 9c547d8f06b9bf00cb447f2b75e8d7f19b7e02af
|
||||
React-RCTActionSheet: 3080b6e12e0e1a5b313c8c0050699b5c794a1b11
|
||||
React-RCTAnimation: 3f96f21a497ae7dabf4d2f150ee43f906aaf516f
|
||||
|
@@ -21,6 +21,7 @@ export default function TestConsole({visible}) {
|
||||
<SafeAreaView style={{flex: 1, padding: 10}}>
|
||||
<Text>调试Pushy方法(方法名,参数,值换行)</Text>
|
||||
<TextInput
|
||||
autoCorrect={false}
|
||||
style={{
|
||||
borderWidth: StyleSheet.hairlineWidth * 4,
|
||||
borderColor: 'black',
|
||||
@@ -63,7 +64,8 @@ export default function TestConsole({visible}) {
|
||||
Alert.alert(e.message);
|
||||
}
|
||||
setRunning(false);
|
||||
}}></Button>
|
||||
}}
|
||||
/>
|
||||
<View style={{marginTop: 15}}>
|
||||
<Button title="重置" onPress={() => setText('')} />
|
||||
</View>
|
||||
|
Reference in New Issue
Block a user