Skip to content

Commit cfa7b10

Browse files
committed
Bump version number
1 parent 9e6837e commit cfa7b10

13 files changed

Lines changed: 280 additions & 144 deletions

File tree

example/assets/bootsplash_logo.png

-1.02 KB
Loading
-890 Bytes
Loading

example/assets/[email protected]

-2.65 KB
Loading

example/assets/[email protected]

-988 Bytes
Loading

example/assets/[email protected]

-7.89 KB
Loading
-1.02 KB
Loading
-2.65 KB
Loading
-988 Bytes
Loading

example/ios/RNBootSplashExample/LaunchScreen.xib

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1616
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1717
<subviews>
18-
<imageView autoresizesSubviews="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="ReactLogo" translatesAutoresizingMaskIntoConstraints="NO" id="U0T-he-V9u">
18+
<imageView autoresizesSubviews="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="BootSplashLogo" translatesAutoresizingMaskIntoConstraints="NO" id="U0T-he-V9u">
1919
<rect key="frame" x="190" y="190" width="100" height="100"/>
2020
</imageView>
2121
</subviews>
@@ -30,6 +30,6 @@
3030
</view>
3131
</objects>
3232
<resources>
33-
<image name="ReactLogo" width="100" height="100"/>
33+
<image name="BootSplashLogo" width="100" height="100"/>
3434
</resources>
3535
</document>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-bootsplash",
3-
"version": "1.0.3",
3+
"version": "1.1.0",
44
"license": "MIT",
55
"description": "Display a bootsplash on your app starts. Hide it when you want.",
66
"author": "Mathieu Acthernoene <[email protected]>",
@@ -44,6 +44,7 @@
4444
"husky": "3.1.0",
4545
"jimp": "0.9.3",
4646
"lint-staged": "9.5.0",
47+
"meow": "6.0.0",
4748
"prettier": "1.19.1",
4849
"react": "16.9.0",
4950
"react-native": "0.61.5",

0 commit comments

Comments
 (0)