You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when we use this tabbar library we will get error like cannot resolve node_modules/react-native-reanimated/derived/interpolate in animated-tabbar\node_modules\react-native-redash\lib\module\v1\Colors.js and SVG.js because reanimated library is changed contain two folder reanimated1 and 2 so interpolate is present inside reanimated1 so we can change the path by changing the code in required file ---> node_modules/react-native-reanimated/reanimated1/derived/interpolate
hope this helps
The text was updated successfully, but these errors were encountered:
when we use this tabbar library we will get error like cannot resolve node_modules/react-native-reanimated/derived/interpolate in animated-tabbar\node_modules\react-native-redash\lib\module\v1\Colors.js and SVG.js because reanimated library is changed contain two folder reanimated1 and 2 so interpolate is present inside reanimated1 so we can change the path by changing the code in required file ---> node_modules/react-native-reanimated/reanimated1/derived/interpolate
hope this helps
The text was updated successfully, but these errors were encountered: