I cannot get the package to run on my react native app #180
Unanswered
jmmwangi007
asked this question in
Q&A
Replies: 3 comments
-
Uploading 屏幕录制2022-05-09 10.39.05.mov… |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can't reproduce your problem. Could you give me a REPO that can reproduce this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm facing the same problem after upgrading react-native-reanimated "2.2.2" to "^2.5.2" (resolved to 2.8.0) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have installed the package as per the instuctions but I get this error:
TypeError: Cannot read property 'computedFillDataWithAutoFillData' of undefined
andError: Requiring module "node_modules\react-native-reanimated-carousel\lib\commonjs\utils\computedWithAutoFillData.js", which threw an exception: TypeError: undefined is not a function, js engine: hermes
when I start the app.I have create my app with react native CLI. I have tried using the bare example code, still nothing, like so:
Is there a problem with my configuration?
Beta Was this translation helpful? Give feedback.
All reactions