react-native-screens 4.15.1 → 4.15.2
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/android/build.gradle
CHANGED
|
@@ -246,7 +246,7 @@ dependencies {
|
|
|
246
246
|
implementation 'com.google.android.material:material:1.12.0'
|
|
247
247
|
implementation "androidx.core:core-ktx:1.8.0"
|
|
248
248
|
|
|
249
|
-
def COIL_VERSION = "3.
|
|
249
|
+
def COIL_VERSION = "3.0.4"
|
|
250
250
|
|
|
251
251
|
implementation("io.coil-kt.coil3:coil:${COIL_VERSION}")
|
|
252
252
|
implementation("io.coil-kt.coil3:coil-network-okhttp:${COIL_VERSION}")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-native-screens",
|
|
3
|
-
"version": "4.15.
|
|
3
|
+
"version": "4.15.2",
|
|
4
4
|
"description": "Native navigation primitives for your React Native app.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"submodules": "git submodule update --init --recursive && (cd react-navigation && yarn && yarn build && cd ../)",
|