Releases: odemolliens/react-native-netwatch
Releases · odemolliens/react-native-netwatch
1.3.12
News:
- Improvement: Allow users to use mock data
- Bugfixes
1.3.0
News
- Allow users to mock requests and simulate tricky scenarios
1.2.8
News
- Remove deprecated method EventEmitter.removeListener, closes #94
- Update dependencies according to Snyk reports
1.2.7
News
- Fix #89 #54: http requests interceptor
- Update dependencies
1.2.6
News
- Support RN 0.64.1 and inlineRequires
- Update sample/example app
1.2.5
News
- Fix issue linked to `react-native-json-tree` which appeared when the app use `inlineRequires` mode
1.2.4
News
- Fix close event not responding well
1.2.3
Version 1.2.3
News
- Some bugfixes and code improvements
1.2.2
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
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