Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
[install-expo-modules] add sdk 47 (rn 0.70) support. (#4578)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kudo committed Oct 28, 2022
1 parent 2ec59a9 commit 86c1f4e
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -9,6 +9,11 @@ export interface VersionInfo {

export const ExpoVersionMappings: VersionInfo[] = [
// Please keep sdk versions in sorted order (latest sdk first)
{
expoSdkVersion: '47.0.0',
iosDeploymentTarget: '13.0',
reactNativeVersionRange: '>= 0.70.0',
},
{
expoSdkVersion: '46.0.0',
iosDeploymentTarget: '12.4',
Expand Down

0 comments on commit 86c1f4e

Please sign in to comment.