We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear react-native-receive-sharing-intent users,
We keep getting below error message about "Unable to deactivate keep awake." when we share an intent from another apps to main app.
Not sure if you also get the error and would like to hear your expertise on the solution. Best, --Luke
Possible Unhandled Promise Rejection (id: 0): Error: Unable to deactivate keep awake. However, it probably is deactivated already. promiseMethodWrapper@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:5439:45 http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:112121:40 deactivateKeepAwake@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:118293:77 http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:118281:35 invokeGuardedCallbackProd@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:9551:21 invokeGuardedCallback@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:9655:42 flushPassiveEffectsImpl@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:23072:38 unstable_runWithPriority@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:56661:30 http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:23020:32 workLoop@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:56612:48 flushWork@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:56587:28 _flushCallback@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:56297:24 _callTimer@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:32052:17 callTimers@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:32260:19 __callFunction@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:5948:36 http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:5676:31 __guard@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:5902:15 callFunctionReturnFlushedQueue@http://10.0.2.2:8081/index.bundle?platform=android&dev=true&minify=false&app=chainhome.us.p1&modulesOnly=false&runModule=true:5675:21 callFunctionReturnFlushedQueue@[native code]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dear react-native-receive-sharing-intent users,
We keep getting below error message about "Unable to deactivate keep awake." when we share an intent from another apps to main app.
Not sure if you also get the error and would like to hear your expertise on the solution.
Best,
--Luke
The text was updated successfully, but these errors were encountered: