Skip to content

Commit

Permalink
fix: build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyAfternoons committed Jan 18, 2024
1 parent ee61e69 commit 83ad5a0
Show file tree
Hide file tree
Showing 6 changed files with 392 additions and 133 deletions.
142 changes: 71 additions & 71 deletions ios/ItaliaApp.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ PODS:
- react-native-mixpanel (1.2.0):
- Mixpanel (~> 3.6.0)
- React
- react-native-pager-view (6.2.3):
- React-Core
- react-native-pdf (6.4.0):
- React-Core
- react-native-pdf-thumbnail (1.2.1):
Expand Down Expand Up @@ -648,6 +650,7 @@ DEPENDENCIES:
- react-native-get-random-values (from `../node_modules/react-native-get-random-values`)
- react-native-image-picker (from `../node_modules/react-native-image-picker`)
- react-native-mixpanel (from `../node_modules/react-native-mixpanel`)
- react-native-pager-view (from `../node_modules/react-native-pager-view`)
- react-native-pdf (from `../node_modules/react-native-pdf`)
- react-native-pdf-thumbnail (from `../node_modules/react-native-pdf-thumbnail`)
- react-native-render-html (from `../node_modules/react-native-render-html`)
Expand Down Expand Up @@ -812,6 +815,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native-image-picker"
react-native-mixpanel:
:path: "../node_modules/react-native-mixpanel"
react-native-pager-view:
:path: "../node_modules/react-native-pager-view"
react-native-pdf:
:path: "../node_modules/react-native-pdf"
react-native-pdf-thumbnail:
Expand Down Expand Up @@ -969,6 +974,7 @@ SPEC CHECKSUMS:
react-native-get-random-values: 237bffb1c7e05fb142092681531810a29ba53015
react-native-image-picker: 60f4246eb5bb7187fc15638a8c1f13abd3820695
react-native-mixpanel: d644efe1ca33d2646d5cba29e24a13ebc9b37209
react-native-pager-view: c29d484f19c49ff19525a94105e4ab2c4d4ae273
react-native-pdf: a6a5a3f0bdf340eb2eed6c96034424d2cc3f84b0
react-native-pdf-thumbnail: a042fffdab7a49f0f9df0e11da0a90beebfd4241
react-native-render-html: 96c979fe7452a0a41559685d2f83b12b93edac8c
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@
"react-native-masked-text": "^1.13.0",
"react-native-mixpanel": "1.2.0",
"react-native-modal-datetime-picker": "^10.2.0",
"react-native-pager-view": "^6.2.3",
"react-native-pdf": "^6.4.0",
"react-native-pdf-thumbnail": "^1.2.1",
"react-native-permissions": "^4.0.0",
Expand All @@ -201,7 +202,7 @@
"react-native-share": "7.3.9",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.3.0",
"react-native-tab-view": "^3.x",
"react-native-tab-view": "^3.5.2",
"react-native-view-shot": "3.1.2",
"react-native-vision-camera": "2.15.4",
"react-native-webview": "^11.26.1",
Expand Down
54 changes: 0 additions & 54 deletions patches/@react-navigation+material-top-tabs+5.3.19.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ts/navigation/params/AppParamsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,5 @@ export type IOStackNavigationProp<
RouteName extends keyof ParamList = string
> = StackNavigationProp<AppParamsList & ParamList, RouteName>;

export const useIONavigation = useNavigation<
IOStackNavigationProp<AppParamsList, keyof AppParamsList>
>;
export const useIONavigation = () =>
useNavigation<IOStackNavigationProp<AppParamsList, keyof AppParamsList>>();
Loading

0 comments on commit 83ad5a0

Please sign in to comment.