Please provide the following information about your environment:
Development OS: Windows 10 pro
Device OS & Version: Android 14
Version: ViroReact version 2.41.6, react native version 0.74.5
Device(s): Galaxy Z Fold 5, Redmi note 10, Foco F1
Description
I am using ViroARSceneNavigator and the takeScreenshot function.
However, this function requests the WRITE_EXTERNAL_STORAGE permission, which is no longer available on devices running Android 13 or later.
So, I want to clone the project and build a local module.
I modified the ARSceneNavigatorModule.java file and ran the command npm build, but I encountered the following error: "Could not find com.facebook.react:react-android:. Required by: project viro_bridge."
Requirements:
Please go through this checklist before opening a new issue
Environment
Please provide the following information about your environment:
Description
I am using ViroARSceneNavigator and the takeScreenshot function. However, this function requests the WRITE_EXTERNAL_STORAGE permission, which is no longer available on devices running Android 13 or later. So, I want to clone the project and build a local module. I modified the ARSceneNavigatorModule.java file and ran the command npm build, but I encountered the following error: "Could not find com.facebook.react:react-android:. Required by: project viro_bridge."