Skip to content

Commit b445dbb

Browse files
Added Navigation and Onboard screen without carusel
1 parent bcf21e9 commit b445dbb

File tree

46 files changed

+1279
-25
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1279
-25
lines changed

.babelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"presets": ["react-native"]
2+
"presets": ["react-native"],
3+
"plugins": [
4+
["module-resolver", { "cwd": "babelrc", "root": ["./"] } ]
5+
]
36
}

.flowconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,7 @@ suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(<VERSION>\\)? *\\(site=[a-z,_]*
6363
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
6464
suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
6565

66+
module.name_mapper='^src/\(.*\)$' -> '<PROJECT_ROOT>/src/\1'
67+
6668
[version]
6769
^0.75.0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

index.js

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
/** @format */
1+
/*
2+
* @Author: Volynets Serhii
3+
* @Date: 2018-10-11 11:24:37
4+
* @Last Modified by: Volynets Serhii
5+
* @Last Modified time: 2018-10-11 11:24:37
6+
* @flow
7+
*/
28

3-
import {AppRegistry} from 'react-native';
4-
import App from './App';
5-
import {name as appName} from './app.json';
9+
import { AppRegistry } from 'react-native';
10+
import App from 'src/setup';
11+
import { name as appName } from './app.json';
612

713
AppRegistry.registerComponent(appName, () => App);

ios/VpnApp.xcodeproj/project.pbxproj

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
};
66
objectVersion = 46;
77
objects = {
8-
98
/* Begin PBXBuildFile section */
109
00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
1110
00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
@@ -38,6 +37,11 @@
3837
5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
3938
832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
4039
ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
40+
604CC6D86420451296D0D5E1 /* OpenSans-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 50404C6F115D42E8B665804E /* OpenSans-Bold.ttf */; };
41+
8F5CAF99F522412891F364E3 /* OpenSans-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 9BCD5AE91D884F3083A2C672 /* OpenSans-Light.ttf */; };
42+
18C8101A2A4F4292B2C7EE04 /* SF-Pro-Display-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = AE451EBABB0E43CCBA2966CB /* SF-Pro-Display-Bold.ttf */; };
43+
82F7EB5F1D224113BECECEA2 /* SF-Pro-Display-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2082654C37EF4FEEBEF09EF1 /* SF-Pro-Display-Regular.ttf */; };
44+
A524F44350F54FF2BCD3F426 /* SF-Pro-Display-Semibold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C26AEE0B5CAB4C278E6C0ACA /* SF-Pro-Display-Semibold.ttf */; };
4145
/* End PBXBuildFile section */
4246

4347
/* Begin PBXContainerItemProxy section */
@@ -343,6 +347,11 @@
343347
78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
344348
832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
345349
ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
350+
50404C6F115D42E8B665804E /* OpenSans-Bold.ttf */ = {isa = PBXFileReference; name = "OpenSans-Bold.ttf"; path = "../src/assets/fonts/OpenSans-Bold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
351+
9BCD5AE91D884F3083A2C672 /* OpenSans-Light.ttf */ = {isa = PBXFileReference; name = "OpenSans-Light.ttf"; path = "../src/assets/fonts/OpenSans-Light.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
352+
AE451EBABB0E43CCBA2966CB /* SF-Pro-Display-Bold.ttf */ = {isa = PBXFileReference; name = "SF-Pro-Display-Bold.ttf"; path = "../src/assets/fonts/SF-Pro-Display-Bold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
353+
2082654C37EF4FEEBEF09EF1 /* SF-Pro-Display-Regular.ttf */ = {isa = PBXFileReference; name = "SF-Pro-Display-Regular.ttf"; path = "../src/assets/fonts/SF-Pro-Display-Regular.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
354+
C26AEE0B5CAB4C278E6C0ACA /* SF-Pro-Display-Semibold.ttf */ = {isa = PBXFileReference; name = "SF-Pro-Display-Semibold.ttf"; path = "../src/assets/fonts/SF-Pro-Display-Semibold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
346355
/* End PBXFileReference section */
347356

348357
/* Begin PBXFrameworksBuildPhase section */
@@ -578,6 +587,7 @@
578587
00E356EF1AD99517003FC87E /* VpnAppTests */,
579588
83CBBA001A601CBA00E9B192 /* Products */,
580589
2D16E6871FA4F8E400B85C8A /* Frameworks */,
590+
46A9796293FE435193BF11B0 /* Resources */,
581591
);
582592
indentWidth = 2;
583593
sourceTree = "<group>";
@@ -604,6 +614,19 @@
604614
name = Products;
605615
sourceTree = "<group>";
606616
};
617+
46A9796293FE435193BF11B0 /* Resources */ = {
618+
isa = "PBXGroup";
619+
children = (
620+
50404C6F115D42E8B665804E /* OpenSans-Bold.ttf */,
621+
9BCD5AE91D884F3083A2C672 /* OpenSans-Light.ttf */,
622+
AE451EBABB0E43CCBA2966CB /* SF-Pro-Display-Bold.ttf */,
623+
2082654C37EF4FEEBEF09EF1 /* SF-Pro-Display-Regular.ttf */,
624+
C26AEE0B5CAB4C278E6C0ACA /* SF-Pro-Display-Semibold.ttf */,
625+
);
626+
name = Resources;
627+
sourceTree = "<group>";
628+
path = "";
629+
};
607630
/* End PBXGroup section */
608631

609632
/* Begin PBXNativeTarget section */
@@ -685,7 +708,7 @@
685708
83CBB9F71A601CBA00E9B192 /* Project object */ = {
686709
isa = PBXProject;
687710
attributes = {
688-
LastUpgradeCheck = 0610;
711+
LastUpgradeCheck = 610;
689712
ORGANIZATIONNAME = Facebook;
690713
TargetAttributes = {
691714
00E356ED1AD99517003FC87E = {
@@ -1050,6 +1073,11 @@
10501073
files = (
10511074
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
10521075
13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
1076+
604CC6D86420451296D0D5E1 /* OpenSans-Bold.ttf in Resources */,
1077+
8F5CAF99F522412891F364E3 /* OpenSans-Light.ttf in Resources */,
1078+
18C8101A2A4F4292B2C7EE04 /* SF-Pro-Display-Bold.ttf in Resources */,
1079+
82F7EB5F1D224113BECECEA2 /* SF-Pro-Display-Regular.ttf in Resources */,
1080+
A524F44350F54FF2BCD3F426 /* SF-Pro-Display-Semibold.ttf in Resources */,
10531081
);
10541082
runOnlyForDeploymentPostprocessing = 0;
10551083
};

ios/VpnApp/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"images" : [
3+
{
4+
"idiom" : "iphone",
5+
"size" : "20x20",
6+
"scale" : "2x"
7+
},
8+
{
9+
"idiom" : "iphone",
10+
"size" : "20x20",
11+
"scale" : "3x"
12+
},
313
{
414
"idiom" : "iphone",
515
"size" : "29x29",
@@ -29,6 +39,11 @@
2939
"idiom" : "iphone",
3040
"size" : "60x60",
3141
"scale" : "3x"
42+
},
43+
{
44+
"idiom" : "ios-marketing",
45+
"size" : "1024x1024",
46+
"scale" : "1x"
3247
}
3348
],
3449
"info" : {

0 commit comments

Comments
 (0)