Replies: 2 comments
-
Hi! Your babel config looks correct. May I ask you which version of I cannot access the reproduction project that you linked in the description so it's hard to tell what's wrong with your setup. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion seems to be stale. I am closing it for now. If you have more questions, don't hesitate to re-open the discussion. |
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.
-
Hello,
I have an existing Expo project and I wanted to install
[react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)
because it is required by this library I would like to use: https://gorhom.github.io/react-native-bottom-sheet/It's my first time with react-native and I enjoyed the experience so far, but after following the installation instructions and trying to run my app on ios, I got:
I couldn't run
cd ios && pod install
as explained on the docs as I don't have an ios folder, I guess it is not required when using expo.Here is my
babel.config.js
:Repository for Reproduction
The issue can be reproduced using my project available at: https://github.com/Th0rgal/dietgpt
Attempted Solutions
Beta Was this translation helpful? Give feedback.
All reactions