1
0
mirror of https://gitcode.com/gh_mirrors/re/react-native-pushy.git synced 2025-09-18 21:10:40 +08:00
Code Issues Packages Projects Releases Wiki Activity GitHub Gitee

Remove bsdiff in ios

This commit is contained in:
sunnylqm
2021-04-14 17:29:35 +08:00
parent 8e60956af0
commit df903f4a0e
47 changed files with 16 additions and 11136 deletions

View File

@@ -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>