Skip to content

Releases: odemolliens/react-native-netwatch

1.3.12

12 Jul 08:40
9b16191
Compare
Choose a tag to compare

News:

  • Improvement: Allow users to use mock data
  • Bugfixes

1.3.0

31 Mar 13:45
12092b3
Compare
Choose a tag to compare

News
- Allow users to mock requests and simulate tricky scenarios

1.2.8

10 Feb 09:46
4e915e0
Compare
Choose a tag to compare

News
- Remove deprecated method EventEmitter.removeListener, closes #94
- Update dependencies according to Snyk reports

1.2.7

12 Oct 06:02
41bf0bb
Compare
Choose a tag to compare

News

  • Fix #89 #54: http requests interceptor
  • Update dependencies

1.2.6

28 Jun 16:08
ede6e8f
Compare
Choose a tag to compare

News

  • Support RN 0.64.1 and inlineRequires
  • Update sample/example app

1.2.5

07 Jun 10:05
2936b7b
Compare
Choose a tag to compare

News

- Fix issue linked to `react-native-json-tree` which appeared when the app use `inlineRequires` mode

1.2.4

06 May 08:39
333d02a
Compare
Choose a tag to compare

News

  • Fix close event not responding well

1.2.3

01 Apr 15:32
0f036bd
Compare
Choose a tag to compare

Version 1.2.3

News

  • Some bugfixes and code improvements

1.2.2

31 Mar 07:15
9246bf6
Compare
Choose a tag to compare

News

  • Show stats between success/warning/failure requests
  • Log connectivity change
  • Can customize redux action to view them easily on Netwatch

New props:

  • showStats: to display/hide stats indicator
  • reduxConfig: to customize redux cells on Netwatch

1.1.0

26 Mar 06:45
8da0c91
Compare
Choose a tag to compare

News

  • Add an item when the connection status change
  • Display json responses as a json tree in detail page
  • Netwatch can be displayed via:
    • The shake event (per default)
    • visible props, to display/hide via an external button .eg

New props:

  • visible: to display/hide Netwatch without the shake event
  • onPressClose: action which will be called when the user will press the exit button