Skip to content

Commit

Permalink
fga-eps-mds#175 - Detaching expo from application
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronyell committed May 21, 2018
1 parent 0e1cddc commit 32b5256
Show file tree
Hide file tree
Showing 120 changed files with 1,578 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
SET /P STOREDPATH=<"%USERPROFILE%\.expo\PATH"
SET PATH="\"%PATH%;%STOREDPATH%\""
exp prepare-detached-build --platform android
4 changes: 4 additions & 0 deletions .expo-source/android/detach-scripts/prepare-detached-build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

value=$(cat ~/.expo/PATH)
PATH="$PATH:$value" exp prepare-detached-build --platform android
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6e9b9f7b1a28eea181b14be06c75037d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
54baa698894f97e290ccade71f38339537e2f445
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ece407ecd36c04d344c8183c95956f85
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
142427d8e300f5eeb57ae872476bd89726652ba9
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a524203c1a874c5af6cc80ec91ef897a
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b15d367414589d8e57cde35bc1be6a9784514a37
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>21.0.0</version>
<packaging>aar</packaging>
<name>ReactNative</name>
<description>A framework for building native apps with React</description>
<url>https://github.com/facebook/react-native</url>
<licenses>
<license>
<name>BSD License</name>
<url>https://github.com/facebook/react-native/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>facebook</id>
<name>Facebook</name>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/facebook/react-native.git</connection>
<developerConnection>scm:git:[email protected]:facebook/react-native.git</developerConnection>
<url>https://github.com/facebook/react-native.git</url>
</scm>
<dependencies>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
<version>1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>23.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.facebook.fbui.textlayoutbuilder</groupId>
<artifactId>textlayoutbuilder</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>fresco</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>expolib_v1.com.facebook.fresco</groupId>
<artifactId>expolib_v1-imagepipeline-okhttp3</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.facebook.fresco</groupId>
<artifactId>imagepipeline-okhttp3</artifactId>
<version>1.0.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.facebook.soloader</groupId>
<artifactId>soloader</artifactId>
<version>0.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>expolib_v1.com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>expolib_v1.com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>3.6.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>expolib_v1.com.squareup.okio</groupId>
<artifactId>okio</artifactId>
<version>1.13.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.webkit</groupId>
<artifactId>android-jsc</artifactId>
<version>r174650</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d28e912d14e200b155fb79a719398c3f
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c2370e378c5ed34a9a4ce250f04f1836fbcf9238
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<versioning>
<release>21.0.0</release>
<versions>
<version>21.0.0</version>
</versions>
<lastUpdated>20170917011349</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<versioning>
<release>21.0.0</release>
<versions>
<version>21.0.0</version>
</versions>
<lastUpdated>20170917011349</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3a7c3c7e44d7a972fb5cbc1d64f08b0e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1da7bc4367bba403a58bafe0c9ebb3a8b39e1464
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#NOTE: This is an internal implementation file, its format can be changed without prior notice.
#Sat Sep 16 18:13:49 PDT 2017
maven-metadata-remote.xml.lastUpdated=1505610829783
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
180fdfab97c207c3eaacac9cab8f1c8e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
69ecae12a7267f9781ce9e06cc9a0142a359802c
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gettipsi</groupId>
<artifactId>stripeview</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.20.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.google.android.gms</groupId>
<artifactId>play-services-wallet</artifactId>
<version>9.8.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.stripe</groupId>
<artifactId>stripe-android</artifactId>
<version>2.1.+</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.github.thefuntasty</groupId>
<artifactId>CreditCardEntry</artifactId>
<version>1.4.8.6</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9ee421ff1374750526a597f95a4981e2
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b89dd05d8a7cd8f5436826e9f8dd0116e24ed5b9
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.gettipsi</groupId>
<artifactId>stripeview</artifactId>
<versioning>
<release>1.0.0</release>
<versions>
<version>1.0.0</version>
</versions>
<lastUpdated>20170825181605</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
333039b17182b4f8da196e14e135bc4e
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1a6e991929c641376dd03c0bc615b9e1e6ed9409
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
355add26b29fd65e7cc25c3d50647a8c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
10355256975410b301355cc460482c0cbc3faa97
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.android</groupId>
<artifactId>cameraview</artifactId>
<version>1.0.0</version>
<packaging>aar</packaging>
<dependencies>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-annotations</artifactId>
<version>25.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>support-v4</artifactId>
<version>25.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.android.support</groupId>
<artifactId>appcompat-v7</artifactId>
<version>25.3.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e8661f352c640fe9d420e153a0aa095d
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cd83ff235770e2d944b18f70f881c29b4f935599
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>com.google.android</groupId>
<artifactId>cameraview</artifactId>
<versioning>
<release>1.0.0</release>
<versions>
<version>1.0.0</version>
</versions>
<lastUpdated>20170911083021</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
58afa29183a111b3086885f5a1929a14
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a7e3ed2824fb9863e299c86311a65551da178eb5
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Wed Aug 09 15:57:39 PDT 2017
expolib_v1-imagepipeline-okhttp3-1.0.1.pom>=
expolib_v1-imagepipeline-okhttp3-1.0.1.aar>=
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>expolib_v1.com.facebook.fresco</groupId>
<artifactId>expolib_v1-imagepipeline-okhttp3</artifactId>
<version>1.0.1</version>
<packaging>aar</packaging>
<description>POM was created from install:install-file</description>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>expolib_v1.com.facebook.fresco</groupId>
<artifactId>expolib_v1-imagepipeline-okhttp3</artifactId>
<versioning>
<release>1.0.1</release>
<versions>
<version>1.0.1</version>
</versions>
<lastUpdated>20170809225739</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Thu Aug 03 10:58:28 PDT 2017
okhttp-urlconnection-3.6.0.jar>=
okhttp-urlconnection-3.6.0.pom>=
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>expolib_v1.com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<version>3.6.0</version>
<description>POM was created from install:install-file</description>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>expolib_v1.com.squareup.okhttp3</groupId>
<artifactId>okhttp-urlconnection</artifactId>
<versioning>
<release>3.6.0</release>
<versions>
<version>3.6.0</version>
</versions>
<lastUpdated>20170803175828</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Thu Aug 03 10:58:26 PDT 2017
okhttp-3.6.0.jar>=
okhttp-3.6.0.pom>=
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>expolib_v1.com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.6.0</version>
<description>POM was created from install:install-file</description>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>expolib_v1.com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<versioning>
<release>3.6.0</release>
<versions>
<version>3.6.0</version>
</versions>
<lastUpdated>20170803175826</lastUpdated>
</versioning>
</metadata>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#NOTE: This is an Aether internal implementation file, its format can be changed without prior notice.
#Thu Aug 03 10:58:30 PDT 2017
okio-1.13.0.jar>=
okio-1.13.0.pom>=
Binary file not shown.
Loading

0 comments on commit 32b5256

Please sign in to comment.