Skip to content

Commit ab1a7a6

Browse files
committed
auth start
1 parent e1c448b commit ab1a7a6

Some content is hidden

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

80 files changed

+3457
-120
lines changed

android/app/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ apply plugin: "com.android.application"
22

33
import com.android.build.OutputFile
44

5+
project.ext.vectoricons = [
6+
iconFontNames: [ 'Fontisto.ttf', 'MaterialIcons.ttf', 'EvilIcons.ttf', 'AntDesign.ttf', 'Entypo.ttf', 'EvilIcons.ttf', 'Feather.ttf', 'FontAwesome.ttf', 'FontAwesome5_Brands.ttf', 'FontAwesome5_Regular.ttf', 'FontAwesome5_Solid.ttf', 'Foundation.ttf', 'Ionicons.ttf', 'MaterialCommunityIcons.ttf', 'SimpleLineIcons.ttf', 'Octicons.ttf', 'Zocial.ttf' ]
7+
]
8+
9+
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
10+
511
/**
612
* The react.gradle file registers a task for each build variant (e.g. bundleDebugJsAndAssets
713
* and bundleReleaseJsAndAssets).
53.5 KB
Binary file not shown.
68.7 KB
Binary file not shown.
64 KB
Binary file not shown.
13.1 KB
Binary file not shown.
56.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
306 KB
Binary file not shown.
55.6 KB
Binary file not shown.
16.5 KB
Binary file not shown.
241 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
27.7 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
25 KB
Binary file not shown.
Binary file not shown.

assets/fonts/3270Narrow.ttf

53.5 KB
Binary file not shown.

assets/fonts/IBM-Logo.ttf

16.5 KB
Binary file not shown.

assets/fonts/KLMN_Flash_Pix.ttf

36.8 KB
Binary file not shown.

assets/fonts/TheDolbak-Brush.ttf

349 KB
Binary file not shown.

assets/fonts/etna-free-font.otf

42.8 KB
Binary file not shown.

ios/Podfile.lock

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,12 @@ PODS:
233233
- React-cxxreact (= 0.62.2)
234234
- React-jsi (= 0.62.2)
235235
- React-jsinspector (0.62.2)
236+
- react-native-appearance (0.3.4):
237+
- React
238+
- react-native-safe-area-context (3.0.7):
239+
- React
240+
- react-native-spinkit (1.4.1):
241+
- React
236242
- React-RCTActionSheet (0.62.2):
237243
- React-Core/RCTActionSheetHeaders (= 0.62.2)
238244
- React-RCTAnimation (0.62.2):
@@ -292,6 +298,10 @@ PODS:
292298
- React-cxxreact (= 0.62.2)
293299
- React-jsi (= 0.62.2)
294300
- ReactCommon/callinvoker (= 0.62.2)
301+
- RNScreens (2.9.0):
302+
- React
303+
- RNVectorIcons (7.0.0):
304+
- React
295305
- Yoga (1.14.0)
296306
- YogaKit (1.18.1):
297307
- Yoga (~> 1.14)
@@ -332,6 +342,9 @@ DEPENDENCIES:
332342
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
333343
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
334344
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
345+
- react-native-appearance (from `../node_modules/react-native-appearance`)
346+
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
347+
- react-native-spinkit (from `../node_modules/react-native-spinkit`)
335348
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
336349
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
337350
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
@@ -343,6 +356,8 @@ DEPENDENCIES:
343356
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
344357
- ReactCommon/callinvoker (from `../node_modules/react-native/ReactCommon`)
345358
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
359+
- RNScreens (from `../node_modules/react-native-screens`)
360+
- RNVectorIcons (from `../node_modules/react-native-vector-icons`)
346361
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
347362

348363
SPEC REPOS:
@@ -389,6 +404,12 @@ EXTERNAL SOURCES:
389404
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
390405
React-jsinspector:
391406
:path: "../node_modules/react-native/ReactCommon/jsinspector"
407+
react-native-appearance:
408+
:path: "../node_modules/react-native-appearance"
409+
react-native-safe-area-context:
410+
:path: "../node_modules/react-native-safe-area-context"
411+
react-native-spinkit:
412+
:path: "../node_modules/react-native-spinkit"
392413
React-RCTActionSheet:
393414
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
394415
React-RCTAnimation:
@@ -409,6 +430,10 @@ EXTERNAL SOURCES:
409430
:path: "../node_modules/react-native/Libraries/Vibration"
410431
ReactCommon:
411432
:path: "../node_modules/react-native/ReactCommon"
433+
RNScreens:
434+
:path: "../node_modules/react-native-screens"
435+
RNVectorIcons:
436+
:path: "../node_modules/react-native-vector-icons"
412437
Yoga:
413438
:path: "../node_modules/react-native/ReactCommon/yoga"
414439

@@ -438,6 +463,9 @@ SPEC CHECKSUMS:
438463
React-jsi: b6dc94a6a12ff98e8877287a0b7620d365201161
439464
React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
440465
React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
466+
react-native-appearance: 0f0e5fc2fcef70e03d48c8fe6b00b9158c2ba8aa
467+
react-native-safe-area-context: ef6f16c66b0797ecae1bf86c103dfb3dc16fc33d
468+
react-native-spinkit: da294fd828216ad211fe36a5c14c1e09f09e62db
441469
React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
442470
React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
443471
React-RCTBlob: a332773f0ebc413a0ce85942a55b064471587a71
@@ -448,6 +476,8 @@ SPEC CHECKSUMS:
448476
React-RCTText: fae545b10cfdb3d247c36c56f61a94cfd6dba41d
449477
React-RCTVibration: 4356114dbcba4ce66991096e51a66e61eda51256
450478
ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3
479+
RNScreens: c526239bbe0e957b988dacc8d75ac94ec9cb19da
480+
RNVectorIcons: da6fe858f5a65d7bbc3379540a889b0b12aa5976
451481
Yoga: 3ebccbdd559724312790e7742142d062476b698e
452482
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
453483

0 commit comments

Comments
 (0)