react-native-collapsible
react-native-collapsible copied to clipboard
fix: expand collapsible when isCollapsible intitialized with `true`
Closes #485, closes #482
why it's still not merged?
@ryanshepps great catch, but one moment for RN:
WARN (ADVICE) "unset" is not a valid dimension. Dimensions must be a number, "auto", or a string suffixed with "%".
This works:
const style = {
overflow: 'hidden',
height: hasKnownHeight ? height : undefined,
};
@oblador Could you please merge it? 🙏