expo-template-bare-minimum 52.0.14 → 52.0.16
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.
- package/ios/HelloWorld/Info.plist +2 -0
- package/ios/HelloWorld/SplashScreen.storyboard +40 -89
- package/package.json +2 -2
- package/android/app/src/main/res/drawable/splashscreen.xml +0 -4
- package/ios/HelloWorld/Images.xcassets/SplashScreen.imageset/Contents.json +0 -21
- package/ios/HelloWorld/Images.xcassets/SplashScreen.imageset/splashscreen.png +0 -0
- package/ios/HelloWorld/Images.xcassets/SplashScreenBackground.imageset/Contents.json +0 -21
- package/ios/HelloWorld/Images.xcassets/SplashScreenBackground.imageset/background.png +0 -0
- /package/android/app/src/main/res/drawable/{splashscreen_image.png → splashscreen_logo.png} +0 -0
- /package/android/app/src/main/res/mipmap-hdpi/{ic_launcher.png → ic_launcher.webp} +0 -0
- /package/android/app/src/main/res/mipmap-hdpi/{ic_launcher_round.png → ic_launcher_round.webp} +0 -0
- /package/android/app/src/main/res/mipmap-mdpi/{ic_launcher.png → ic_launcher.webp} +0 -0
- /package/android/app/src/main/res/mipmap-mdpi/{ic_launcher_round.png → ic_launcher_round.webp} +0 -0
- /package/android/app/src/main/res/mipmap-xhdpi/{ic_launcher.png → ic_launcher.webp} +0 -0
- /package/android/app/src/main/res/mipmap-xhdpi/{ic_launcher_round.png → ic_launcher_round.webp} +0 -0
- /package/android/app/src/main/res/mipmap-xxhdpi/{ic_launcher.png → ic_launcher.webp} +0 -0
- /package/android/app/src/main/res/mipmap-xxhdpi/{ic_launcher_round.png → ic_launcher_round.webp} +0 -0
- /package/android/app/src/main/res/mipmap-xxxhdpi/{ic_launcher.png → ic_launcher.webp} +0 -0
- /package/android/app/src/main/res/mipmap-xxxhdpi/{ic_launcher_round.png → ic_launcher_round.webp} +0 -0
|
@@ -1,91 +1,42 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<document
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
>
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
<imageView
|
|
43
|
-
userInteractionEnabled="NO"
|
|
44
|
-
contentMode="scaleAspectFill"
|
|
45
|
-
horizontalHuggingPriority="251"
|
|
46
|
-
verticalHuggingPriority="251"
|
|
47
|
-
insetsLayoutMarginsFromSafeArea="NO"
|
|
48
|
-
image="SplashScreenBackground"
|
|
49
|
-
translatesAutoresizingMaskIntoConstraints="NO"
|
|
50
|
-
id="EXPO-SplashScreenBackground"
|
|
51
|
-
userLabel="SplashScreenBackground"
|
|
52
|
-
>
|
|
53
|
-
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
|
54
|
-
</imageView>
|
|
55
|
-
<imageView
|
|
56
|
-
clipsSubviews="YES"
|
|
57
|
-
userInteractionEnabled="NO"
|
|
58
|
-
contentMode="scaleAspectFit"
|
|
59
|
-
horizontalHuggingPriority="251"
|
|
60
|
-
verticalHuggingPriority="251"
|
|
61
|
-
translatesAutoresizingMaskIntoConstraints="NO"
|
|
62
|
-
image="SplashScreen"
|
|
63
|
-
id="EXPO-SplashScreen"
|
|
64
|
-
userLabel="SplashScreen"
|
|
65
|
-
>
|
|
66
|
-
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
|
67
|
-
</imageView>
|
|
68
|
-
</subviews>
|
|
69
|
-
<constraints>
|
|
70
|
-
<constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="top" secondItem="EXPO-ContainerView" secondAttribute="top" id="1gX-mQ-vu6"/>
|
|
71
|
-
<constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="leading" secondItem="EXPO-ContainerView" secondAttribute="leading" id="6tX-OG-Sck"/>
|
|
72
|
-
<constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="trailing" secondItem="EXPO-ContainerView" secondAttribute="trailing" id="ABX-8g-7v4"/>
|
|
73
|
-
<constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="bottom" secondItem="EXPO-ContainerView" secondAttribute="bottom" id="jkI-2V-eW5"/>
|
|
74
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="top" secondItem="EXPO-ContainerView" secondAttribute="top" id="2VS-Uz-0LU"/>
|
|
75
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="leading" secondItem="EXPO-ContainerView" secondAttribute="leading" id="LhH-Ei-DKo"/>
|
|
76
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="trailing" secondItem="EXPO-ContainerView" secondAttribute="trailing" id="I6l-TP-6fn"/>
|
|
77
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="bottom" secondItem="EXPO-ContainerView" secondAttribute="bottom" id="nbp-HC-eaG"/>
|
|
78
|
-
</constraints>
|
|
79
|
-
<viewLayoutGuide key="safeArea" id="Rmq-lb-GrQ"/>
|
|
80
|
-
</view>
|
|
81
|
-
</viewController>
|
|
82
|
-
<placeholder placeholderIdentifier="IBFirstResponder" id="EXPO-PLACEHOLDER-1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
83
|
-
</objects>
|
|
84
|
-
<point key="canvasLocation" x="140.625" y="129.4921875"/>
|
|
85
|
-
</scene>
|
|
86
|
-
</scenes>
|
|
87
|
-
<resources>
|
|
88
|
-
<image name="SplashScreen" width="414" height="736"/>
|
|
89
|
-
<image name="SplashScreenBackground" width="1" height="1"/>
|
|
90
|
-
</resources>
|
|
2
|
+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="32700.99.1234" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="EXPO-VIEWCONTROLLER-1">
|
|
3
|
+
<device id="retina6_12" orientation="portrait" appearance="light"/>
|
|
4
|
+
<dependencies>
|
|
5
|
+
<deployment identifier="iOS"/>
|
|
6
|
+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="22685"/>
|
|
7
|
+
<capability name="Named colors" minToolsVersion="9.0"/>
|
|
8
|
+
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
9
|
+
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
10
|
+
</dependencies>
|
|
11
|
+
<scenes>
|
|
12
|
+
<!--View Controller-->
|
|
13
|
+
<scene sceneID="EXPO-SCENE-1">
|
|
14
|
+
<objects>
|
|
15
|
+
<viewController storyboardIdentifier="SplashScreenViewController" id="EXPO-VIEWCONTROLLER-1" sceneMemberID="viewController">
|
|
16
|
+
<view key="view" userInteractionEnabled="NO" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="EXPO-ContainerView" userLabel="ContainerView">
|
|
17
|
+
<rect key="frame" x="0.0" y="0.0" width="393" height="852"/>
|
|
18
|
+
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
19
|
+
<subviews>
|
|
20
|
+
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="SplashScreen" translatesAutoresizingMaskIntoConstraints="NO" id="EXPO-SplashScreen" userLabel="SplashScreen">
|
|
21
|
+
<rect key="frame" x="146.66666666666666" y="381" width="100" height="90.333333333333314"/>
|
|
22
|
+
<accessibility key="accessibilityConfiguration">
|
|
23
|
+
<accessibilityTraits key="traits" image="YES" notEnabled="YES"/>
|
|
24
|
+
</accessibility>
|
|
25
|
+
</imageView>
|
|
26
|
+
</subviews>
|
|
27
|
+
<viewLayoutGuide key="safeArea" id="Rmq-lb-GrQ"/>
|
|
28
|
+
<constraints>
|
|
29
|
+
<constraint firstItem="EXPO-SplashScreen" firstAttribute="centerY" secondItem="EXPO-ContainerView" secondAttribute="centerY" id="0VC-Wk-OaO"/>
|
|
30
|
+
<constraint firstItem="EXPO-SplashScreen" firstAttribute="centerX" secondItem="EXPO-ContainerView" secondAttribute="centerX" id="zR4-NK-mVN"/>
|
|
31
|
+
</constraints>
|
|
32
|
+
</view>
|
|
33
|
+
</viewController>
|
|
34
|
+
<placeholder placeholderIdentifier="IBFirstResponder" id="EXPO-PLACEHOLDER-1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
35
|
+
</objects>
|
|
36
|
+
<point key="canvasLocation" x="0.0" y="0.0"/>
|
|
37
|
+
</scene>
|
|
38
|
+
</scenes>
|
|
39
|
+
<resources>
|
|
40
|
+
<image name="SplashScreenLogo" width="100" height="90.333335876464844"/>
|
|
41
|
+
</resources>
|
|
91
42
|
</document>
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "expo-template-bare-minimum",
|
|
3
3
|
"description": "This bare project template includes a minimal setup for using unimodules with React Native.",
|
|
4
4
|
"license": "0BSD",
|
|
5
|
-
"version": "52.0.
|
|
5
|
+
"version": "52.0.16",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"start": "expo start --dev-client",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"web": "expo start --web"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"expo": "~52.0.0-preview.
|
|
14
|
+
"expo": "~52.0.0-preview.15",
|
|
15
15
|
"expo-status-bar": "~2.0.0",
|
|
16
16
|
"react": "18.3.1",
|
|
17
17
|
"react-native": "0.76.1"
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"images": [
|
|
3
|
-
{
|
|
4
|
-
"idiom": "universal",
|
|
5
|
-
"filename": "splashscreen.png",
|
|
6
|
-
"scale": "1x"
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
"idiom": "universal",
|
|
10
|
-
"scale": "2x"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"idiom": "universal",
|
|
14
|
-
"scale": "3x"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"info": {
|
|
18
|
-
"version": 1,
|
|
19
|
-
"author": "expo"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
Binary file
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"images": [
|
|
3
|
-
{
|
|
4
|
-
"idiom": "universal",
|
|
5
|
-
"filename": "background.png",
|
|
6
|
-
"scale": "1x"
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
"idiom": "universal",
|
|
10
|
-
"scale": "2x"
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
"idiom": "universal",
|
|
14
|
-
"scale": "3x"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"info": {
|
|
18
|
-
"version": 1,
|
|
19
|
-
"author": "expo"
|
|
20
|
-
}
|
|
21
|
-
}
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
/package/android/app/src/main/res/mipmap-hdpi/{ic_launcher_round.png → ic_launcher_round.webp}
RENAMED
|
File without changes
|
|
File without changes
|
/package/android/app/src/main/res/mipmap-mdpi/{ic_launcher_round.png → ic_launcher_round.webp}
RENAMED
|
File without changes
|
|
File without changes
|
/package/android/app/src/main/res/mipmap-xhdpi/{ic_launcher_round.png → ic_launcher_round.webp}
RENAMED
|
File without changes
|
|
File without changes
|
/package/android/app/src/main/res/mipmap-xxhdpi/{ic_launcher_round.png → ic_launcher_round.webp}
RENAMED
|
File without changes
|
|
File without changes
|
/package/android/app/src/main/res/mipmap-xxxhdpi/{ic_launcher_round.png → ic_launcher_round.webp}
RENAMED
|
File without changes
|