<Modal isVisible={this.state.isTimelineOpen}
onSwipe={() => this.setState({isTimelineOpen: false})} swipeDirection="up">
<Text>Test<Text/>
</Modal>
Keeping it as simple as the above, I'm getting an error that says "property left is not supported by native animated module. Any ideas?
Keeping it as simple as the above, I'm getting an error that says "property left is not supported by native animated module. Any ideas?