Forked from @alexbrazier/react-native-network-logger
- Branch
Vooban
contains our changes. - Branch
Master
follows the@alexbrazier
All changes made in this edition were pushed to the main repository as a Pull Request
- Added
maxRows
to<NetworkLogger />
to increase the list performance alexbrazier#91 - Added
compact
to<NetworkLogger />
to display more rows on the screen alexbrazier#92 - Added
stopNetworkLogging()
to disable the logger when needed alexbrazier#93 - Added
Pause/Resume
option 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/Resume
option 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 theNetworkRequestInfo
alexbrazier#78
- Fixed requests not being updated when
maxRequests
is reached alexbrazier#88 - Fixed copy-paste of Network details on Android alexbrazier#79