Concern
I am encountering a number of points whereas growing my React Native cellular utility. The app runs on the iOS emulator, however I obtain the next errors within the terminal:
ERROR TypeError: Can not learn property ‘isConfigured’ of undefined
ERROR Error: [Reanimated] Didn’t create a worklet. See https://docs.swmansion.com/react-native-reanimated/docs/guides/troubleshooting#failed-to-create-a-worklet for extra particulars., js engine: hermes For context, listed here are some particulars about my growth setting:
System info
React Native Model: 0.72.5
react-native-reanimated Model: 3.13.0
JavaScript Engine: Hermes Improvement
Machine: MacBook Air with M1 chip
Package deal Supervisor: Yarn
Moreover, my Android emulator setup appears right, however after I try to run the app on an Android emulator, I encounter this error:
Activity :react-native-reanimated:buildCMakeDebug[arm64-v8a] FAILED
What Occurred
Regardless of these efforts, the construct fails constantly on iOS with the next errors:
TypeError: Can not learn property ‘isConfigured’ of undefined [Reanimated] Didn’t create a worklet Why It Didn’t Meet My Wants: These errors stop the appliance from working as anticipated. I’ve adopted the troubleshooting steps offered within the Reanimated documentation however have not discovered an answer.
Actions Taken
Verified and ensured right configuration of Podfile and babel.config.js. Cleaned the construct and reinstalled node modules and pods (yarn set up and cd ios && pod set up). Rebuilt the challenge a number of occasions. Confirmed Android Studio and emulator settings are right.