-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
installation dependency issue #472
Comments
On upgrading to the latest Reanimated beta @2.3.0-beta.1 I am getting the same error message 🗒️
Error :
🙌 @janetranada Did u find a fix for this or a workaround for the time being? I have no idea upgrading packages to beta if I am doing this wrong pls let me know! 😇 |
@SSOURABH58 unfortunately, i'm also new with these 2 libraries. Haven't found a fix or workaround. |
I'm pushing a change to get it to work: 8c882bd |
can you try with |
@wcandillon with 16.2.3
|
🟢 I did 🔴 But, when I did Error msg :
|
I tried doing Error :
|
Don't use |
I installed Reanimated v2 today and then tried to install react-native-redash.
using
npm install react-native-redash
, i get this error:using
npm install react-native-redash --legacy-peer-deps
, i get these errors when i tried to run the app:I was trying to run the sample code you have for Slider, which uses
react-native-gesture-handler
,react-native-reanimated
, andreact-native-redash
.Do you have advice on how to proceed and successfully run the code with the dependencies?
The text was updated successfully, but these errors were encountered: