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

Commit

Permalink
[xdl] add missing unimodules (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsapeta committed Feb 1, 2019
1 parent 6ab18e4 commit 656c6a0
Showing 1 changed file with 45 additions and 10 deletions.
55 changes: 45 additions & 10 deletions packages/xdl/src/modules/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,21 @@ const expoSdkUniversalModules = [
libName: 'expo-ads-admob',
sdkVersions: '>=30.0.0',
},
{
podName: 'EXAdsFacebook',
libName: 'expo-ads-facebook',
sdkVersions: '>=33.0.0',
},
{
podName: 'EXAmplitude',
libName: 'expo-analytics-amplitude',
sdkVersions: '>=33.0.0',
},
{
podName: 'EXSegment',
libName: 'expo-analytics-segment',
sdkVersions: '>=30.0.0',
},
{
podName: 'EXAppAuth',
libName: 'expo-app-auth',
Expand Down Expand Up @@ -83,6 +98,16 @@ const expoSdkUniversalModules = [
libName: 'expo-blur',
sdkVersions: '>=33.0.0',
},
{
podName: 'EXBrightness',
libName: 'expo-brightness',
sdkVersions: '>=33.0.0',
},
{
podName: 'EXCalendar',
libName: 'expo-calendar',
sdkVersions: '>=33.0.0',
},
{
podName: 'EXCamera',
libName: 'expo-camera',
Expand Down Expand Up @@ -139,6 +164,11 @@ const expoSdkUniversalModules = [
libName: 'expo-face-detector-interface',
sdkVersions: '>=29.0.0',
},
{
podName: 'EXFacebook',
libName: 'expo-facebook',
sdkVersions: '>=33.0.0',
},
{
podName: 'EXFileSystem',
libName: 'expo-file-system',
Expand Down Expand Up @@ -249,11 +279,6 @@ const expoSdkUniversalModules = [
libName: 'expo-font-interface',
sdkVersions: '>=30.0.0',
},
{
podName: 'EXGoogleSignIn',
libName: 'expo-google-sign-in',
sdkVersions: '>=32.0.0',
},
{
podName: 'EXGL',
libName: 'expo-gl',
Expand All @@ -270,11 +295,21 @@ const expoSdkUniversalModules = [
},
},
},
{
podName: 'EXGoogleSignIn',
libName: 'expo-google-sign-in',
sdkVersions: '>=32.0.0',
},
{
podName: 'EXImageLoaderInterface',
libName: 'expo-image-loader-interface',
sdkVersions: '>=30.0.0',
},
{
podName: 'EXImagePicker',
libName: 'expo-image-picker',
sdkVersions: '>=33.0.0',
},
{
podName: 'EXKeepAwake',
libName: 'expo-keep-awake',
Expand Down Expand Up @@ -346,11 +381,6 @@ const expoSdkUniversalModules = [
libName: 'expo-secure-store',
sdkVersions: '>=33.0.0',
},
{
podName: 'EXSegment',
libName: 'expo-analytics-segment',
sdkVersions: '>=30.0.0',
},
{
podName: 'EXSensors',
libName: 'expo-sensors',
Expand Down Expand Up @@ -391,6 +421,11 @@ const expoSdkUniversalModules = [
},
},
},
{
podName: 'EXWebBrowser',
libName: 'expo-web-browser',
sdkVersions: '>=33.0.0',
},

// JS-only modules
{
Expand Down

0 comments on commit 656c6a0

Please sign in to comment.