Skip to content

Commit 529d688

Browse files
committed
Introduce React Navigation library
1 parent a2ab63f commit 529d688

14 files changed

+13973
-11968
lines changed

index.js

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/**
2-
* @format
3-
*/
4-
5-
import {AppRegistry} from "react-native";
6-
import {App} from "./src/App";
7-
import {name as appName} from "./app.json";
1+
import "react-native-gesture-handler";
2+
import { AppRegistry } from "react-native";
3+
import { App } from "./src/App";
4+
import { name as appName } from "./app.json";
85

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

ios/Podfile.lock

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ PODS:
237237
- React-jsinspector (0.62.2)
238238
- react-native-netinfo (5.9.9):
239239
- React-Core
240+
- react-native-safe-area-context (3.1.9):
241+
- React-Core
240242
- react-native-sqlite-storage (5.0.0):
241243
- React
242244
- React-RCTActionSheet (0.62.2):
@@ -302,8 +304,16 @@ PODS:
302304
- React-Core
303305
- RNCAsyncStorage (1.13.2):
304306
- React
305-
- RNFS (2.16.4):
307+
- RNCMaskedView (0.1.10):
308+
- React
309+
- RNFS (2.16.6):
306310
- React
311+
- RNGestureHandler (1.9.0):
312+
- React-Core
313+
- RNReanimated (1.13.2):
314+
- React-Core
315+
- RNScreens (2.16.1):
316+
- React-Core
307317
- Yoga (1.14.0)
308318
- YogaKit (1.18.1):
309319
- Yoga (~> 1.14)
@@ -346,6 +356,7 @@ DEPENDENCIES:
346356
- React-jsiexecutor (from `../node_modules/react-native/ReactCommon/jsiexecutor`)
347357
- React-jsinspector (from `../node_modules/react-native/ReactCommon/jsinspector`)
348358
- "react-native-netinfo (from `../node_modules/@react-native-community/netinfo`)"
359+
- react-native-safe-area-context (from `../node_modules/react-native-safe-area-context`)
349360
- react-native-sqlite-storage (from `../node_modules/react-native-sqlite-storage`)
350361
- React-RCTActionSheet (from `../node_modules/react-native/Libraries/ActionSheetIOS`)
351362
- React-RCTAnimation (from `../node_modules/react-native/Libraries/NativeAnimation`)
@@ -360,7 +371,11 @@ DEPENDENCIES:
360371
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
361372
- rn-fetch-blob (from `../node_modules/rn-fetch-blob`)
362373
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
374+
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
363375
- RNFS (from `../node_modules/react-native-fs`)
376+
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
377+
- RNReanimated (from `../node_modules/react-native-reanimated`)
378+
- RNScreens (from `../node_modules/react-native-screens`)
364379
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
365380

366381
SPEC REPOS:
@@ -411,6 +426,8 @@ EXTERNAL SOURCES:
411426
:path: "../node_modules/react-native/ReactCommon/jsinspector"
412427
react-native-netinfo:
413428
:path: "../node_modules/@react-native-community/netinfo"
429+
react-native-safe-area-context:
430+
:path: "../node_modules/react-native-safe-area-context"
414431
react-native-sqlite-storage:
415432
:path: "../node_modules/react-native-sqlite-storage"
416433
React-RCTActionSheet:
@@ -437,8 +454,16 @@ EXTERNAL SOURCES:
437454
:path: "../node_modules/rn-fetch-blob"
438455
RNCAsyncStorage:
439456
:path: "../node_modules/@react-native-async-storage/async-storage"
457+
RNCMaskedView:
458+
:path: "../node_modules/@react-native-community/masked-view"
440459
RNFS:
441460
:path: "../node_modules/react-native-fs"
461+
RNGestureHandler:
462+
:path: "../node_modules/react-native-gesture-handler"
463+
RNReanimated:
464+
:path: "../node_modules/react-native-reanimated"
465+
RNScreens:
466+
:path: "../node_modules/react-native-screens"
442467
Yoga:
443468
:path: "../node_modules/react-native/ReactCommon/yoga"
444469

@@ -470,6 +495,7 @@ SPEC CHECKSUMS:
470495
React-jsiexecutor: 1540d1c01bb493ae3124ed83351b1b6a155db7da
471496
React-jsinspector: 512e560d0e985d0e8c479a54a4e5c147a9c83493
472497
react-native-netinfo: 77d133105df525d4a11f10fcaa8d0b8883ea6429
498+
react-native-safe-area-context: 86612d2c9a9e94e288319262d10b5f93f0b395f5
473499
react-native-sqlite-storage: ce71689c5a73b79390a1ab213555ae80979a5dc7
474500
React-RCTActionSheet: f41ea8a811aac770e0cc6e0ad6b270c644ea8b7c
475501
React-RCTAnimation: 49ab98b1c1ff4445148b72a3d61554138565bad0
@@ -483,7 +509,11 @@ SPEC CHECKSUMS:
483509
ReactCommon: ed4e11d27609d571e7eee8b65548efc191116eb3
484510
rn-fetch-blob: f065bb7ab7fb48dd002629f8bdcb0336602d3cba
485511
RNCAsyncStorage: bc2f81cc1df90c267ce9ed30bb2dbc93b945a8ee
486-
RNFS: 90d1a32d3bc8f75cc7fc3dd2f67506049664346b
512+
RNCMaskedView: f5c7d14d6847b7b44853f7acb6284c1da30a3459
513+
RNFS: 2bd9eb49dc82fa9676382f0585b992c424cd59df
514+
RNGestureHandler: 9b7e605a741412e20e13c512738a31bd1611759b
515+
RNReanimated: e03f7425cb7a38dcf1b644d680d1bfc91c3337ad
516+
RNScreens: 45c457af3d2ee9e08fc01e70da87e653d46b1198
487517
Yoga: 3ebccbdd559724312790e7742142d062476b698e
488518
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
489519

ios/Pods/Local Podspecs/RNFS.podspec.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ios/Pods/Manifest.lock

Lines changed: 32 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)