在 React Native 中处理 OnePlusthreeT 的三指截图

Sri*_*C G 3 android screenshot react-native oneplusthree

在 React Native 中处理 OnePlusthree 和 OnePlusThreeT 的三指截图会崩溃

在此处输入图片说明

此错误发生在调试构建中,同时三指截图手势

在此处输入图片说明

注意: 1. 远程调试未启用。2. Signed Play Store Build没有问题,截图成功。仅在面临此问题的调试版本中。

我们可以以编程方式处理这个问题吗?

小智 5

把它放在 app.js 或你的应用程序的根文件中。这对我有用。

console.reportErrorsAsExceptions = false;
Run Code Online (Sandbox Code Playgroud)