@domir/react-native-measure-text 0.1.1 → 0.1.2
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/build/ReactNativeMeasureText.d.ts +6 -0
- package/build/ReactNativeMeasureText.d.ts.map +1 -0
- package/build/ReactNativeMeasureText.js.map +1 -0
- package/build/ReactNativeMeasureText.types.d.ts +4 -0
- package/build/ReactNativeMeasureText.types.d.ts.map +1 -0
- package/build/ReactNativeMeasureText.types.js +2 -0
- package/build/ReactNativeMeasureText.types.js.map +1 -0
- package/build/ReactNativeMeasureTextModule.d.ts +3 -0
- package/build/ReactNativeMeasureTextModule.d.ts.map +1 -0
- package/build/ReactNativeMeasureTextModule.js +5 -0
- package/build/ReactNativeMeasureTextModule.js.map +1 -0
- package/build/ReactNativeMeasureTextModule.web.d.ts +5 -0
- package/build/ReactNativeMeasureTextModule.web.d.ts.map +1 -0
- package/build/ReactNativeMeasureTextModule.web.js +6 -0
- package/build/ReactNativeMeasureTextModule.web.js.map +1 -0
- package/package.json +9 -1
- package/.eslintrc.js +0 -5
- package/example/.expo-shared/assets.json +0 -4
- package/example/App.tsx +0 -45
- package/example/android/app/BUCK +0 -55
- package/example/android/app/build.gradle +0 -376
- package/example/android/app/build_defs.bzl +0 -19
- package/example/android/app/debug.keystore +0 -0
- package/example/android/app/proguard-rules.pro +0 -14
- package/example/android/app/src/debug/AndroidManifest.xml +0 -7
- package/example/android/app/src/debug/java/expo/modules/measuretext/example/ReactNativeFlipper.java +0 -69
- package/example/android/app/src/main/AndroidManifest.xml +0 -34
- package/example/android/app/src/main/java/expo/modules/measuretext/example/MainActivity.java +0 -83
- package/example/android/app/src/main/java/expo/modules/measuretext/example/MainApplication.java +0 -106
- package/example/android/app/src/main/java/expo/modules/measuretext/example/newarchitecture/MainApplicationReactNativeHost.java +0 -117
- package/example/android/app/src/main/java/expo/modules/measuretext/example/newarchitecture/components/MainComponentsRegistry.java +0 -36
- package/example/android/app/src/main/java/expo/modules/measuretext/example/newarchitecture/modules/MainApplicationTurboModuleManagerDelegate.java +0 -48
- package/example/android/app/src/main/jni/Android.mk +0 -48
- package/example/android/app/src/main/jni/MainApplicationModuleProvider.cpp +0 -24
- package/example/android/app/src/main/jni/MainApplicationModuleProvider.h +0 -16
- package/example/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.cpp +0 -45
- package/example/android/app/src/main/jni/MainApplicationTurboModuleManagerDelegate.h +0 -38
- package/example/android/app/src/main/jni/MainComponentsRegistry.cpp +0 -61
- package/example/android/app/src/main/jni/MainComponentsRegistry.h +0 -32
- package/example/android/app/src/main/jni/OnLoad.cpp +0 -11
- package/example/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
- package/example/android/app/src/main/res/drawable/splashscreen.xml +0 -3
- package/example/android/app/src/main/res/drawable-hdpi/splashscreen_image.png +0 -0
- package/example/android/app/src/main/res/drawable-mdpi/splashscreen_image.png +0 -0
- package/example/android/app/src/main/res/drawable-xhdpi/splashscreen_image.png +0 -0
- package/example/android/app/src/main/res/drawable-xxhdpi/splashscreen_image.png +0 -0
- package/example/android/app/src/main/res/drawable-xxxhdpi/splashscreen_image.png +0 -0
- package/example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml +0 -5
- package/example/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml +0 -5
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png +0 -0
- package/example/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png +0 -0
- package/example/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png +0 -0
- package/example/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png +0 -0
- package/example/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/example/android/app/src/main/res/values/colors.xml +0 -6
- package/example/android/app/src/main/res/values/strings.xml +0 -5
- package/example/android/app/src/main/res/values/styles.xml +0 -17
- package/example/android/app/src/main/res/values-night/colors.xml +0 -1
- package/example/android/build.gradle +0 -59
- package/example/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/example/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/example/android/gradle.properties +0 -53
- package/example/android/gradlew +0 -234
- package/example/android/gradlew.bat +0 -89
- package/example/android/settings.gradle +0 -17
- package/example/app.json +0 -35
- package/example/assets/adaptive-icon.png +0 -0
- package/example/assets/favicon.png +0 -0
- package/example/assets/icon.png +0 -0
- package/example/assets/splash.png +0 -0
- package/example/babel.config.js +0 -19
- package/example/index.js +0 -8
- package/example/ios/.xcode.env +0 -11
- package/example/ios/Podfile +0 -59
- package/example/ios/Podfile.lock +0 -482
- package/example/ios/Podfile.properties.json +0 -3
- package/example/ios/reactnativemeasuretextexample/AppDelegate.h +0 -9
- package/example/ios/reactnativemeasuretextexample/AppDelegate.mm +0 -166
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-20x20@1x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-20x20@2x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-20x20@3x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-29x29@1x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-29x29@2x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-29x29@3x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-40x40@1x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-40x40@2x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-40x40@3x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-60x60@2x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-60x60@3x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-76x76@1x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-76x76@2x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/App-Icon-83.5x83.5@2x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/Contents.json +0 -122
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/ItunesArtwork@2x.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/Contents.json +0 -6
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/SplashScreen.imageset/Contents.json +0 -21
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/SplashScreen.imageset/image.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/SplashScreenBackground.imageset/Contents.json +0 -21
- package/example/ios/reactnativemeasuretextexample/Images.xcassets/SplashScreenBackground.imageset/image.png +0 -0
- package/example/ios/reactnativemeasuretextexample/Info.plist +0 -76
- package/example/ios/reactnativemeasuretextexample/SplashScreen.storyboard +0 -51
- package/example/ios/reactnativemeasuretextexample/Supporting/Expo.plist +0 -16
- package/example/ios/reactnativemeasuretextexample/main.m +0 -10
- package/example/ios/reactnativemeasuretextexample/noop-file.swift +0 -4
- package/example/ios/reactnativemeasuretextexample/reactnativemeasuretextexample.entitlements +0 -8
- package/example/ios/reactnativemeasuretextexample.xcodeproj/project.pbxproj +0 -497
- package/example/ios/reactnativemeasuretextexample.xcodeproj/project.xcworkspace/contents.xcworkspacedata +0 -7
- package/example/ios/reactnativemeasuretextexample.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/example/ios/reactnativemeasuretextexample.xcodeproj/project.xcworkspace/xcuserdata/brentvatne.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/example/ios/reactnativemeasuretextexample.xcodeproj/xcshareddata/xcschemes/reactnativemeasuretextexample.xcscheme +0 -88
- package/example/ios/reactnativemeasuretextexample.xcworkspace/contents.xcworkspacedata +0 -10
- package/example/ios/reactnativemeasuretextexample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist +0 -8
- package/example/ios/reactnativemeasuretextexample.xcworkspace/xcuserdata/domiget.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/example/metro.config.js +0 -14
- package/example/package-lock.json +0 -21620
- package/example/package.json +0 -29
- package/example/tsconfig.json +0 -10
- package/example/webpack.config.js +0 -20
- package/package-lock.json +0 -33812
- package/tsconfig.json +0 -9
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/example/ios/reactnativemeasuretextexample/Images.xcassets/AppIcon.appiconset/Contents.json
DELETED
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"images": [
|
|
3
|
-
{
|
|
4
|
-
"idiom": "iphone",
|
|
5
|
-
"size": "20x20",
|
|
6
|
-
"scale": "2x",
|
|
7
|
-
"filename": "App-Icon-20x20@2x.png"
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"idiom": "iphone",
|
|
11
|
-
"size": "20x20",
|
|
12
|
-
"scale": "3x",
|
|
13
|
-
"filename": "App-Icon-20x20@3x.png"
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
"idiom": "iphone",
|
|
17
|
-
"size": "29x29",
|
|
18
|
-
"scale": "1x",
|
|
19
|
-
"filename": "App-Icon-29x29@1x.png"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"idiom": "iphone",
|
|
23
|
-
"size": "29x29",
|
|
24
|
-
"scale": "2x",
|
|
25
|
-
"filename": "App-Icon-29x29@2x.png"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"idiom": "iphone",
|
|
29
|
-
"size": "29x29",
|
|
30
|
-
"scale": "3x",
|
|
31
|
-
"filename": "App-Icon-29x29@3x.png"
|
|
32
|
-
},
|
|
33
|
-
{
|
|
34
|
-
"idiom": "iphone",
|
|
35
|
-
"size": "40x40",
|
|
36
|
-
"scale": "2x",
|
|
37
|
-
"filename": "App-Icon-40x40@2x.png"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"idiom": "iphone",
|
|
41
|
-
"size": "40x40",
|
|
42
|
-
"scale": "3x",
|
|
43
|
-
"filename": "App-Icon-40x40@3x.png"
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
"idiom": "iphone",
|
|
47
|
-
"size": "60x60",
|
|
48
|
-
"scale": "2x",
|
|
49
|
-
"filename": "App-Icon-60x60@2x.png"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"idiom": "iphone",
|
|
53
|
-
"size": "60x60",
|
|
54
|
-
"scale": "3x",
|
|
55
|
-
"filename": "App-Icon-60x60@3x.png"
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
"idiom": "ipad",
|
|
59
|
-
"size": "20x20",
|
|
60
|
-
"scale": "1x",
|
|
61
|
-
"filename": "App-Icon-20x20@1x.png"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"idiom": "ipad",
|
|
65
|
-
"size": "20x20",
|
|
66
|
-
"scale": "2x",
|
|
67
|
-
"filename": "App-Icon-20x20@2x.png"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"idiom": "ipad",
|
|
71
|
-
"size": "29x29",
|
|
72
|
-
"scale": "1x",
|
|
73
|
-
"filename": "App-Icon-29x29@1x.png"
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"idiom": "ipad",
|
|
77
|
-
"size": "29x29",
|
|
78
|
-
"scale": "2x",
|
|
79
|
-
"filename": "App-Icon-29x29@2x.png"
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"idiom": "ipad",
|
|
83
|
-
"size": "40x40",
|
|
84
|
-
"scale": "1x",
|
|
85
|
-
"filename": "App-Icon-40x40@1x.png"
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
"idiom": "ipad",
|
|
89
|
-
"size": "40x40",
|
|
90
|
-
"scale": "2x",
|
|
91
|
-
"filename": "App-Icon-40x40@2x.png"
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"idiom": "ipad",
|
|
95
|
-
"size": "76x76",
|
|
96
|
-
"scale": "1x",
|
|
97
|
-
"filename": "App-Icon-76x76@1x.png"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"idiom": "ipad",
|
|
101
|
-
"size": "76x76",
|
|
102
|
-
"scale": "2x",
|
|
103
|
-
"filename": "App-Icon-76x76@2x.png"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"idiom": "ipad",
|
|
107
|
-
"size": "83.5x83.5",
|
|
108
|
-
"scale": "2x",
|
|
109
|
-
"filename": "App-Icon-83.5x83.5@2x.png"
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
"idiom": "ios-marketing",
|
|
113
|
-
"size": "1024x1024",
|
|
114
|
-
"scale": "1x",
|
|
115
|
-
"filename": "ItunesArtwork@2x.png"
|
|
116
|
-
}
|
|
117
|
-
],
|
|
118
|
-
"info": {
|
|
119
|
-
"version": 1,
|
|
120
|
-
"author": "expo"
|
|
121
|
-
}
|
|
122
|
-
}
|
|
Binary file
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"images": [
|
|
3
|
-
{
|
|
4
|
-
"idiom": "universal",
|
|
5
|
-
"filename": "image.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
|
-
}
|
package/example/ios/reactnativemeasuretextexample/Images.xcassets/SplashScreen.imageset/image.png
DELETED
|
Binary file
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"images": [
|
|
3
|
-
{
|
|
4
|
-
"idiom": "universal",
|
|
5
|
-
"filename": "image.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,76 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>CFBundleDevelopmentRegion</key>
|
|
6
|
-
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
|
7
|
-
<key>CFBundleDisplayName</key>
|
|
8
|
-
<string>react-native-measure-text-example</string>
|
|
9
|
-
<key>CFBundleExecutable</key>
|
|
10
|
-
<string>$(EXECUTABLE_NAME)</string>
|
|
11
|
-
<key>CFBundleIdentifier</key>
|
|
12
|
-
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
|
13
|
-
<key>CFBundleInfoDictionaryVersion</key>
|
|
14
|
-
<string>6.0</string>
|
|
15
|
-
<key>CFBundleName</key>
|
|
16
|
-
<string>$(PRODUCT_NAME)</string>
|
|
17
|
-
<key>CFBundlePackageType</key>
|
|
18
|
-
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
|
|
19
|
-
<key>CFBundleShortVersionString</key>
|
|
20
|
-
<string>1.0.0</string>
|
|
21
|
-
<key>CFBundleSignature</key>
|
|
22
|
-
<string>????</string>
|
|
23
|
-
<key>CFBundleURLTypes</key>
|
|
24
|
-
<array>
|
|
25
|
-
<dict>
|
|
26
|
-
<key>CFBundleURLSchemes</key>
|
|
27
|
-
<array>
|
|
28
|
-
<string>expo.modules.measuretext.example</string>
|
|
29
|
-
</array>
|
|
30
|
-
</dict>
|
|
31
|
-
</array>
|
|
32
|
-
<key>CFBundleVersion</key>
|
|
33
|
-
<string>1</string>
|
|
34
|
-
<key>LSRequiresIPhoneOS</key>
|
|
35
|
-
<true/>
|
|
36
|
-
<key>NSAppTransportSecurity</key>
|
|
37
|
-
<dict>
|
|
38
|
-
<key>NSAllowsArbitraryLoads</key>
|
|
39
|
-
<true/>
|
|
40
|
-
<key>NSExceptionDomains</key>
|
|
41
|
-
<dict>
|
|
42
|
-
<key>localhost</key>
|
|
43
|
-
<dict>
|
|
44
|
-
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
45
|
-
<true/>
|
|
46
|
-
</dict>
|
|
47
|
-
</dict>
|
|
48
|
-
</dict>
|
|
49
|
-
<key>UILaunchStoryboardName</key>
|
|
50
|
-
<string>SplashScreen</string>
|
|
51
|
-
<key>UIRequiredDeviceCapabilities</key>
|
|
52
|
-
<array>
|
|
53
|
-
<string>armv7</string>
|
|
54
|
-
</array>
|
|
55
|
-
<key>UIRequiresFullScreen</key>
|
|
56
|
-
<false/>
|
|
57
|
-
<key>UIStatusBarStyle</key>
|
|
58
|
-
<string>UIStatusBarStyleDefault</string>
|
|
59
|
-
<key>UISupportedInterfaceOrientations</key>
|
|
60
|
-
<array>
|
|
61
|
-
<string>UIInterfaceOrientationPortrait</string>
|
|
62
|
-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
63
|
-
</array>
|
|
64
|
-
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
65
|
-
<array>
|
|
66
|
-
<string>UIInterfaceOrientationPortrait</string>
|
|
67
|
-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
68
|
-
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
69
|
-
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
70
|
-
</array>
|
|
71
|
-
<key>UIUserInterfaceStyle</key>
|
|
72
|
-
<string>Light</string>
|
|
73
|
-
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
74
|
-
<false/>
|
|
75
|
-
</dict>
|
|
76
|
-
</plist>
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="16096" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="EXPO-VIEWCONTROLLER-1">
|
|
3
|
-
<device id="retina5_5" orientation="portrait" appearance="light"/>
|
|
4
|
-
<dependencies>
|
|
5
|
-
<deployment identifier="iOS"/>
|
|
6
|
-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="16087"/>
|
|
7
|
-
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
|
|
8
|
-
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
|
9
|
-
</dependencies>
|
|
10
|
-
<scenes>
|
|
11
|
-
<scene sceneID="EXPO-SCENE-1">
|
|
12
|
-
<objects>
|
|
13
|
-
<viewController storyboardIdentifier="SplashScreenViewController" id="EXPO-VIEWCONTROLLER-1" sceneMemberID="viewController">
|
|
14
|
-
<view key="view" userInteractionEnabled="NO" contentMode="scaleToFill" insetsLayoutMarginsFromSafeArea="NO" id="EXPO-ContainerView" userLabel="ContainerView">
|
|
15
|
-
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
|
16
|
-
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
|
|
17
|
-
<subviews>
|
|
18
|
-
<imageView userInteractionEnabled="NO" contentMode="scaleAspectFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" insetsLayoutMarginsFromSafeArea="NO" image="SplashScreenBackground" translatesAutoresizingMaskIntoConstraints="NO" id="EXPO-SplashScreenBackground" userLabel="SplashScreenBackground">
|
|
19
|
-
<rect key="frame" x="0.0" y="0.0" width="414" height="736"/>
|
|
20
|
-
</imageView>
|
|
21
|
-
<imageView id="EXPO-SplashScreen" userLabel="SplashScreen" image="SplashScreen" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" clipsSubviews="true" userInteractionEnabled="false" translatesAutoresizingMaskIntoConstraints="false">
|
|
22
|
-
<rect key="frame" x="0" y="0" width="414" height="736"/>
|
|
23
|
-
</imageView>
|
|
24
|
-
</subviews>
|
|
25
|
-
<constraints>
|
|
26
|
-
<constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="top" secondItem="EXPO-ContainerView" secondAttribute="top" id="1gX-mQ-vu6"/>
|
|
27
|
-
<constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="leading" secondItem="EXPO-ContainerView" secondAttribute="leading" id="6tX-OG-Sck"/>
|
|
28
|
-
<constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="trailing" secondItem="EXPO-ContainerView" secondAttribute="trailing" id="ABX-8g-7v4"/>
|
|
29
|
-
<constraint firstItem="EXPO-SplashScreenBackground" firstAttribute="bottom" secondItem="EXPO-ContainerView" secondAttribute="bottom" id="jkI-2V-eW5"/>
|
|
30
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="top" secondItem="EXPO-ContainerView" secondAttribute="top" id="2VS-Uz-0LU"/>
|
|
31
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="leading" secondItem="EXPO-ContainerView" secondAttribute="leading" id="LhH-Ei-DKo"/>
|
|
32
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="trailing" secondItem="EXPO-ContainerView" secondAttribute="trailing" id="I6l-TP-6fn"/>
|
|
33
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="bottom" secondItem="EXPO-ContainerView" secondAttribute="bottom" id="nbp-HC-eaG"/>
|
|
34
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="top" secondItem="EXPO-ContainerView" secondAttribute="top" id="83fcb9b545b870ba44c24f0feeb116490c499c52"/>
|
|
35
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="leading" secondItem="EXPO-ContainerView" secondAttribute="leading" id="61d16215e44b98e39d0a2c74fdbfaaa22601b12c"/>
|
|
36
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="trailing" secondItem="EXPO-ContainerView" secondAttribute="trailing" id="f934da460e9ab5acae3ad9987d5b676a108796c1"/>
|
|
37
|
-
<constraint firstItem="EXPO-SplashScreen" firstAttribute="bottom" secondItem="EXPO-ContainerView" secondAttribute="bottom" id="d6a0be88096b36fb132659aa90203d39139deda9"/>
|
|
38
|
-
</constraints>
|
|
39
|
-
<viewLayoutGuide key="safeArea" id="Rmq-lb-GrQ"/>
|
|
40
|
-
</view>
|
|
41
|
-
</viewController>
|
|
42
|
-
<placeholder placeholderIdentifier="IBFirstResponder" id="EXPO-PLACEHOLDER-1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
43
|
-
</objects>
|
|
44
|
-
<point key="canvasLocation" x="140.625" y="129.4921875"/>
|
|
45
|
-
</scene>
|
|
46
|
-
</scenes>
|
|
47
|
-
<resources>
|
|
48
|
-
<image name="SplashScreenBackground" width="1" height="1"/>
|
|
49
|
-
<image name="SplashScreen" width="414" height="736"/>
|
|
50
|
-
</resources>
|
|
51
|
-
</document>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
3
|
-
<plist version="1.0">
|
|
4
|
-
<dict>
|
|
5
|
-
<key>EXUpdatesCheckOnLaunch</key>
|
|
6
|
-
<string>ALWAYS</string>
|
|
7
|
-
<key>EXUpdatesEnabled</key>
|
|
8
|
-
<true/>
|
|
9
|
-
<key>EXUpdatesLaunchWaitMs</key>
|
|
10
|
-
<integer>0</integer>
|
|
11
|
-
<key>EXUpdatesSDKVersion</key>
|
|
12
|
-
<string>46.0.0</string>
|
|
13
|
-
<key>EXUpdatesURL</key>
|
|
14
|
-
<string>https://exp.host/@domir/react-native-measure-text-example</string>
|
|
15
|
-
</dict>
|
|
16
|
-
</plist>
|