ant-design / ant-design-mobile-rn

Ant Design for React Native
https://rn.mobile.ant.design/
MIT License
3.04k stars 612 forks source link

引入4.2版本后所有组件的动画都失效 #1190

Closed Liyi-up closed 1 year ago

Liyi-up commented 3 years ago

项目的package.josn { "name": "my-demo", "version": "0.0.1", "private": true, "scripts": { "android": "react-native run-android", "ios": "react-native run-ios", "start": "react-native start", "test": "jest", "lint": "eslint ." }, "dependencies": { "@ant-design/react-native": "^4.2.0", "@react-native-community/cameraroll": "^4.0.4", "@react-native-community/masked-view": "^0.1.11", "@react-native-community/segmented-control": "^2.2.2", "@react-native-community/slider": "^3.0.3", "@react-native-community/viewpager": "^5.0.11", "@react-native-picker/picker": "^1.16.3", "@react-navigation/bottom-tabs": "^5.11.11", "@react-navigation/native": "^5.9.4", "@react-navigation/stack": "^5.14.5", "babel-plugin-module-resolver": "^4.1.0", "eslint-plugin-react-hooks": "^4.2.0", "react": "17.0.1", "react-native": "0.64.2", "react-native-gesture-handler": "^1.10.3", "react-native-pager-view": "^5.4.0", "react-native-reanimated": "^2.2.0", "react-native-safe-area-context": "^3.2.0", "react-native-screens": "^3.4.0", "react-native-toast-hybrid": "^2.4.1", "react-native-vector-icons": "^8.1.0" }, "devDependencies": { "@babel/core": "^7.14.8", "@babel/runtime": "^7.14.8", "@react-native-community/eslint-config": "^3.0.0", "babel-jest": "^27.0.6", "babel-plugin-import": "^1.13.3", "babel-plugin-module-resolver": "^4.1.0", "eslint": "^7.31.0", "jest": "^27.0.6", "metro-react-native-babel-preset": "^0.66.2", "react-test-renderer": "17.0.1" }, "jest": { "preset": "react-native" } }