React Native in privileged processes #22721
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Environment
Description
Hi There! I checked stack overflow but this is a weird one!
I'm currently developing a system app for Android that will run React Native on the view layer. However, when adding:
To the
AndroidManifest.xml
, I see the following error (onreact-native run-android
):When I build the app as a release, the error doesn't show, so I'm guessing the WebView it's talking about is some type of developer tool.Scratch that - it appears to happen for debug and release builds.
Is there a way around this when developing a system app with React Native? Can I disable this tool?
Reproducible Demo
react-native run-android
The text was updated successfully, but these errors were encountered: