It works
App crashed
Version: "master" (version 4)
With debugger, I discovered the problem is in these lines:
const ANDROID_KIT_KAT_SDK_VERSION = 19;
const androidPermissionRequestRequired = Platform.constants.Version < ANDROID_KIT_KAT_SDK_VERSION;
Cannot read property Version of undefined
I hope there is everything to reproduce the error.
Ah jeez... Platform.constants was added in RN 61...
Ah jeez...
Platform.constantswas added in RN 61...
Maybe we can update the migration guide, or force a ||. What do you think?
I can confirm that app works correctly now, with [email protected]
Most helpful comment
I can confirm that app works correctly now, with [email protected]