oblador / react-native-collapsible

Animated collapsible component for React Native, good for accordions, toggles etc
MIT License
2.43k stars 453 forks source link

initialState always show even with <Collapsible collapsed={false}> #348

Closed kopax closed 4 years ago

kopax commented 4 years ago

I have been testing your module for the first time in expo SDK36 and I have the following:

<Collapsible collapsed={false}>
  <Text>hello world</Text>
</Collapsible>

Well, it keep showing the content.

Version:

    "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
    "react-native-web": "^0.11.7",
    "react-native-collapsible": "^1.5.2",
talhatsk commented 7 months ago

@kopax how did you fixed it?