We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<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?