We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3253d commit 4c7f0d1Copy full SHA for 4c7f0d1
1 file changed
src/NetworkLoggerOverlay.tsx
@@ -260,7 +260,10 @@ export const NetworkLoggerOverlay: React.FC<NetworkLoggerOverlayProps> = ({
260
</TouchableOpacity>
261
<TouchableOpacity
262
style={staticStyles.exportButton}
263
- onPress={() => setExportModalVisible(true)}
+ onPress={() => {
264
+ setVisible(false);
265
+ setExportModalVisible(true);
266
+ }}
267
activeOpacity={0.8}
268
>
269
<Text style={staticStyles.themeButtonText}>📤</Text>
0 commit comments