Eas not installing my forked plugin

Greetings everyone, I ran into “Host key verification failed” error when running eas build -p android, I have successfully uploaded a couple of apps using my denied forked plugin. Please help with this.
Plugin GitHub - mickytroxxy/react-native-parallax-scroll-view: A ScrollView-like component with parallax and sticky header support.

hello there

+1
I have a same issue

can you share the exact package.json entry that you’re using?

unable to reproduce this with this package.json:

{
  "name": "test-dep",
  "version": "1.0.0",
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web"
  },
  "dependencies": {
    "expo": "~49.0.13",
    "expo-status-bar": "~1.6.0",
    "react": "18.2.0",
    "react-native": "0.72.5",
    "react-native-parallax-scrollview": "https://github.com/mickytroxxy/react-native-parallax-scroll-view"
  },
  "devDependencies": {
    "@babel/core": "^7.20.0"
  },
  "private": true
}

The promlematic part is this:


    "react-native-picker-modal-view": "dembal1990/react-native-picker-modal-view#issue-85-alphabetic-selector-customization",

This is my cloud build result:

This worked form me at the last 1-2 year without problem.

The yarn lock file delete and re install was helped me.

@brents @empiredigitals