error: node_modules/react-native-reanimated/src/reanimated2/threads.ts: /Users/zhuxiuwu/space/native/nativeapp/node_modules/react-native-reanimated/src/reanimated2/threads.ts: [Reanimated] Babel plugin exception: SyntaxError: unknown: Unexpected token #5110
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
{
"name": "nativetypescriptapp",
"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 . --ext .js,.jsx,.ts,.tsx",
"bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/index.jsbundle --assets-dest ./ios/bundle"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-react": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@babel/types": "^7.22.19",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/cameraroll": "^4.1.2",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "^5.1.0",
"@react-navigation/bottom-tabs": "^6.2.0",
"@react-navigation/drawer": "^6.3.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.4.1",
"babel-plugin-import": "^1.13.8",
"babel-plugin-root-import": "^6.6.0",
"babel-preset-expo": "^9.5.2",
"events": "^3.3.0",
"fbjs": "^3.0.2",
"i18n-js": "^3.9.2",
"lodash": "^4.17.21",
"mobx": "^6.3.13",
"mobx-react": "^7.2.1",
"mobx-react-lite": "^3.3.0",
"moment": "^2.29.3",
"qs": "^6.10.3",
"react": "^18.2.0",
"react-native": "0.72.3",
"react-native-actionsheet": "^2.4.2",
"react-native-auto-height-image": "^3.2.4",
"react-native-device-info": "^10.9.0",
"react-native-gesture-handler": "^2.12.1",
"react-native-image-crop-picker": "^0.40.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-img-cache": "^1.6.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-lewin-qrcode": "^1.1.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^2.2.1",
"react-native-permissions": "^3.9.1",
"react-native-qrcode-svg": "^6.1.2",
"react-native-reanimated": "^3.5.2",
"react-native-safe-area-context": "^4.7.2",
"react-native-screens": "^3.25.0",
"react-native-spinkit": "^1.5.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "^13.13.0",
"react-native-ui-lib": "^7.8.0",
"react-native-view-shot": "^3.7.0",
"react-native-vision-camera": "^2.16.1",
"react-native-webview": "^13.6.0",
"recast": "^0.23.1",
"rn-fetch-blob": "0.13.0-beta.2",
"vision-camera-code-scanner": "^0.2.0"
},
"devDependencies": {
"@babel/core": "7",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/eslint-config": "^0.72.2",
"@react-native/metro-config": "^0.72.9",
"@tsconfig/react-native": "^3.0.0",
"@types/jest": "^26.0.23",
"@types/react": "^18.0.24",
"@types/react-native": "^0.72.2",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"babel-jest": "^29.2.1",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.76.7",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"resolutions": {
"@types/react": "^17"
},
"engines": {
"node": ">=16"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}
Beta Was this translation helpful? Give feedback.
All reactions