Taha Janan Ismail
Taha Janan Ismail

Reputation: 41

After installin Reanimated 2 still get the warrning "If you want to use Reanimated 2 then..."

i m trying to use '@react-navigation/top-tabs' but it deppendes on reanimated 2 i installed reanimated 2 but still get the same warrning :

If you want to use Reanimated 2 then go through our installation steps https://docs.swmansion.com/react-native-reanimated/docs/installation

1-is it ok to just ignore the warrning by using:

.ignoreLogs(['Reanimated 2']);

2-if u have any other idea please help me

thank you

Upvotes: 3

Views: 5295

Answers (3)

Harrison Wu
Harrison Wu

Reputation: 472

Please try react-native-reanimated@alpha

Upvotes: 1

h1nson
h1nson

Reputation: 21

finally i solved this issue by install react-native-reanimated@alpha, do not use react-native-reanimated@next!

Upvotes: 2

Taha Janan Ismail
Taha Janan Ismail

Reputation: 41

You might get warnings related to peer dependencies after installation. They are usually caused by incorrect version ranges specified in some packages. You can safely ignore most warnings as long as your app builds.

Upvotes: 1

Related Questions