mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-07 19:30:04 +02:00
Enables debugging for the android plugin which `react-native-webview` uses. This method is mentioned in their guide for the same. https://github.com/react-native-community/react-native-webview/blob/master/docs/Debugging.md Unfortunately the call requires API version >= 19 (After Kitkat), which is fine because this will be disabled in production builds anyways.