Please provide the following:
- SDK Version: SDK39
- Platforms(Android/iOS/web/all): Ios / Android
Hi just upgrade SDK38 to SDK39 and my app are not working anymore.
First with splashscreen but it just appear on epxo app or also build app ? (i find solution)
Next, the most important probleme is the panresponder.
when doing:
<View {…panResponder.panHandlers}>
{this.props.children}
all onPress in children are not responding to click anymore…
Any news about that ?