This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
forked from JAStanton/react-native
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checkin compiled react-native 0.57.3
- Loading branch information
Showing
16 changed files
with
120 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,6 @@ buck-out | |
.gradle | ||
local.properties | ||
*.iml | ||
/android/ | ||
|
||
# Node | ||
node_modules | ||
|
Binary file added
BIN
+2.46 MB
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3-javadoc.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2b6b07b13fc22f6cabe26d33d21c7816 |
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3-javadoc.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7561e5ea41b835a2fdcddc127cce5768c0daf1a7 |
Binary file added
BIN
+779 KB
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3-sources.jar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c1888393ba6fb6623c1c7ea0ac22e9f7 |
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3-sources.jar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2b43d7b2087fc79f66c1b176db8dd70edef0c3b9 |
Binary file added
BIN
+2.77 MB
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3.aar.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
859ee2821cbfb3f15a35e52b672fff77 |
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3.aar.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a20cfca72d364a65ce918807e0fc4350ddb7f0fc |
98 changes: 98 additions & 0 deletions
98
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3.pom
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
<?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>0.57.3</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>MIT 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>com.facebook.infer.annotation</groupId> | ||
<artifactId>infer-annotation</artifactId> | ||
<version>0.11.2</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<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>27.1.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.facebook.fresco</groupId> | ||
<artifactId>fresco</artifactId> | ||
<version>1.10.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.facebook.fresco</groupId> | ||
<artifactId>imagepipeline-okhttp3</artifactId> | ||
<version>1.10.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.facebook.soloader</groupId> | ||
<artifactId>soloader</artifactId> | ||
<version>0.5.1</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.google.code.findbugs</groupId> | ||
<artifactId>jsr305</artifactId> | ||
<version>3.0.2</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.okhttp3</groupId> | ||
<artifactId>okhttp</artifactId> | ||
<version>3.10.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.okhttp3</groupId> | ||
<artifactId>okhttp-urlconnection</artifactId> | ||
<version>3.10.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.okio</groupId> | ||
<artifactId>okio</artifactId> | ||
<version>1.14.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.webkit</groupId> | ||
<artifactId>android-jsc</artifactId> | ||
<version>r174650</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3.pom.md5
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
490b532849a1ec68302394fecf0b870b |
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/0.57.3/react-native-0.57.3.pom.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
c5cbf4c9b5095ba9e3d6008452dc4ac66fbb8928 |
12 changes: 12 additions & 0 deletions
12
android/com/facebook/react/react-native/maven-metadata.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>0.57.3</release> | ||
<versions> | ||
<version>0.57.3</version> | ||
</versions> | ||
<lastUpdated>20181018184240</lastUpdated> | ||
</versioning> | ||
</metadata> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
f0d6fa4d3e2e9d42fa35f63100aea2ee |
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/maven-metadata.xml.sha1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
5e59ad0c0f1e55874130565ea5cc5f74aa46f73b |