Improved
v2.1.5
19 days ago by ReadMe GitHub Action
Fixed
- "Missing Access Token" after backgrounding (React Native). Refreshing
accessTokenonly updated the WebView'ssourceprop, which isn't reliably re-navigated byreact-native-webview— especially after iOS suspends or kills the WebView's content process while the app is backgrounded for a few minutes. The SDK now forces a real navigation both whenaccessTokenchanges and when the content process terminates, so resuming with a refreshed token no longer surfaces a stale, token-less widget.
Versions
- React Native SDK bumped to
3.3.5.
