Skip to content

Commit ccf5f86

Browse files
committed
udate: typescript files
1 parent 0bd3eae commit ccf5f86

File tree

10 files changed

+55
-4
lines changed

10 files changed

+55
-4
lines changed

example/ios/Podfile.lock

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ PODS:
237237
- React-cxxreact (= 0.63.4)
238238
- React-jsi (= 0.63.4)
239239
- React-jsinspector (0.63.4)
240+
- react-native-safe-area-context (3.3.2):
241+
- React-Core
240242
- React-RCTActionSheet (0.63.4):
241243
- React-Core/RCTActionSheetHeaders (= 0.63.4)
242244
- React-RCTAnimation (0.63.4):
@@ -297,6 +299,11 @@ PODS:
297299
- React-Core (= 0.63.4)
298300
- React-cxxreact (= 0.63.4)
299301
- React-jsi (= 0.63.4)
302+
- RNScreens (3.10.1):
303+
- React-Core
304+
- React-RCTImage
305+
- RNVectorIcons (9.0.0):
306+
- React-Core
300307
- Yoga (1.14.0)
301308
- YogaKit (1.18.1):
302309
- Yoga (~> 1.14)
@@ -338,6 +345,7 @@ DEPENDENCIES:
338345
- React-jsi (from `../node_modules/react-native/ReactCommon/jsi`)
339346
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
340347
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
348+
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
341349
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
342350
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
343351
- React-RCTBlob (from `../node_modules/react-native/Libraries/Blob`)
@@ -348,6 +356,8 @@ DEPENDENCIES:
348356
- React-RCTText (from `../node_modules/react-native/Libraries/Text`)
349357
- React-RCTVibration (from `../node_modules/react-native/Libraries/Vibration`)
350358
- 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`)
351361
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
352362

353363
SPEC REPOS:
@@ -398,6 +408,8 @@ EXTERNAL SOURCES:
398408
:path: "../node_modules/react-native/ReactCommon/jsiexecutor"
399409
React-jsinspector:
400410
:path: "../node_modules/react-native/ReactCommon/jsinspector"
411+
react-native-safe-area-context:
412+
:path: "../node_modules/react-native-safe-area-context"
401413
React-RCTActionSheet:
402414
:path: "../node_modules/react-native/Libraries/ActionSheetIOS"
403415
React-RCTAnimation:
@@ -418,6 +430,10 @@ EXTERNAL SOURCES:
418430
:path: "../node_modules/react-native/Libraries/Vibration"
419431
ReactCommon:
420432
: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"
421437
Yoga:
422438
:path: "../node_modules/react-native/ReactCommon/yoga"
423439

@@ -450,6 +466,7 @@ SPEC CHECKSUMS:
450466
React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31
451467
React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949
452468
React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a
469+
react-native-safe-area-context: 584dc04881deb49474363f3be89e4ca0e854c057
453470
React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336
454471
React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b
455472
React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0
@@ -460,9 +477,11 @@ SPEC CHECKSUMS:
460477
React-RCTText: 5c51df3f08cb9dedc6e790161195d12bac06101c
461478
React-RCTVibration: ae4f914cfe8de7d4de95ae1ea6cc8f6315d73d9d
462479
ReactCommon: 73d79c7039f473b76db6ff7c6b159c478acbbb3b
480+
RNScreens: 522705f2e5c9d27efb17f24aceb2bf8335bc7b8e
481+
RNVectorIcons: 4143ba35feebab8fdbe6bc43d1e776b393d47ac8
463482
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
464483
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
465484

466-
PODFILE CHECKSUM: aae4d6e3d2b583a80f4c50a00fb40a5d290d59d3
485+
PODFILE CHECKSUM: 4087e2da8ba5a7dfe30a462ba0de77fad8c02333
467486

468487
COCOAPODS: 1.11.2

example/ios/ReactNavigationTabbarCollectionExample.xcodeproj/project.pbxproj

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,42 @@
410410
);
411411
inputPaths = (
412412
"${PODS_ROOT}/Target Support Files/Pods-ReactNavigationTabbarCollectionExample/Pods-ReactNavigationTabbarCollectionExample-resources.sh",
413+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/AntDesign.ttf",
414+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Entypo.ttf",
415+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/EvilIcons.ttf",
416+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Feather.ttf",
417+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf",
418+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Brands.ttf",
419+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Regular.ttf",
420+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/FontAwesome5_Solid.ttf",
421+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Fontisto.ttf",
422+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Foundation.ttf",
423+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Ionicons.ttf",
424+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialCommunityIcons.ttf",
425+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/MaterialIcons.ttf",
426+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Octicons.ttf",
427+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/SimpleLineIcons.ttf",
428+
"${PODS_ROOT}/../../node_modules/react-native-vector-icons/Fonts/Zocial.ttf",
413429
"${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
414430
);
415431
name = "[CP] Copy Pods Resources";
416432
outputPaths = (
433+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AntDesign.ttf",
434+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Entypo.ttf",
435+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EvilIcons.ttf",
436+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Feather.ttf",
437+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome.ttf",
438+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Brands.ttf",
439+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Regular.ttf",
440+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/FontAwesome5_Solid.ttf",
441+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Fontisto.ttf",
442+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Foundation.ttf",
443+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Ionicons.ttf",
444+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialCommunityIcons.ttf",
445+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/MaterialIcons.ttf",
446+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Octicons.ttf",
447+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/SimpleLineIcons.ttf",
448+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Zocial.ttf",
417449
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
418450
);
419451
runOnlyForDeploymentPostprocessing = 0;

src/CleanTabBar/Triangle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Animated, View } from 'react-native';
33
import { CleanStyle } from '../assets/TabStyle';
44
import type { TriangleConfig } from './types';
55

6-
const Triangle = ({ color, style, translateY = 0 }: TriangleConfig) => {
6+
const Triangle = ({ color, style, translateY }: TriangleConfig) => {
77
return (
88
<Animated.View
99
style={[
File renamed without changes.

src/CleanTabBar/types.tsx renamed to src/CleanTabBar/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ export type TriangleConfig = {
2727
export type DotConfig = {
2828
color?: string;
2929
scale?: number | Animated.AnimatedInterpolation;
30-
};
30+
};
File renamed without changes.

src/ColorfulTabBar/types.tsx renamed to src/ColorfulTabBar/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export type ColorfulTabBarConfig = {
1515
height: number;
1616
darkMode: boolean;
1717
colorPalette: ColorPaletteConfig;
18-
};
18+
};
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)