-
Notifications
You must be signed in to change notification settings - Fork 24.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
a brand new jsc with full es6 support
- Loading branch information
1 parent
60edd16
commit 1efb7dc
Showing
29 changed files
with
121 additions
and
28 deletions.
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 | ||
|
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+2.49 MB
.../com/facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master-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 @@ | ||
3bf7d42a505e3878d9b3fd427053d740 |
1 change: 1 addition & 0 deletions
1
...facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master-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 @@ | ||
949a0e633e25584fcb596cca5aa7973f9315d1de |
Binary file added
BIN
+786 KB
.../com/facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master-sources.jar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
.../facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master-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 @@ | ||
546e241acb2ec42c06e49ee9f58bd14a |
1 change: 1 addition & 0 deletions
1
...facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master-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 @@ | ||
f49f4d12ec374eb30a84a0d6a672d31fe7e05697 |
Binary file added
BIN
+20.3 MB
android/com/facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master.aar
Binary file not shown.
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master.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 @@ | ||
da9602ba065b990a156e7b14702f15b8 |
1 change: 1 addition & 0 deletions
1
...oid/com/facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master.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 @@ | ||
89fce83b288a7a09e9dba9059f87a07eac1b3ded |
92 changes: 92 additions & 0 deletions
92
android/com/facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master.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,92 @@ | ||
<?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>1000.0.0-master</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:git@github.com: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.11.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.okhttp3</groupId> | ||
<artifactId>okhttp-urlconnection</artifactId> | ||
<version>3.11.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
<dependency> | ||
<groupId>com.squareup.okio</groupId> | ||
<artifactId>okio</artifactId> | ||
<version>1.14.0</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
</project> |
1 change: 1 addition & 0 deletions
1
android/com/facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master.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 @@ | ||
71d16f7d3f09de1b71e6e910ec9b7ca7 |
1 change: 1 addition & 0 deletions
1
...oid/com/facebook/react/react-native/1000.0.0-master/react-native-1000.0.0-master.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 @@ | ||
47e8a1696161d87980fe01eb764a61f5ed4469f6 |
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>1000.0.0-master</release> | ||
<versions> | ||
<version>1000.0.0-master</version> | ||
</versions> | ||
<lastUpdated>20181118095153</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 @@ | ||
325a338a06576678cc608e2079cfbf24 |
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 @@ | ||
0aa3165fa9f7ebb48853209e94a7a64d39808a39 |
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
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