Skip to content

Commit 75a179b

Browse files
committed
fix: add a local copy of CSSBackgroundDrawable
1 parent 5c1ffd0 commit 75a179b

3 files changed

Lines changed: 1498 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Update example app to React Native 0.83
1313

14+
## Fixed
15+
16+
- Add a local copy of CSSBackgroundDrawable since it was removed from React Native
17+
1418
## [0.17.3] - 2026-01-03
1519

1620
## Fixed

android/src/main/java/com/reactnativeandroidwidget/builder/widget/BaseWidget.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import com.facebook.react.uimanager.LengthPercentage;
1414
import com.facebook.react.uimanager.LengthPercentageType;
1515
import com.facebook.react.uimanager.Spacing;
16-
import com.facebook.react.uimanager.drawable.CSSBackgroundDrawable;
16+
import com.reactnativeandroidwidget.oss.CSSBackgroundDrawable;
1717
import com.facebook.react.uimanager.style.BorderRadiusProp;
1818

1919
import java.util.Collections;

0 commit comments

Comments
 (0)