11.1.0
·
17 commits
to master
since this release
Expo
- Added configuration field
shouldUseNonNullableIntentto control whether the MainActivity'sonNewIntentmethod uses a nullable or non-nullable Intent parameter on Android. This is required for compatibility with AndroidX Activity 1.9+ which uses non-nullable Intent types. By default, it is set tofalse(nullable Intent) for backwards compatibility. Set it totrueif you're using AndroidX Activity 1.9 or higher.