We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa3bc6 commit b995906Copy full SHA for b995906
src/NetworkLoggerOverlay.tsx
@@ -111,7 +111,7 @@ export const NetworkLoggerOverlay: React.FC<NetworkLoggerOverlayProps> = ({
111
onPress={handleCloseIcon}
112
style={[styles.floatingCloseIcon]}
113
>
114
- <Icon type='close'/>
+ <Icon type="close" />
115
</TouchableOpacity>
116
)}
117
<TouchableOpacity
@@ -208,8 +208,7 @@ const styles = StyleSheet.create({
208
backgroundColor: '#007AFF',
209
padding: 16,
210
borderRadius: 25,
211
- elevation: 5,
212
- shadowColor: '#000',
+ elevation: 1,
213
shadowOffset: { width: 0, height: 2 },
214
shadowOpacity: 0.3,
215
shadowRadius: 4,
0 commit comments