mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-22 06:28:42 -04:00
* Convert web view components to typescript * Basic tests for URL handling in FullPageWebView * Allowlist of domains in FullPageWebView * Open links in browser in most situations * Allow FullPageWebView to handle mailto links * Throw errors if FullPageWebView is about to leak a JWT * Restore FullPageWebView functionality to signup screens Closes #1803 Closes #1934