Crashes on android just app start
LOG guncelleme 1 4 ERROR TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[4], "@viro-community/react-viro").ViroConstants.TRACKING_NORMAL')
change import from viroConstants to ViroTrackingStateConstants
and replace with this if (state === ViroTrackingStateConstants.TRACKING_NORMAL) { setText('Hello World!'); } else if (state === ViroTrackingStateConstants.TRACKING_UNAVAILABLE) { // Handle loss of tracking }
change import from viroConstants to ViroTrackingStateConstants
and replace with this if (state === ViroTrackingStateConstants.TRACKING_NORMAL) { setText('Hello World!'); } else if (state === ViroTrackingStateConstants.TRACKING_UNAVAILABLE) { // Handle loss of tracking }
This has been fixed in the latest starter kit. Thanks @lutfiblog for the detailed response! Greatly appreciated 🥳