Expo Run android error due to Expo task manager

i AM GETTING THIS ERROR

FAILURE: Build failed with an exception.

* Where:
Script '/mnt/Workstation/tatkalzone/aiom-valet/node_modules/@unimodules/core/unimodules-core.gradle' line: 21

* What went wrong:
A problem occurred evaluating project ':expo-task-manager'.
> Project with path ':unimodules-app-loader' could not be found in project ':expo-task-manager'.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 25s

Package.json

 "dependencies": {
    "@eva-design/eva": "^1.4.0",
    "@mapbox/polyline": "^1.1.0",
    "@react-native-community/masked-view": "^0.1.5",
    "@react-native-community/netinfo": "5.0.0",
    "@react-navigation/bottom-tabs": "^5.1.0",
    "@react-navigation/native": "^5.0.8",
    "@react-navigation/stack": "^5.1.0",
    "@ui-kitten/components": "^4.4.1",
    "@ui-kitten/eva-icons": "^4.4.1",
    "axios": "^0.19.2",
    "babel-plugin-react-native-classname-to-style": "^1.2.2",
    "babel-plugin-react-native-platform-specific-extensions": "^1.1.1",
    "expo": "~36.0.0",
    "expo-constants": "^8.0.0",
    "expo-location": "^8.0.0",
    "expo-permissions": "^8.0.0",
    "expo-task-manager": "^8.0.0",
    "firebase": "^7.14.0",
    "formik": "^2.1.4",
    "metro-config": "^0.58.0",
    "mobx": "^5.15.4",
    "mobx-react": "^6.1.8",
    "mobx-state-tree": "^3.15.0",
    "moment": "^2.24.0",
    "react": "~16.9.0",
    "react-dom": "~16.9.0",
    "react-native": "~0.61.4",
    "react-native-css-transformer": "^1.2.4",
    "react-native-elements": "^1.2.7",
    "react-native-gesture-handler": "^1.5.6",
    "react-native-maps": "0.27.1",
    "react-native-pulse": "^1.0.7",
    "react-native-reanimated": "^1.4.0",
    "react-native-safe-area-context": "^0.6.0",
    "react-native-screens": "^2.0.0-alpha.12",
    "react-native-snackbar-component": "^1.1.8",
    "react-native-status-bar-height": "^2.5.0",
    "react-native-svg": "^9.13.3",
    "react-native-swipeable": "^0.6.0",
    "react-native-unimodules": "~0.7.0",
    "react-native-vector-icons": "^6.6.0",
    "react-native-web": "~0.11.7",
    "react-navigation": "^4.2.2",
    "react-navigation-stack": "^2.2.2",
    "yup": "^0.28.3"
  },

Help!

I just ejected my app with bare-workflow,