Bezier node argument should be of type AnimatedNode, But got AnimatedOperator
See original GitHub issueHi! Expo throw error
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-native-fontawesome": "^0.2.5",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-community/masked-view": "0.1.6",
"@react-navigation/bottom-tabs": "^5.5.2",
"@react-navigation/material-top-tabs": "^5.2.10",
"@react-navigation/native": "^5.5.1",
"@react-navigation/stack": "^5.5.1",
"expo": "^37.0.12",
"expo-linear-gradient": "~8.1.0",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-37.0.1.tar.gz",
"react-native-gesture-handler": "~1.6.0",
"react-native-gifted-chat": "^0.16.1",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "0.26.1",
"react-native-maps-directions": "^1.8.0",
"react-native-reanimated": "^1.9.0",
"react-native-safe-area-context": "0.7.3",
"react-native-screens": "~2.2.0",
"react-native-skeleton-content": "^1.0.17",
"react-native-svg": "11.0.1",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^2.14.4",
"react-native-web": "~0.11.7"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^1.1.0",
"@types/jest": "^25.2.3",
"@types/react": "~16.9.23",
"@types/react-native": "~0.61.17",
"@types/react-test-renderer": "^16.9.2",
"babel-jest": "^24.9.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "~8.1.0",
"eslint": "^7.3.1",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^2.4.1",
"jest": "^24.9.0",
"jetifier": "^1.6.5",
"lint-staged": "^8.2.1",
"metro-react-native-babel-preset": "^0.58.0",
"prettier": "^1.19.1",
"react-test-renderer": "^16.11.0",
"reactotron-react-native": "^3.7.1",
"schedule": "^0.5.0",
"typescript": "~3.8.3"
},
"private": true,
"jest": {
"preset": "react-native"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,md}": [
"prettier --write",
"git add"
]
},
"eslintConfig": {
"extends": "@react-native-community"
}
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (3 by maintainers)
Top Results From Across the Web
React Native Reanimated: Argument of type 'AnimatedNode ...
In Reanimated 2 interpolate was renamed to interpolateNode. So I did the change my code like
Read more >When React Native Reanimated nodes get evaluated
As you can see, the first parameter in useCode hook is a factory function that should return an optional animated node or an...
Read more >react-native-skeleton-content: Docs & Community - Openbase
React native Skeleton Content, a simple yet fully customizable component made to achieve loading animation in a Skeleton-style. Works in both iOS and...
Read more >Reanimated - Expo Documentation
Reanimated. react-native-reanimated provides an API that greatly simplifies the process of creating smooth, powerful, and maintainable animations.
Read more >Bezier Node Indepth Tutorial - YouTube
https://aescripts.com/ bezier - node / Bezier Node simplifies the process of animating bezier curves in After Effects, from 1000% curvy to ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Got the same issue as you when I updated to expo SDK 39. Just downgraded from “react-native-reanimated”: “~1.13.0” to “react-native-reanimated”: “~1.9.0”.
Closing as there was no update from requester.