JungHsuan / react-native-collapsible-tabview

This is only an implementation of tabview with collapsible header.
MIT License
276 stars 61 forks source link

Headers not sticking to top with React native 0.63.2 #10

Closed sagrawalcb closed 3 years ago

sagrawalcb commented 3 years ago

my react-native version is 0.63.2

"react-native-tab-view": "^2.14.4",
"react-native": "0.63.2",

I just copy-pasted the code from the Repo and the headers are not sticking to the top anymore the screenshot is of Pixel_3a_XL_API_27

Screenshot 2020-09-28 at 10 36 02 PM
JungHsuan commented 3 years ago

@sagrawalcb I just create a new project and have no problem running the example on Pixel 4 with

    "react-native": "0.63.2",
    "react-native-tab-view": "^2.15.1"

Since this is just an example code not a library, I think you should make some changes to fit your project.