mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-10-23 17:48:55 +08:00
support 0.76
This commit is contained in:
@@ -124,7 +124,10 @@ function App() {
|
||||
react-native-update版本:{client?.version}
|
||||
</Text>
|
||||
</TouchableOpacity>
|
||||
<TestConsole visible={showTestConsole} />
|
||||
<TestConsole
|
||||
visible={showTestConsole}
|
||||
onClose={() => setShowTestConsole(false)}
|
||||
/>
|
||||
{snackbarVisible && (
|
||||
<Snackbar
|
||||
visible={snackbarVisible}
|
||||
|
Reference in New Issue
Block a user