It only happens in Android 4.3
TypeError: Invalid attempt to destructure non-iterable instance
I'm using 2.0.0-beta.6 version
FWIW, we experience exactly the same error with the same traceback in our app. As reported by Rollbar, it happens on iOS, in Mobile Facebook and Safari

We're using 2.0.0 version.
Confirmed this issue on safari - iOS 10
We're using 2.0.0 version.
It happened with 2.1.0 too!
@JedWatson @gwyneplaine do you plan to fix this issue? Any workaround for this?
Maybe consider using item() instead of destructuring touches property of TouchEvent in Select.js#L990 and Select.js#L995?
I suppose the error is thrown by Babel's slicedToArray() helper function (in nonIterableRest())
Can confirm we're seeing this on Safari - iOS 10 with version 2.1.2.
Most helpful comment
Confirmed this issue on safari - iOS 10
We're using 2.0.0 version.
It happened with 2.1.0 too!