/react-native-network-logger

An HTTP network request monitor for React Native with in-app interface for iOS and Android with no native code

Primary LanguageTypeScriptMIT LicenseMIT

@Vooban/react-native-network-logger

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

Features

  • 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

Improvements

  • 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 the NetworkRequestInfo alexbrazier#78

Bug fixes