zyslife / react-native-head-tab-view

Add collapsible headers to your tab-view components.
432 stars 81 forks source link

Exception in HostFunction: <unknown> #123

Open cyim02 opened 2 years ago

cyim02 commented 2 years ago

First, thanks for making this great library! It is really nice!

Just found some issues after upgrading to RN0.66 for iOS 15. See what we can do with this

Describe the bug

image

Package versions

zyslife commented 2 years ago

@thomasyim02 I apologize for my late reply.I'll look at that today.

zyslife commented 2 years ago

@thomasyim02 I have verified it according to the information you provided. But I don't see anything out of the ordinary. I don't know if it's because my phone isn't running ios15. I don't have an ios15 phone now, I will try to verify it again.

  "dependencies": {
    "react": "17.0.2",
    "react-native": "0.66.0",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-head-tab-view": "^4.0.0-rc.13",
    "react-native-pager-view": "^5.4.7",
    "react-native-reanimated": "^2.2.3",
    "react-native-tab-view": "^3.1.1",
    "react-native-tab-view-collapsible-header": "^2.0.1"
  }
cyim02 commented 2 years ago

@thomasyim02 I have verified it according to the information you provided. But I don't see anything out of the ordinary. I don't know if it's because my phone isn't running ios15. I don't have an ios15 phone now, I will try to verify it again.

  "dependencies": {
    "react": "17.0.2",
    "react-native": "0.66.0",
    "react-native-gesture-handler": "^1.10.3",
    "react-native-head-tab-view": "^4.0.0-rc.13",
    "react-native-pager-view": "^5.4.7",
    "react-native-reanimated": "^2.2.3",
    "react-native-tab-view": "^3.1.1",
    "react-native-tab-view-collapsible-header": "^2.0.1"
  }

@zyslife no worries! Thank you for the updates! I also try to see if the new Reanimated 2.2.3 works without error. Let you know tomorrow~