@janiscommerce/ui-native 1.25.2 → 1.27.0-beta.0
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/package.json +14 -11
- package/dist/android/app/_BUCK +0 -55
- package/dist/android/app/build.gradle +0 -230
- package/dist/android/app/build_defs.bzl +0 -19
- package/dist/android/app/debug.keystore +0 -0
- package/dist/android/app/proguard-rules.pro +0 -10
- package/dist/android/app/src/debug/AndroidManifest.xml +0 -13
- package/dist/android/app/src/debug/java/com/myapp/ReactNativeFlipper.java +0 -72
- package/dist/android/app/src/main/AndroidManifest.xml +0 -25
- package/dist/android/app/src/main/assets/fonts/Roboto-Bold.ttf +0 -0
- package/dist/android/app/src/main/assets/fonts/Roboto-Light.ttf +0 -0
- package/dist/android/app/src/main/assets/fonts/Roboto-Medium.ttf +0 -0
- package/dist/android/app/src/main/assets/fonts/Roboto-Regular.ttf +0 -0
- package/dist/android/app/src/main/assets/fonts/janis-font-icon.ttf +0 -0
- package/dist/android/app/src/main/java/com/myapp/MainActivity.java +0 -15
- package/dist/android/app/src/main/java/com/myapp/MainApplication.java +0 -80
- package/dist/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -36
- package/dist/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/dist/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/dist/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/dist/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/dist/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/dist/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/dist/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/dist/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/dist/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/dist/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/dist/android/app/src/main/res/values/strings.xml +0 -3
- package/dist/android/app/src/main/res/values/styles.xml +0 -9
- package/dist/android/build.gradle +0 -42
- package/dist/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/dist/android/gradle/wrapper/gradle-wrapper.properties +0 -5
- package/dist/android/gradle.properties +0 -28
- package/dist/android/gradlew +0 -185
- package/dist/android/gradlew.bat +0 -89
- package/dist/android/settings.gradle +0 -6
- package/dist/components/atoms/BaseButton/index.d.ts +0 -10
- package/dist/components/atoms/BaseButton/index.js +0 -24
- package/dist/components/atoms/BaseCardList/index.d.ts +0 -8
- package/dist/components/atoms/BaseCardList/index.js +0 -33
- package/dist/components/atoms/BaseInput/index.d.ts +0 -10
- package/dist/components/atoms/BaseInput/index.js +0 -7
- package/dist/components/atoms/BaseToast/index.d.ts +0 -17
- package/dist/components/atoms/BaseToast/index.js +0 -31
- package/dist/components/atoms/BaseToast/utils/index.d.ts +0 -7
- package/dist/components/atoms/BaseToast/utils/index.js +0 -7
- package/dist/components/atoms/CheckBox/icon/CheckedIcon.d.ts +0 -13
- package/dist/components/atoms/CheckBox/icon/CheckedIcon.js +0 -14
- package/dist/components/atoms/CheckBox/index.d.ts +0 -15
- package/dist/components/atoms/CheckBox/index.js +0 -43
- package/dist/components/atoms/Collapsible/index.d.ts +0 -24
- package/dist/components/atoms/Collapsible/index.js +0 -59
- package/dist/components/atoms/Icon/assets/fonts/selection.json +0 -1
- package/dist/components/atoms/Icon/index.d.ts +0 -9
- package/dist/components/atoms/Icon/index.js +0 -14
- package/dist/components/atoms/Image/index.d.ts +0 -10
- package/dist/components/atoms/Image/index.js +0 -30
- package/dist/components/atoms/Input/index.d.ts +0 -31
- package/dist/components/atoms/Input/index.js +0 -94
- package/dist/components/atoms/Input/utils/index.d.ts +0 -28
- package/dist/components/atoms/Input/utils/index.js +0 -44
- package/dist/components/atoms/List/index.d.ts +0 -26
- package/dist/components/atoms/List/index.js +0 -21
- package/dist/components/atoms/Loading/LoadingSvg/index.d.ts +0 -8
- package/dist/components/atoms/Loading/LoadingSvg/index.js +0 -13
- package/dist/components/atoms/Loading/index.d.ts +0 -12
- package/dist/components/atoms/Loading/index.js +0 -60
- package/dist/components/atoms/Modal/index.d.ts +0 -15
- package/dist/components/atoms/Modal/index.js +0 -83
- package/dist/components/atoms/RadioButton/index.d.ts +0 -22
- package/dist/components/atoms/RadioButton/index.js +0 -49
- package/dist/components/atoms/StatusChip/index.d.ts +0 -8
- package/dist/components/atoms/StatusChip/index.js +0 -44
- package/dist/components/atoms/Svg/index.d.ts +0 -24
- package/dist/components/atoms/Svg/index.js +0 -31
- package/dist/components/atoms/Svg/svgs/EmptyIllustration.d.ts +0 -4
- package/dist/components/atoms/Svg/svgs/EmptyIllustration.js +0 -23
- package/dist/components/atoms/Svg/svgs/EmptyListIllustration.d.ts +0 -4
- package/dist/components/atoms/Svg/svgs/EmptyListIllustration.js +0 -73
- package/dist/components/atoms/Svg/svgs/EmptyNotifications.d.ts +0 -4
- package/dist/components/atoms/Svg/svgs/EmptyNotifications.js +0 -17
- package/dist/components/atoms/Svg/svgs/JanisCommerceLogo.d.ts +0 -4
- package/dist/components/atoms/Svg/svgs/JanisCommerceLogo.js +0 -48
- package/dist/components/atoms/Svg/svgs/JanisCommerceLogoBeta.d.ts +0 -4
- package/dist/components/atoms/Svg/svgs/JanisCommerceLogoBeta.js +0 -50
- package/dist/components/atoms/Svg/svgs/JanisCommerceLogoQa.d.ts +0 -4
- package/dist/components/atoms/Svg/svgs/JanisCommerceLogoQa.js +0 -50
- package/dist/components/atoms/Svg/svgs/JanisIso.d.ts +0 -4
- package/dist/components/atoms/Svg/svgs/JanisIso.js +0 -29
- package/dist/components/atoms/Svg/svgs/LoginIllustration.d.ts +0 -4
- package/dist/components/atoms/Svg/svgs/LoginIllustration.js +0 -31
- package/dist/components/atoms/Svg/svgs/index.d.ts +0 -12
- package/dist/components/atoms/Svg/svgs/index.js +0 -19
- package/dist/components/atoms/SwipeUp/childComponents/index.d.ts +0 -11
- package/dist/components/atoms/SwipeUp/childComponents/index.js +0 -22
- package/dist/components/atoms/SwipeUp/index.d.ts +0 -10
- package/dist/components/atoms/SwipeUp/index.js +0 -11
- package/dist/components/atoms/Text/index.d.ts +0 -8
- package/dist/components/atoms/Text/index.js +0 -19
- package/dist/components/atoms/Typography/index.d.ts +0 -13
- package/dist/components/atoms/Typography/index.js +0 -13
- package/dist/components/atoms/Typography/utils/getStyleByTypography/index.d.ts +0 -8
- package/dist/components/atoms/Typography/utils/getStyleByTypography/index.js +0 -19
- package/dist/components/molecules/Avatar/index.d.ts +0 -22
- package/dist/components/molecules/Avatar/index.js +0 -64
- package/dist/components/molecules/Avatar/utils/formatPlaceholder/index.d.ts +0 -12
- package/dist/components/molecules/Avatar/utils/formatPlaceholder/index.js +0 -20
- package/dist/components/molecules/BaseDetail/components/BaseDetailModal/index.d.ts +0 -8
- package/dist/components/molecules/BaseDetail/components/BaseDetailModal/index.js +0 -12
- package/dist/components/molecules/BaseDetail/components/BaseDetailSwipe/index.d.ts +0 -7
- package/dist/components/molecules/BaseDetail/components/BaseDetailSwipe/index.js +0 -12
- package/dist/components/molecules/BaseDetail/components/index.d.ts +0 -3
- package/dist/components/molecules/BaseDetail/components/index.js +0 -3
- package/dist/components/molecules/BaseDetail/index.d.ts +0 -8
- package/dist/components/molecules/BaseDetail/index.js +0 -9
- package/dist/components/molecules/BaseDetail/types/index.d.ts +0 -15
- package/dist/components/molecules/BaseDetail/types/index.js +0 -1
- package/dist/components/molecules/Button/index.d.ts +0 -50
- package/dist/components/molecules/Button/index.js +0 -57
- package/dist/components/molecules/Button/types/index.d.ts +0 -45
- package/dist/components/molecules/Button/types/index.js +0 -1
- package/dist/components/molecules/Button/utils/getButtonStyles/index.d.ts +0 -3
- package/dist/components/molecules/Button/utils/getButtonStyles/index.js +0 -84
- package/dist/components/molecules/Button/utils/getButtonStyles/utils/constants/index.d.ts +0 -5
- package/dist/components/molecules/Button/utils/getButtonStyles/utils/constants/index.js +0 -5
- package/dist/components/molecules/Button/utils/getButtonStyles/utils/defaultValues/index.d.ts +0 -5
- package/dist/components/molecules/Button/utils/getButtonStyles/utils/defaultValues/index.js +0 -5
- package/dist/components/molecules/Button/utils/getButtonStyles/utils/styleConfigs/index.d.ts +0 -120
- package/dist/components/molecules/Button/utils/getButtonStyles/utils/styleConfigs/index.js +0 -123
- package/dist/components/molecules/Carousel/index.d.ts +0 -19
- package/dist/components/molecules/Carousel/index.js +0 -35
- package/dist/components/molecules/Carousel/utils/index.d.ts +0 -13
- package/dist/components/molecules/Carousel/utils/index.js +0 -102
- package/dist/components/molecules/ErrorBoundary/components/ErrorFallback/index.d.ts +0 -3
- package/dist/components/molecules/ErrorBoundary/components/ErrorFallback/index.js +0 -24
- package/dist/components/molecules/ErrorBoundary/index.d.ts +0 -20
- package/dist/components/molecules/ErrorBoundary/index.js +0 -37
- package/dist/components/molecules/Input/index.d.ts +0 -26
- package/dist/components/molecules/Input/index.js +0 -94
- package/dist/components/molecules/Input/utils/handleChangeText/index.d.ts +0 -3
- package/dist/components/molecules/Input/utils/handleChangeText/index.js +0 -16
- package/dist/components/molecules/ItemSelectionButton/index.d.ts +0 -11
- package/dist/components/molecules/ItemSelectionButton/index.js +0 -66
- package/dist/components/molecules/LayoutWithBottomButtons/index.d.ts +0 -11
- package/dist/components/molecules/LayoutWithBottomButtons/index.js +0 -72
- package/dist/components/molecules/LayoutWithBottomButtons/utils/index.d.ts +0 -364
- package/dist/components/molecules/LayoutWithBottomButtons/utils/index.js +0 -148
- package/dist/components/molecules/MainCardList/index.d.ts +0 -14
- package/dist/components/molecules/MainCardList/index.js +0 -60
- package/dist/components/molecules/ProgressBar/index.d.ts +0 -11
- package/dist/components/molecules/ProgressBar/index.js +0 -58
- package/dist/components/molecules/ProgressBar/utils/index.d.ts +0 -20
- package/dist/components/molecules/ProgressBar/utils/index.js +0 -52
- package/dist/components/molecules/Select/Components/Dropdown/index.d.ts +0 -10
- package/dist/components/molecules/Select/Components/Dropdown/index.js +0 -23
- package/dist/components/molecules/Select/Components/Modal/index.d.ts +0 -8
- package/dist/components/molecules/Select/Components/Modal/index.js +0 -59
- package/dist/components/molecules/Select/Components/Options/index.d.ts +0 -18
- package/dist/components/molecules/Select/Components/Options/index.js +0 -75
- package/dist/components/molecules/Select/Components/SwitcherComponent/index.d.ts +0 -13
- package/dist/components/molecules/Select/Components/SwitcherComponent/index.js +0 -8
- package/dist/components/molecules/Select/index.d.ts +0 -51
- package/dist/components/molecules/Select/index.js +0 -178
- package/dist/components/molecules/Select/utils/index.d.ts +0 -2
- package/dist/components/molecules/Select/utils/index.js +0 -7
- package/dist/components/molecules/SwipeList/index.d.ts +0 -11
- package/dist/components/molecules/SwipeList/index.js +0 -31
- package/dist/components/molecules/Tabs/index.d.ts +0 -23
- package/dist/components/molecules/Tabs/index.js +0 -112
- package/dist/components/molecules/Toast/index.d.ts +0 -23
- package/dist/components/molecules/Toast/index.js +0 -102
- package/dist/components/molecules/Toast/utils/index.d.ts +0 -7
- package/dist/components/molecules/Toast/utils/index.js +0 -7
- package/dist/components/organisms/FullScreenMessage/index.d.ts +0 -21
- package/dist/components/organisms/FullScreenMessage/index.js +0 -73
- package/dist/components/organisms/LoadingFullScreen/index.d.ts +0 -12
- package/dist/components/organisms/LoadingFullScreen/index.js +0 -41
- package/dist/components/organisms/ProductDetail/components/ProductInfo/index.d.ts +0 -9
- package/dist/components/organisms/ProductDetail/components/ProductInfo/index.js +0 -44
- package/dist/components/organisms/ProductDetail/index.d.ts +0 -9
- package/dist/components/organisms/ProductDetail/index.js +0 -10
- package/dist/components/organisms/SwipeItemSelectionList/index.d.ts +0 -14
- package/dist/components/organisms/SwipeItemSelectionList/index.js +0 -37
- package/dist/index.d.ts +0 -37
- package/dist/index.js +0 -41
- package/dist/ios/MyApp/AppDelegate.h +0 -8
- package/dist/ios/MyApp/AppDelegate.m +0 -58
- package/dist/ios/MyApp/Images.xcassets/AppIcon.appiconset/Contents.json +0 -38
- package/dist/ios/MyApp/Images.xcassets/Contents.json +0 -6
- package/dist/ios/MyApp/Info.plist +0 -55
- package/dist/ios/MyApp/LaunchScreen.storyboard +0 -58
- package/dist/ios/MyApp/main.m +0 -9
- package/dist/ios/MyApp.xcodeproj/project.pbxproj +0 -791
- package/dist/ios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp-tvOS.xcscheme +0 -88
- package/dist/ios/MyApp.xcodeproj/xcshareddata/xcschemes/MyApp.xcscheme +0 -88
- package/dist/ios/MyAppTests/Info.plist +0 -24
- package/dist/ios/MyAppTests/MyAppTests.m +0 -65
- package/dist/ios/Podfile +0 -33
- package/dist/scale/index.d.ts +0 -8
- package/dist/scale/index.js +0 -13
- package/dist/theme/palette.d.ts +0 -13
- package/dist/theme/palette.js +0 -63
- package/dist/theme/typography.d.ts +0 -37
- package/dist/theme/typography.js +0 -94
- package/dist/ts/interfaces/colors.d.ts +0 -55
- package/dist/ts/interfaces/colors.js +0 -1
- package/dist/utils/index.d.ts +0 -3
- package/dist/utils/index.js +0 -7
package/dist/index.js
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
// Atoms
|
|
2
|
-
import BaseButton from './components/atoms/BaseButton';
|
|
3
|
-
import CheckBox from './components/atoms/CheckBox';
|
|
4
|
-
import Icon from './components/atoms/Icon';
|
|
5
|
-
import Image from './components/atoms/Image';
|
|
6
|
-
import List from './components/atoms/List';
|
|
7
|
-
import Loading from './components/atoms/Loading';
|
|
8
|
-
import RadioButton from './components/atoms/RadioButton';
|
|
9
|
-
import StatusChip from './components/atoms/StatusChip';
|
|
10
|
-
import Svg from './components/atoms/Svg';
|
|
11
|
-
import SwipeUp from './components/atoms/SwipeUp';
|
|
12
|
-
import { SwipeUpFlatList, SwipeUpScrollView, SwipeUpView } from './components/atoms/SwipeUp/childComponents';
|
|
13
|
-
import Text from './components/atoms/Text';
|
|
14
|
-
import BaseInput from './components/atoms/BaseInput';
|
|
15
|
-
import Typography from './components/atoms/Typography';
|
|
16
|
-
import Collapsible from './components/atoms/Collapsible';
|
|
17
|
-
import Modal from './components/atoms/Modal';
|
|
18
|
-
// Molecules
|
|
19
|
-
import Avatar from './components/molecules/Avatar';
|
|
20
|
-
import Button from './components/molecules/Button';
|
|
21
|
-
import Carousel from './components/molecules/Carousel';
|
|
22
|
-
import LayoutWithBottomButtons from './components/molecules/LayoutWithBottomButtons';
|
|
23
|
-
import ProgressBar from './components/molecules/ProgressBar';
|
|
24
|
-
import Select from './components/molecules/Select';
|
|
25
|
-
import Toast from 'react-native-toast-message';
|
|
26
|
-
import { configToast } from './components/molecules/Toast';
|
|
27
|
-
import SwipeList from './components/molecules/SwipeList';
|
|
28
|
-
import ItemSelectionButton from './components/molecules/ItemSelectionButton';
|
|
29
|
-
import MainCardList from './components/molecules/MainCardList';
|
|
30
|
-
import Input from './components/molecules/Input';
|
|
31
|
-
import BaseDetail from './components/molecules/BaseDetail';
|
|
32
|
-
// Organisms
|
|
33
|
-
import LoadingFullScreen from './components/organisms/LoadingFullScreen';
|
|
34
|
-
import FullScreenMessage from './components/organisms/FullScreenMessage';
|
|
35
|
-
import SwipeItemSelectionList from './components/organisms/SwipeItemSelectionList';
|
|
36
|
-
import ErrorBoundary from './components/molecules/ErrorBoundary';
|
|
37
|
-
import ProductDetail from './components/organisms/ProductDetail';
|
|
38
|
-
// Misc
|
|
39
|
-
import { palette } from './theme/palette';
|
|
40
|
-
import * as getScale from './scale';
|
|
41
|
-
export { Text, Avatar, CheckBox, Icon, Image, Input, Loading, Svg, StatusChip, palette, LoadingFullScreen, RadioButton, Select, SwipeUp, SwipeUpFlatList, SwipeUpScrollView, SwipeUpView, Carousel, ProgressBar, List, BaseButton, Button, getScale, LayoutWithBottomButtons, FullScreenMessage, Toast, configToast, SwipeList, ItemSelectionButton, SwipeItemSelectionList, MainCardList, BaseInput, Typography, Collapsible, ErrorBoundary, Modal, BaseDetail, ProductDetail, };
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
#import "AppDelegate.h"
|
|
2
|
-
|
|
3
|
-
#import <React/RCTBridge.h>
|
|
4
|
-
#import <React/RCTBundleURLProvider.h>
|
|
5
|
-
#import <React/RCTRootView.h>
|
|
6
|
-
|
|
7
|
-
#ifdef FB_SONARKIT_ENABLED
|
|
8
|
-
#import <FlipperKit/FlipperClient.h>
|
|
9
|
-
#import <FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h>
|
|
10
|
-
#import <FlipperKitUserDefaultsPlugin/FKUserDefaultsPlugin.h>
|
|
11
|
-
#import <FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h>
|
|
12
|
-
#import <SKIOSNetworkPlugin/SKIOSNetworkAdapter.h>
|
|
13
|
-
#import <FlipperKitReactPlugin/FlipperKitReactPlugin.h>
|
|
14
|
-
|
|
15
|
-
static void InitializeFlipper(UIApplication *application) {
|
|
16
|
-
FlipperClient *client = [FlipperClient sharedClient];
|
|
17
|
-
SKDescriptorMapper *layoutDescriptorMapper = [[SKDescriptorMapper alloc] initWithDefaults];
|
|
18
|
-
[client addPlugin:[[FlipperKitLayoutPlugin alloc] initWithRootNode:application withDescriptorMapper:layoutDescriptorMapper]];
|
|
19
|
-
[client addPlugin:[[FKUserDefaultsPlugin alloc] initWithSuiteName:nil]];
|
|
20
|
-
[client addPlugin:[FlipperKitReactPlugin new]];
|
|
21
|
-
[client addPlugin:[[FlipperKitNetworkPlugin alloc] initWithNetworkAdapter:[SKIOSNetworkAdapter new]]];
|
|
22
|
-
[client start];
|
|
23
|
-
}
|
|
24
|
-
#endif
|
|
25
|
-
|
|
26
|
-
@implementation AppDelegate
|
|
27
|
-
|
|
28
|
-
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
|
29
|
-
{
|
|
30
|
-
#ifdef FB_SONARKIT_ENABLED
|
|
31
|
-
InitializeFlipper(application);
|
|
32
|
-
#endif
|
|
33
|
-
|
|
34
|
-
RCTBridge *bridge = [[RCTBridge alloc] initWithDelegate:self launchOptions:launchOptions];
|
|
35
|
-
RCTRootView *rootView = [[RCTRootView alloc] initWithBridge:bridge
|
|
36
|
-
moduleName:@"ui-native"
|
|
37
|
-
initialProperties:nil];
|
|
38
|
-
|
|
39
|
-
rootView.backgroundColor = [[UIColor alloc] initWithRed:1.0f green:1.0f blue:1.0f alpha:1];
|
|
40
|
-
|
|
41
|
-
self.window = [[UIWindow alloc] initWithFrame:[UIScreen mainScreen].bounds];
|
|
42
|
-
UIViewController *rootViewController = [UIViewController new];
|
|
43
|
-
rootViewController.view = rootView;
|
|
44
|
-
self.window.rootViewController = rootViewController;
|
|
45
|
-
[self.window makeKeyAndVisible];
|
|
46
|
-
return YES;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
|
|
50
|
-
{
|
|
51
|
-
#if DEBUG
|
|
52
|
-
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
|
|
53
|
-
#else
|
|
54
|
-
return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
|
|
55
|
-
#endif
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
@end
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"images" : [
|
|
3
|
-
{
|
|
4
|
-
"idiom" : "iphone",
|
|
5
|
-
"size" : "29x29",
|
|
6
|
-
"scale" : "2x"
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
"idiom" : "iphone",
|
|
10
|
-
"size" : "29x29",
|
|
11
|
-
"scale" : "3x"
|
|
12
|
-
},
|
|
13
|
-
{
|
|
14
|
-
"idiom" : "iphone",
|
|
15
|
-
"size" : "40x40",
|
|
16
|
-
"scale" : "2x"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"idiom" : "iphone",
|
|
20
|
-
"size" : "40x40",
|
|
21
|
-
"scale" : "3x"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"idiom" : "iphone",
|
|
25
|
-
"size" : "60x60",
|
|
26
|
-
"scale" : "2x"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"idiom" : "iphone",
|
|
30
|
-
"size" : "60x60",
|
|
31
|
-
"scale" : "3x"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"info" : {
|
|
35
|
-
"version" : 1,
|
|
36
|
-
"author" : "xcode"
|
|
37
|
-
}
|
|
38
|
-
}
|
|
@@ -1,55 +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>en</string>
|
|
7
|
-
<key>CFBundleDisplayName</key>
|
|
8
|
-
<string>ui-native</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>APPL</string>
|
|
19
|
-
<key>CFBundleShortVersionString</key>
|
|
20
|
-
<string>1.0</string>
|
|
21
|
-
<key>CFBundleSignature</key>
|
|
22
|
-
<string>????</string>
|
|
23
|
-
<key>CFBundleVersion</key>
|
|
24
|
-
<string>1</string>
|
|
25
|
-
<key>LSRequiresIPhoneOS</key>
|
|
26
|
-
<true/>
|
|
27
|
-
<key>NSAppTransportSecurity</key>
|
|
28
|
-
<dict>
|
|
29
|
-
<key>NSExceptionDomains</key>
|
|
30
|
-
<dict>
|
|
31
|
-
<key>localhost</key>
|
|
32
|
-
<dict>
|
|
33
|
-
<key>NSExceptionAllowsInsecureHTTPLoads</key>
|
|
34
|
-
<true/>
|
|
35
|
-
</dict>
|
|
36
|
-
</dict>
|
|
37
|
-
</dict>
|
|
38
|
-
<key>NSLocationWhenInUseUsageDescription</key>
|
|
39
|
-
<string></string>
|
|
40
|
-
<key>UILaunchStoryboardName</key>
|
|
41
|
-
<string>LaunchScreen</string>
|
|
42
|
-
<key>UIRequiredDeviceCapabilities</key>
|
|
43
|
-
<array>
|
|
44
|
-
<string>armv7</string>
|
|
45
|
-
</array>
|
|
46
|
-
<key>UISupportedInterfaceOrientations</key>
|
|
47
|
-
<array>
|
|
48
|
-
<string>UIInterfaceOrientationPortrait</string>
|
|
49
|
-
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
50
|
-
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
51
|
-
</array>
|
|
52
|
-
<key>UIViewControllerBasedStatusBarAppearance</key>
|
|
53
|
-
<false/>
|
|
54
|
-
</dict>
|
|
55
|
-
</plist>
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="15702" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="01J-lp-oVM">
|
|
3
|
-
<device id="retina4_7" orientation="portrait" appearance="light"/>
|
|
4
|
-
<dependencies>
|
|
5
|
-
<deployment identifier="iOS"/>
|
|
6
|
-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="15704"/>
|
|
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
|
-
<!--View Controller-->
|
|
12
|
-
<scene sceneID="EHf-IW-A2E">
|
|
13
|
-
<objects>
|
|
14
|
-
<viewController id="01J-lp-oVM" sceneMemberID="viewController">
|
|
15
|
-
<view key="view" contentMode="scaleToFill" id="Ze5-6b-2t3">
|
|
16
|
-
<rect key="frame" x="0.0" y="0.0" width="375" height="667"/>
|
|
17
|
-
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
|
18
|
-
<subviews>
|
|
19
|
-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="obG-Y5-kRd">
|
|
20
|
-
<rect key="frame" x="0.0" y="647" width="375" height="0.0"/>
|
|
21
|
-
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
22
|
-
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
23
|
-
<nil key="highlightedColor"/>
|
|
24
|
-
</label>
|
|
25
|
-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ui-native" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="GJd-Yh-RWb">
|
|
26
|
-
<rect key="frame" x="0.0" y="202" width="375" height="43"/>
|
|
27
|
-
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
|
|
28
|
-
<color key="textColor" red="0.0" green="0.0" blue="0.0" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
29
|
-
<nil key="highlightedColor"/>
|
|
30
|
-
</label>
|
|
31
|
-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="Powered by React Native" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="MN2-I3-ftu">
|
|
32
|
-
<rect key="frame" x="0.0" y="626" width="375" height="21"/>
|
|
33
|
-
<fontDescription key="fontDescription" type="system" pointSize="17"/>
|
|
34
|
-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
|
|
35
|
-
<nil key="highlightedColor"/>
|
|
36
|
-
</label>
|
|
37
|
-
</subviews>
|
|
38
|
-
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
|
39
|
-
<constraints>
|
|
40
|
-
<constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="obG-Y5-kRd" secondAttribute="centerX" id="5cz-MP-9tL"/>
|
|
41
|
-
<constraint firstItem="Bcu-3y-fUS" firstAttribute="bottom" secondItem="MN2-I3-ftu" secondAttribute="bottom" constant="20" id="OZV-Vh-mqD"/>
|
|
42
|
-
<constraint firstItem="Bcu-3y-fUS" firstAttribute="centerX" secondItem="GJd-Yh-RWb" secondAttribute="centerX" id="Q3B-4B-g5h"/>
|
|
43
|
-
<constraint firstItem="obG-Y5-kRd" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" symbolic="YES" id="SfN-ll-jLj"/>
|
|
44
|
-
<constraint firstAttribute="bottom" secondItem="obG-Y5-kRd" secondAttribute="bottom" constant="20" id="Y44-ml-fuU"/>
|
|
45
|
-
<constraint firstItem="MN2-I3-ftu" firstAttribute="centerX" secondItem="Bcu-3y-fUS" secondAttribute="centerX" id="akx-eg-2ui"/>
|
|
46
|
-
<constraint firstItem="MN2-I3-ftu" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" id="i1E-0Y-4RG"/>
|
|
47
|
-
<constraint firstItem="GJd-Yh-RWb" firstAttribute="centerY" secondItem="Ze5-6b-2t3" secondAttribute="bottom" multiplier="1/3" constant="1" id="moa-c2-u7t"/>
|
|
48
|
-
<constraint firstItem="GJd-Yh-RWb" firstAttribute="leading" secondItem="Bcu-3y-fUS" secondAttribute="leading" symbolic="YES" id="x7j-FC-K8j"/>
|
|
49
|
-
</constraints>
|
|
50
|
-
<viewLayoutGuide key="safeArea" id="Bcu-3y-fUS"/>
|
|
51
|
-
</view>
|
|
52
|
-
</viewController>
|
|
53
|
-
<placeholder placeholderIdentifier="IBFirstResponder" id="iYj-Kq-Ea1" userLabel="First Responder" sceneMemberID="firstResponder"/>
|
|
54
|
-
</objects>
|
|
55
|
-
<point key="canvasLocation" x="52.173913043478265" y="375"/>
|
|
56
|
-
</scene>
|
|
57
|
-
</scenes>
|
|
58
|
-
</document>
|