- Nothing yet
- Update to Expo 44
- Update Plotly to 2.8.1
- Update to Expo 41
- Update Plotly to 1.58.4
- Rename invalid zIndex css property
- [BREAKING] Switch from buggy diffing algorithm to Plotly.react
- [BREAKING] Change the way iOS detects that the webview is loaded. It should be better (previously it just used setTimeout)
- Refactor to function component + hooks
- Fix enableFullPlotly not being implemented
- [BREAKING] Update plotly to v1.50.1
- [BREAKING] Update to use react-native-web (instead of deprecated WebView from react-native package)
- [BREAKING] Updated default style of the webview from
{ width: '100%', height: '100%' }
to{ flex: 1 }
- Added style prop to override the default style
- Added onLoad prop
- Added enableFullPlotly prop