Forked from @alexbrazier/react-native-network-logger
- Branch
Voobancontains our changes. - Branch
Masterfollows the@alexbrazier
All changes made in this edition were pushed to the main repository as a Pull Request
- Added
maxRowsto<NetworkLogger />to increase the list performance alexbrazier#91 - Added
compactto<NetworkLogger />to display more rows on the screen alexbrazier#92 - Added
stopNetworkLogging()to disable the logger when needed alexbrazier#93 - Added
Pause/Resumeoption to be able to prevent new requests to be added to the list alexbrazier#77
- Prevented the list to slow down by debouncing all requests updates alexbrazier#90
-
Pause/Resumeoption will apply all logs that were not printed while paused alexbrazier#89 - Optimized the list performance by reducing the data sent to the list using
.toRow()for theNetworkRequestInfoalexbrazier#78
- Fixed requests not being updated when
maxRequestsis reached alexbrazier#88 - Fixed copy-paste of Network details on Android alexbrazier#79