You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-20 23:30:05 +02:00
Chore: Mobile: Update mobile components for compatibility with React Native 0.79 (#12154)
This commit is contained in:
@@ -99,7 +99,7 @@ interface Props {
|
||||
}
|
||||
|
||||
const PluginRunnerWebViewComponent: React.FC<Props> = props => {
|
||||
const webviewRef = useRef<WebViewControl>();
|
||||
const webviewRef = useRef<WebViewControl>(null);
|
||||
|
||||
const [webviewLoaded, setLoaded] = useState(false);
|
||||
const [webviewReloadCounter, setWebviewReloadCounter] = useState(0);
|
||||
|
||||
Reference in New Issue
Block a user