Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem after upgrading from 0.2.9 #42

Open
kfilios opened this issue Apr 8, 2022 · 7 comments
Open

Problem after upgrading from 0.2.9 #42

kfilios opened this issue Apr 8, 2022 · 7 comments

Comments

@kfilios
Copy link

kfilios commented Apr 8, 2022

After upgrading to 1.1.2 from 0.2.9 I receive the following errors:

ERROR TypeError: _ReanimatedModule.default.configureProps is not a function. (In '_ReanimatedModule.default.configureProps(Object.keys(NATIVE_THREAD_PROPS_WHITELIST), Object.keys(UI_THREAD_PROPS_WHITELIST))', '_ReanimatedModule.default.configureProps' is undefined)
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.
This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native.
ERROR Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). A frequent cause of the error is that the application entry file path is incorrect.

I have react-native-reanimated 2.1.0 and react-native-gesture-handler 2.3.2 installed and developing in iOS only.

I couldn't find any solution. Do you have any idea of what could cause this issue?

Thanks in advance!

@Karthik-B-06
Copy link
Owner

Thanks for raising the issue, @kfilios I will look into it.

@denissdubinin
Copy link

Getting same issue

    "react": "17.0.2",
    "react-native": "0.68.1",
    "react-native-gesture-handler": "^2.4.2",
    "react-native-reanimated": "^2.8.0",
    "rn-segmented-control": "^1.1.2"

@Temkit
Copy link

Temkit commented Jul 22, 2022

same here

@mberatsanli
Copy link

mberatsanli commented Aug 4, 2022

adjust "resoulutions" key in the package.json, the run yarn start again.

  "resolutions": {
    "react-native-reanimated": "^2.9.1"
  },

@Tauka
Copy link

Tauka commented Sep 9, 2022

Is it not fixed yet? I can't use this library

@exotexot
Copy link

This module is broken and cannot co-exist alongside other installed versions with gesture handler and reanimated.

Can pls someone fix this.

@whatdtech
Copy link

https://github.com/whatdtech/react-native-segmented-control

this is a modified version of this fork installation details are in readme file. works with latest expo and bare react native .70 version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants