react-native-hideable-view
react-native-hideable-view copied to clipboard
A view component that can toggle visibility of its child views with or without animation.
cannot read property bool of undefined, i have RN version 0.55
Hello , when I build my react-native project , I encountered the "ambiguous" problem. I input command:" yarn react-native run-android " It show the error log bellow error: bundling failed:...
This repository out of sync with npm, please publish, thanks
In HideableView if we give any TextInput fields it is not allowing me to edit the fields. this.props.nameChanged({ prop: 'name', value })} /> Even though name field is visible it...