react-native 0.64.3 → 0.64.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/README.md +1 -1
- package/React/Base/RCTVersion.m +1 -1
- package/ReactAndroid/gradle.properties +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.java +1 -1
- package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
- package/android/com/facebook/react/react-native/{0.64.3/react-native-0.64.3-javadoc.jar → 0.64.4/react-native-0.64.4-javadoc.jar} +0 -0
- package/android/com/facebook/react/react-native/0.64.4/react-native-0.64.4-javadoc.jar.md5 +1 -0
- package/android/com/facebook/react/react-native/0.64.4/react-native-0.64.4-javadoc.jar.sha1 +1 -0
- package/android/com/facebook/react/react-native/{0.64.3/react-native-0.64.3-sources.jar → 0.64.4/react-native-0.64.4-sources.jar} +0 -0
- package/android/com/facebook/react/react-native/0.64.4/react-native-0.64.4-sources.jar.md5 +1 -0
- package/android/com/facebook/react/react-native/0.64.4/react-native-0.64.4-sources.jar.sha1 +1 -0
- package/android/com/facebook/react/react-native/{0.64.3/react-native-0.64.3.aar → 0.64.4/react-native-0.64.4.aar} +0 -0
- package/android/com/facebook/react/react-native/0.64.4/react-native-0.64.4.aar.md5 +1 -0
- package/android/com/facebook/react/react-native/0.64.4/react-native-0.64.4.aar.sha1 +1 -0
- package/android/com/facebook/react/react-native/{0.64.3/react-native-0.64.3.pom → 0.64.4/react-native-0.64.4.pom} +1 -1
- package/android/com/facebook/react/react-native/0.64.4/react-native-0.64.4.pom.md5 +1 -0
- package/android/com/facebook/react/react-native/0.64.4/react-native-0.64.4.pom.sha1 +1 -0
- package/android/com/facebook/react/react-native/maven-metadata.xml +3 -3
- package/android/com/facebook/react/react-native/maven-metadata.xml.md5 +1 -1
- package/android/com/facebook/react/react-native/maven-metadata.xml.sha1 +1 -1
- package/package.json +1 -1
- package/react.gradle +18 -0
- package/template/package.json +1 -1
- package/android/com/facebook/react/react-native/0.64.3/react-native-0.64.3-javadoc.jar.md5 +0 -1
- package/android/com/facebook/react/react-native/0.64.3/react-native-0.64.3-javadoc.jar.sha1 +0 -1
- package/android/com/facebook/react/react-native/0.64.3/react-native-0.64.3-sources.jar.md5 +0 -1
- package/android/com/facebook/react/react-native/0.64.3/react-native-0.64.3-sources.jar.sha1 +0 -1
- package/android/com/facebook/react/react-native/0.64.3/react-native-0.64.3.aar.md5 +0 -1
- package/android/com/facebook/react/react-native/0.64.3/react-native-0.64.3.aar.sha1 +0 -1
- package/android/com/facebook/react/react-native/0.64.3/react-native-0.64.3.pom.md5 +0 -1
- package/android/com/facebook/react/react-native/0.64.3/react-native-0.64.3.pom.sha1 +0 -1
package/README.md
CHANGED
|
@@ -67,7 +67,7 @@ React Native is developed and supported by many companies and individual core co
|
|
|
67
67
|
|
|
68
68
|
## 📋 Requirements
|
|
69
69
|
|
|
70
|
-
React Native apps may target iOS
|
|
70
|
+
React Native apps may target iOS 11.0 and Android 5.0 (API 21) or newer. You may use Windows, macOS, or Linux as your development operating system, though building and running iOS apps is limited to macOS. Tools like [Expo](https://expo.io) can be used to work around this.
|
|
71
71
|
|
|
72
72
|
## 🎉 Building your first React Native app
|
|
73
73
|
|
package/React/Base/RCTVersion.m
CHANGED
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0cf1898704af3a3cd4470758b4bc70b8
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
a1d1abeb460dcb7498ff846e12edb2ce9da6f47f
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
7b69f60dc716b0a2b90d6da4dd760596
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
33a9e5b0ca6d8bd2fa2987a1dfe1e6f424394fbd
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
b28536846176fc65c131909d81a6f2a7
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
29a4490b5c3802a8ce619024d604b16d68c0e369
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<modelVersion>4.0.0</modelVersion>
|
|
5
5
|
<groupId>com.facebook.react</groupId>
|
|
6
6
|
<artifactId>react-native</artifactId>
|
|
7
|
-
<version>0.64.
|
|
7
|
+
<version>0.64.4</version>
|
|
8
8
|
<packaging>aar</packaging>
|
|
9
9
|
<name>ReactNative</name>
|
|
10
10
|
<description>A framework for building native apps with React</description>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3195a42e1a5965c0f813251cafe2b1ae
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
8c16192b94310132762c735699d20b791623a3ac
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
<groupId>com.facebook.react</groupId>
|
|
4
4
|
<artifactId>react-native</artifactId>
|
|
5
5
|
<versioning>
|
|
6
|
-
<release>0.64.
|
|
6
|
+
<release>0.64.4</release>
|
|
7
7
|
<versions>
|
|
8
|
-
<version>0.64.
|
|
8
|
+
<version>0.64.4</version>
|
|
9
9
|
</versions>
|
|
10
|
-
<lastUpdated>
|
|
10
|
+
<lastUpdated>20221107001930</lastUpdated>
|
|
11
11
|
</versioning>
|
|
12
12
|
</metadata>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
7d4f1ce08fdc6f6a817c2f5322dfeb98
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
b76e04ae0a91b9324981510ded443521eeef7196
|
package/package.json
CHANGED
package/react.gradle
CHANGED
|
@@ -348,3 +348,21 @@ afterEvaluate {
|
|
|
348
348
|
}
|
|
349
349
|
}
|
|
350
350
|
}
|
|
351
|
+
|
|
352
|
+
// Patch needed for https://github.com/facebook/react-native/issues/35210
|
|
353
|
+
// This is a patch to short-circuit the "+" dependencies inside the
|
|
354
|
+
// users' app/build.gradle file and the various .gradle files of libraries.
|
|
355
|
+
// As using plain "+" dependencies causes Gradle to always download the latest,
|
|
356
|
+
// this logic forces Gradle to use latest release in the minor series.
|
|
357
|
+
project.rootProject.allprojects {
|
|
358
|
+
// This extra afterEvaluate is needed due to how AGP 4.1.x is resolving
|
|
359
|
+
// Gradle configurations.
|
|
360
|
+
afterEvaluate {
|
|
361
|
+
configurations.all {
|
|
362
|
+
resolutionStrategy {
|
|
363
|
+
force "com.facebook.react:react-native:0.64.+"
|
|
364
|
+
force "com.facebook.react:hermes-engine:0.64.+"
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
}
|
|
368
|
+
}
|
package/template/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
72d6a6b364bfe42709f701c11690b4d3
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
642a7df62ed900cf62f369776e512575f9d38158
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
5e29dde11cfa8efa02db8824bb240067
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
db3abca58136782da3a093c5b9eaa625be5637bd
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
9250c1f87e25c2824138f039450d9b17
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
654ef2ffdf7482e57c8699b3a0f8217d4050e581
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
83a7a81248847a9b98c3158d74119496
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2e42f2fe647d72ab193cb92ea94b5ac9ea258bd0
|