Skip to content

Commit

Permalink
Merge pull request #740 from ephemeraHQ/saulmc/fix-splash-dark-mode
Browse files Browse the repository at this point in the history
fix: iOS dark mode splash constraints
  • Loading branch information
saulmc authored Sep 15, 2024
2 parents fa1ccd9 + b5d2b1a commit 5d41629
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file modified assets/splash-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ios/Converse/SplashScreen.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<rect key="frame" x="0.0" y="0.0" width="800" height="736"/>
<autoresizingMask key="autoresizingMask"/>
<subviews>
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="SplashScreen" translatesAutoresizingMaskIntoConstraints="NO" id="9VD-tX-MGR">
<rect key="frame" x="193" y="0.0" width="414" height="812"/>
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" image="SplashScreen" translatesAutoresizingMaskIntoConstraints="NO" id="9VD-tX-MGR">
<rect key="frame" x="212" y="0.0" width="376" height="737"/>
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" widthSizable="YES" flexibleMaxX="YES" heightSizable="YES" flexibleMaxY="YES"/>
</imageView>
</subviews>
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2419,6 +2419,6 @@ SPEC CHECKSUMS:
XMTPReactNative: 63c46d6ba9b8dc5831ea49e8716f4b60cc012651
Yoga: 33622183a85805e12703cd618b2c16bfd18bfffb

PODFILE CHECKSUM: bb0745f498cf78b2ad9f6791522389954e357f15
PODFILE CHECKSUM: beb6a8b55061fc0f811288dc66c75239474eba01

COCOAPODS: 1.15.2

0 comments on commit 5d41629

Please sign in to comment.