question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Undefined is not an object (evaluating 'InnernativeModule.installCoreFunctions')

See original GitHub issue

Description

When starting the app, the following error is displayed:

Undefined is not an object (evaluating ‘InnernativeModule.installCoreFunctions’)

Call stack installCoreFunctions NativeReanimated.ts:14:3

IMG_1581

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:closed
  • Created 2 years ago
  • Reactions:4
  • Comments:9 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
github-actions[bot]commented, Dec 13, 2021

Issue validator

The issue is valid!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found