Skip to content

Cannot build app #98

@15077693d

Description

@15077693d

This is the error:

./node_modules/@freakycoder/react-native-bounceable/build/dist/RNBounceable.js 30:16
Module parse failed: Unexpected token (30:16)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|     render() {
|         const { children, style } = this.props;
>         return (<react_native_1.TouchableWithoutFeedback {...this.props} onPress={this.onPress.bind(this, react_native_1.Easing.bounce)}>
|         <react_native_1.Animated.View style={[{ transform: [{ scale: this.state.springValue }] }, style]}>
|           {children}

This is my dependencies:

"dependencies": {
    "@freakycoder/react-native-bounceable": ">= 0.2.2",
    "add": "^2.0.6",
    "expo": "~45.0.0",
    "expo-app-loading": "^2.0.0",
    "expo-font": "^10.1.0",
    "expo-status-bar": "~1.3.0",
    "prettier-plugin-organize-imports": "^3.0.0",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-native": "0.68.2",
    "react-native-animated-spinkit": "^1.4.1",
    "react-native-dynamic-search-bar": "WrathChaos/react-native-dynamic-search-bar#expo",
    "react-native-dynamic-vector-icons": "WrathChaos/react-native-dynamic-vector-icons#expo",
    "react-native-element-dropdown": "^2.1.0",
    "react-native-safe-area-context": "^4.3.1",
    "react-native-user-avatar-component": "^0.0.4",
    "react-native-vector-icons": "^9.2.0",
    "react-native-web": "0.17.7",
    "styled-components": "^5.3.5",
    "yarn": "^1.22.19"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@types/jest": "^28.1.6",
    "@types/react": "~17.0.21",
    "@types/react-native": "~0.66.13",
    "@types/react-test-renderer": "^18.0.0",
    "@types/styled-components": "^5.1.25",
    "@types/styled-components-react-native": "^5.1.3",
    "@typescript-eslint/eslint-plugin": "^5.30.7",
    "@typescript-eslint/parser": "^5.30.7",
    "eslint": "^8.20.0",
    "eslint-config-universe": "^11.0.0",
    "jest": "^28.1.3",
    "jest-expo": "^45.0.1",
    "prettier": "^2.7.1",
    "react-test-renderer": "^18.2.0",
    "ts-jest": "^28.0.7",
    "typescript": "~4.3.5"
  }

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions