Undefined is not an object (evaluating 'InnernativeModule.installCoreFunctions')
See original GitHub issueDescription
When starting the app, the following error is displayed:
Undefined is not an object (evaluating ‘InnernativeModule.installCoreFunctions’)
Call stack installCoreFunctions NativeReanimated.ts:14:3

Expected behavior
No errors
Actual behavior & steps to reproduce
Errors
Snack or minimal code example
Hermes is disabled as most of the pods fail to build when it’s enabled.
import React, { useEffect } from 'react';
import {
Dimensions,
StyleSheet
} from 'react-native';
import Animated, {
useSharedValue,
useAnimatedStyle,
withTiming,
runOnJS,
runOnUI
} from 'react-native-reanimated';
import {
GestureDetector,
Gesture
} from 'react-native-gesture-handler';
Package versions
- React Native: 0.66.4
- React Native Reanimated: 2.3.0
- NodeJS: 14.18.1
- Xcode: 13.1 (13A1030d)
- CocoaPods: 1.11.2
Affected platforms
- Android
- iOS
- Web
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:9 (3 by maintainers)
Top Results From Across the Web
react native - TypeError: undefined is not an object (evaluating ...
Hello Here is the solution. go to android/app/build.gradle and search for the line project.ext.react = [ enableHermes: false, ...
Read more >undefined is not an object (evaluating 'InnerNativeModule ...
Description tried upgrade on IOS reanimated to version 2 and getting this error TypeError: undefined is not an object (evaluating 'InnerNativeModule.
Read more >Troubleshooting common problems | React Native Reanimated
undefined is not an object (evaluating '_toConsumableArray(Array(length)).map') . This error shows when you use spread ( ...array ) inside worklets.
Read more >After upgrading reanimate package , my app isn't working
I'm getting this error : TypeError: undefined is not an object (evaluating 'InnerNativeModule.installCoreFunctions'.
Read more >[Solved]-TypeError: undefined is not an object (evaluating ...
Coding example for the question TypeError: undefined is not an object (evaluating 'InnerNativeModule.installCoreFunctions')-React Native.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

see https://github.com/software-mansion/react-native-reanimated/issues/2525#issuecomment-1000628677
Issue validator
The issue is valid!