I'm working with [email protected] [email protected] in building an AR Application. I followed the steps in the documentation Viro-Quick-Start-Windows and when I try to bundle and build the app it's showing this error. I also referred to Viromedia/viro but it doesn't work.
When I start the app this is the screen that I see
When I select AR in the desired experience it shows the following error messagae
I fixed this error by following these steps
sharedBlacklist
with this:
var sharedBlacklist = [
/node_modules[\/\\]react[\/\\]dist[\/\\].*/,
/website\/node_modules\/.*/,
/heapCapture\/bundle\.js/,
/.*\/__tests__\/.*/
];
Open a terminal and run:
react-native start
Open one more terminal and run:
react-native run-android --variant=gvrDebug