mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-08 12:10:13 +08:00
fix: make UNVERSIONED insufficient expo version
This commit is contained in:
@@ -44,7 +44,7 @@ const maybeExpoVersion = global.Expo?.Constants.manifest.sdkVersion.split(
|
||||
)[0];
|
||||
const isInsufficientExpoVersion = maybeExpoVersion
|
||||
? Number(maybeExpoVersion) <= 36
|
||||
: false;
|
||||
: maybeExpoVersion === 'UNVERSIONED';
|
||||
|
||||
type Props = {
|
||||
mode: StackCardMode;
|
||||
|
||||
Reference in New Issue
Block a user