zyslife/react-native-head-tab-view

Exception in HostFunction: <unknown>

cyim02 opened this issue · 3 comments

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

  • React: 17.0.2
  • React Native: 0.66.0
  • React-Native-Gesture-Handler 1.10.3
  • Reanimated 2.3.0-beta.2
  • react-native-tab-view 3.0.1
  • react-native-tab-view-collapsible-header 2.0.1
  • react-native-head-tab-view 4.0.0-rc.13

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

@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"
  }

@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~