Skip to content

Commit

Permalink
Fix an issue with missing brand image drawable
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Nov 10, 2023
1 parent ca58de3 commit b562063
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 29 deletions.
20 changes: 0 additions & 20 deletions android/src/main/res/drawable-v23/compat_splash_screen.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@
android:width="144dp"
android:height="144dp" />

<item
android:drawable="?bootSplashBrand"
android:gravity="bottom|center_horizontal"
android:width="200dp"
android:height="80dp"
android:bottom="60dp" />
<item android:gravity="fill" android:bottom="60dp">
<bitmap android:src="?bootSplashBrand" android:gravity="bottom|center_horizontal" />
</item>
</layer-list>
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ PODS:
- React-jsi (= 0.72.6)
- React-logger (= 0.72.6)
- React-perflogger (= 0.72.6)
- RNBootSplash (5.1.0):
- RNBootSplash (5.1.1):
- React-Core
- SocketRocket (0.6.1)
- Yoga (1.14.0)
Expand Down Expand Up @@ -709,7 +709,7 @@ SPEC CHECKSUMS:
React-runtimescheduler: f23e337008403341177fc52ee4ca94e442c17ede
React-utils: fa59c9a3375fb6f4aeb66714fd3f7f76b43a9f16
ReactCommon: dd03c17275c200496f346af93a7b94c53f3093a4
RNBootSplash: e71ad597c05273b6185b3448517003bd2a92c37a
RNBootSplash: b1af20a3759c440ca1ecb5dfdee2120f2ee1804b
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: b76f1acfda8212aa16b7e26bcce3983230c82603
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-bootsplash",
"version": "5.1.0",
"version": "5.1.1",
"license": "MIT",
"description": "Display a bootsplash on your app starts. Hide it when you want.",
"author": "Mathieu Acthernoene <[email protected]>",
Expand Down

0 comments on commit b562063

Please sign in to comment.