-
Notifications
You must be signed in to change notification settings - Fork 206
Unable to run app after installing and setting up a basic example (Not using EXPO GO) #454
Copy link
Copy link
Open
Description
Steps to reproduce:
npx expo install @reactvision/react-viro- Update app.json:
"@reactvision/react-viro",
{
"ios": {
"cameraUsagePermission": "$(PRODUCT_NAME) uses your camera for AR experiences. This is a custom InfoPlist string!",
"microphoneUsagePermission": "$(PRODUCT_NAME) uses your microphone for AR experiences. This is a custom InfoPlist string!",
"photosPermission": "$(PRODUCT_NAME) would like to read photos for AR experiences. This is a custom InfoPlist string!",
"savephotosPermission": "$(PRODUCT_NAME) would like to save photos to your library during AR experiences. This is a custom InfoPlist string!"
}
}
],
npx expo prebuild --clean- Build in xcode on device (also tried with simulator)
- Error:
ERROR [TypeError: Cannot read property 'setJSAnimations' of null]
Code: ar-test.tsx
1 | import React from "react";
2 | import { StyleSheet, View, TouchableOpacity } from "react-native";
> 3 | import {
| ^
4 | ViroARScene,
5 | ViroARSceneNavigator,
6 | ViroImage,
Call Stack
Am I missing a step?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels