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.
@@ -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.3.0"
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}")
@@ -180,7 +180,7 @@ class TabScreenViewManager :
180
180
  value: String?,
181
181
  ) = Unit
182
182
 
183
- @ReactProp("iconResource")
183
+ @ReactProp(name = "iconResource")
184
184
  override fun setIconResource(
185
185
  view: TabScreen,
186
186
  value: ReadableMap?,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-screens",
3
- "version": "4.15.1",
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 ../)",