mirror of
https://github.com/tooot-app/app
synced 2025-02-15 19:30:55 +01:00
Basic new react-navigation types
This commit is contained in:
parent
6575a787f6
commit
122dae7404
@ -47,6 +47,9 @@ PODS:
|
|||||||
- EXNotifications (0.12.3):
|
- EXNotifications (0.12.3):
|
||||||
- ExpoModulesCore
|
- ExpoModulesCore
|
||||||
- UMCore
|
- UMCore
|
||||||
|
- EXPermissions (12.1.1):
|
||||||
|
- ExpoModulesCore
|
||||||
|
- UMCore
|
||||||
- ExpoModulesCore (0.2.0):
|
- ExpoModulesCore (0.2.0):
|
||||||
- ExpoModulesCore/Core (= 0.2.0)
|
- ExpoModulesCore/Core (= 0.2.0)
|
||||||
- ExpoModulesCore/Interfaces (= 0.2.0)
|
- ExpoModulesCore/Interfaces (= 0.2.0)
|
||||||
@ -377,9 +380,9 @@ PODS:
|
|||||||
- React-Core
|
- React-Core
|
||||||
- react-native-cameraroll (4.0.4):
|
- react-native-cameraroll (4.0.4):
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-netinfo (6.0.0):
|
- react-native-netinfo (6.0.1):
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-pager-view (5.4.0):
|
- react-native-pager-view (5.4.1):
|
||||||
- React-Core
|
- React-Core
|
||||||
- react-native-safe-area-context (3.2.0):
|
- react-native-safe-area-context (3.2.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
@ -449,10 +452,8 @@ PODS:
|
|||||||
- React-cxxreact (= 0.64.2)
|
- React-cxxreact (= 0.64.2)
|
||||||
- React-jsi (= 0.64.2)
|
- React-jsi (= 0.64.2)
|
||||||
- React-perflogger (= 0.64.2)
|
- React-perflogger (= 0.64.2)
|
||||||
- RNCAsyncStorage (1.15.6):
|
- RNCAsyncStorage (1.15.7):
|
||||||
- React-Core
|
- React-Core
|
||||||
- RNCMaskedView (0.1.11):
|
|
||||||
- React
|
|
||||||
- RNFastImage (8.3.7):
|
- RNFastImage (8.3.7):
|
||||||
- React-Core
|
- React-Core
|
||||||
- SDWebImage (~> 5.8)
|
- SDWebImage (~> 5.8)
|
||||||
@ -488,7 +489,7 @@ PODS:
|
|||||||
- React-RCTVibration
|
- React-RCTVibration
|
||||||
- ReactCommon/turbomodule/core
|
- ReactCommon/turbomodule/core
|
||||||
- Yoga
|
- Yoga
|
||||||
- RNScreens (3.5.0):
|
- RNScreens (3.6.0):
|
||||||
- React-Core
|
- React-Core
|
||||||
- React-RCTImage
|
- React-RCTImage
|
||||||
- RNSentry (2.6.2):
|
- RNSentry (2.6.2):
|
||||||
@ -534,6 +535,7 @@ DEPENDENCIES:
|
|||||||
- EXKeepAwake (from `../node_modules/expo-keep-awake/ios`)
|
- EXKeepAwake (from `../node_modules/expo-keep-awake/ios`)
|
||||||
- EXLocalization (from `../node_modules/expo-localization/ios`)
|
- EXLocalization (from `../node_modules/expo-localization/ios`)
|
||||||
- EXNotifications (from `../node_modules/expo-notifications/ios`)
|
- EXNotifications (from `../node_modules/expo-notifications/ios`)
|
||||||
|
- EXPermissions (from `../node_modules/expo-permissions/ios`)
|
||||||
- ExpoModulesCore (from `../node_modules/expo-modules-core/ios`)
|
- ExpoModulesCore (from `../node_modules/expo-modules-core/ios`)
|
||||||
- EXRandom (from `../node_modules/expo-random/ios`)
|
- EXRandom (from `../node_modules/expo-random/ios`)
|
||||||
- EXScreenCapture (from `../node_modules/expo-screen-capture/ios`)
|
- EXScreenCapture (from `../node_modules/expo-screen-capture/ios`)
|
||||||
@ -584,7 +586,6 @@ DEPENDENCIES:
|
|||||||
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
- React-runtimeexecutor (from `../node_modules/react-native/ReactCommon/runtimeexecutor`)
|
||||||
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
|
||||||
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
|
- "RNCAsyncStorage (from `../node_modules/@react-native-async-storage/async-storage`)"
|
||||||
- "RNCMaskedView (from `../node_modules/@react-native-community/masked-view`)"
|
|
||||||
- RNFastImage (from `../node_modules/react-native-fast-image`)
|
- RNFastImage (from `../node_modules/react-native-fast-image`)
|
||||||
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
|
- RNGestureHandler (from `../node_modules/react-native-gesture-handler`)
|
||||||
- RNReanimated (from `../node_modules/react-native-reanimated`)
|
- RNReanimated (from `../node_modules/react-native-reanimated`)
|
||||||
@ -654,6 +655,8 @@ EXTERNAL SOURCES:
|
|||||||
:path: "../node_modules/expo-localization/ios"
|
:path: "../node_modules/expo-localization/ios"
|
||||||
EXNotifications:
|
EXNotifications:
|
||||||
:path: "../node_modules/expo-notifications/ios"
|
:path: "../node_modules/expo-notifications/ios"
|
||||||
|
EXPermissions:
|
||||||
|
:path: "../node_modules/expo-permissions/ios"
|
||||||
ExpoModulesCore:
|
ExpoModulesCore:
|
||||||
:path: "../node_modules/expo-modules-core/ios"
|
:path: "../node_modules/expo-modules-core/ios"
|
||||||
EXRandom:
|
EXRandom:
|
||||||
@ -744,8 +747,6 @@ EXTERNAL SOURCES:
|
|||||||
:path: "../node_modules/react-native/ReactCommon"
|
:path: "../node_modules/react-native/ReactCommon"
|
||||||
RNCAsyncStorage:
|
RNCAsyncStorage:
|
||||||
:path: "../node_modules/@react-native-async-storage/async-storage"
|
:path: "../node_modules/@react-native-async-storage/async-storage"
|
||||||
RNCMaskedView:
|
|
||||||
:path: "../node_modules/@react-native-community/masked-view"
|
|
||||||
RNFastImage:
|
RNFastImage:
|
||||||
:path: "../node_modules/react-native-fast-image"
|
:path: "../node_modules/react-native-fast-image"
|
||||||
RNGestureHandler:
|
RNGestureHandler:
|
||||||
@ -789,6 +790,7 @@ SPEC CHECKSUMS:
|
|||||||
EXKeepAwake: f4105ef469be7b283f66ce2d7234bb71ac80cd26
|
EXKeepAwake: f4105ef469be7b283f66ce2d7234bb71ac80cd26
|
||||||
EXLocalization: 356f4e16a606cec21a77d6250528fde526152b45
|
EXLocalization: 356f4e16a606cec21a77d6250528fde526152b45
|
||||||
EXNotifications: 171ccaf17643811673c78f4c4830560d6e5a92aa
|
EXNotifications: 171ccaf17643811673c78f4c4830560d6e5a92aa
|
||||||
|
EXPermissions: 916efb5b817cb0a40160c0cd2f369af3c23a78be
|
||||||
ExpoModulesCore: 2734852616127a6c1fc23012197890a6f3763dc7
|
ExpoModulesCore: 2734852616127a6c1fc23012197890a6f3763dc7
|
||||||
EXRandom: ecb71f5d01991f29bb0277f8a2c35d168f85d637
|
EXRandom: ecb71f5d01991f29bb0277f8a2c35d168f85d637
|
||||||
EXScreenCapture: c51844407fbac8bbca4415467bc43f2b7764d225
|
EXScreenCapture: c51844407fbac8bbca4415467bc43f2b7764d225
|
||||||
@ -830,8 +832,8 @@ SPEC CHECKSUMS:
|
|||||||
react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c
|
react-native-blur: cad4d93b364f91e7b7931b3fa935455487e5c33c
|
||||||
react-native-blurhash: d978f8017ed091d9e1179775fe7bac14297e6e1e
|
react-native-blurhash: d978f8017ed091d9e1179775fe7bac14297e6e1e
|
||||||
react-native-cameraroll: 88f4e62d9ecd0e1f253abe4f685474f2ea14bfa2
|
react-native-cameraroll: 88f4e62d9ecd0e1f253abe4f685474f2ea14bfa2
|
||||||
react-native-netinfo: e849fc21ca2f4128a5726c801a82fc6f4a6db50d
|
react-native-netinfo: 7cb7877ff31ebeb3d03ce0b4fbb616f121ddd859
|
||||||
react-native-pager-view: 54970cc27fdef14db2dcfedadb091d711e88065d
|
react-native-pager-view: 43f51f45f37ec9715f6c188e4af46ccdf79872e8
|
||||||
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
|
react-native-safe-area-context: f0906bf8bc9835ac9a9d3f97e8bde2a997d8da79
|
||||||
react-native-segmented-control: 65df6cd0619b780b3843d574a72d4c7cec396097
|
react-native-segmented-control: 65df6cd0619b780b3843d574a72d4c7cec396097
|
||||||
React-perflogger: 25373e382fed75ce768a443822f07098a15ab737
|
React-perflogger: 25373e382fed75ce768a443822f07098a15ab737
|
||||||
@ -846,12 +848,11 @@ SPEC CHECKSUMS:
|
|||||||
React-RCTVibration: 24600e3b1aaa77126989bc58b6747509a1ba14f3
|
React-RCTVibration: 24600e3b1aaa77126989bc58b6747509a1ba14f3
|
||||||
React-runtimeexecutor: a9904c6d0218fb9f8b19d6dd88607225927668f9
|
React-runtimeexecutor: a9904c6d0218fb9f8b19d6dd88607225927668f9
|
||||||
ReactCommon: 149906e01aa51142707a10665185db879898e966
|
ReactCommon: 149906e01aa51142707a10665185db879898e966
|
||||||
RNCAsyncStorage: b7c6564ce662366dd44d0189456183ef7eda2d4d
|
RNCAsyncStorage: 7102fe8985f889579a3ae148d957bbb3f308122b
|
||||||
RNCMaskedView: 0e1bc4bfa8365eba5fbbb71e07fbdc0555249489
|
|
||||||
RNFastImage: a7384db75df352500261e8e8f1ac2026def26102
|
RNFastImage: a7384db75df352500261e8e8f1ac2026def26102
|
||||||
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
|
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
|
||||||
RNReanimated: 9c13c86454bfd54dab7505c1a054470bfecd2563
|
RNReanimated: 9c13c86454bfd54dab7505c1a054470bfecd2563
|
||||||
RNScreens: 01ab149b5dd5c27f5ff26741b1d2bdf2cee1af35
|
RNScreens: eb0dfb2d6b21d2d7f980ad46b14eb306d2f1062e
|
||||||
RNSentry: 68644ef607b780551cc555f084869764f2566652
|
RNSentry: 68644ef607b780551cc555f084869764f2566652
|
||||||
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
|
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
|
||||||
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
|
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
|
||||||
|
26
package.json
26
package.json
@ -26,11 +26,10 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@expo/react-native-action-sheet": "3.10.0",
|
"@expo/react-native-action-sheet": "3.10.0",
|
||||||
"@neverdull-agency/expo-unlimited-secure-store": "1.0.10",
|
"@neverdull-agency/expo-unlimited-secure-store": "1.0.10",
|
||||||
"@react-native-async-storage/async-storage": "1.15.6",
|
"@react-native-async-storage/async-storage": "1.15.7",
|
||||||
"@react-native-community/blur": "3.6.0",
|
"@react-native-community/blur": "3.6.0",
|
||||||
"@react-native-community/cameraroll": "4.0.4",
|
"@react-native-community/cameraroll": "4.0.4",
|
||||||
"@react-native-community/masked-view": "0.1.11",
|
"@react-native-community/netinfo": "6.0.1",
|
||||||
"@react-native-community/netinfo": "6.0.0",
|
|
||||||
"@react-native-community/segmented-control": "2.2.2",
|
"@react-native-community/segmented-control": "2.2.2",
|
||||||
"@react-navigation/bottom-tabs": "6.0.5",
|
"@react-navigation/bottom-tabs": "6.0.5",
|
||||||
"@react-navigation/native": "6.0.2",
|
"@react-navigation/native": "6.0.2",
|
||||||
@ -52,6 +51,7 @@
|
|||||||
"expo-linking": "2.3.1",
|
"expo-linking": "2.3.1",
|
||||||
"expo-localization": "10.2.0",
|
"expo-localization": "10.2.0",
|
||||||
"expo-notifications": "0.12.3",
|
"expo-notifications": "0.12.3",
|
||||||
|
"expo-permissions": "^12.1.1",
|
||||||
"expo-random": "11.2.0",
|
"expo-random": "11.2.0",
|
||||||
"expo-screen-capture": "3.2.0",
|
"expo-screen-capture": "3.2.0",
|
||||||
"expo-secure-store": "10.2.0",
|
"expo-secure-store": "10.2.0",
|
||||||
@ -75,10 +75,10 @@
|
|||||||
"react-native-flash-message": "0.1.23",
|
"react-native-flash-message": "0.1.23",
|
||||||
"react-native-gesture-handler": "1.10.3",
|
"react-native-gesture-handler": "1.10.3",
|
||||||
"react-native-htmlview": "0.16.0",
|
"react-native-htmlview": "0.16.0",
|
||||||
"react-native-pager-view": "5.4.0",
|
"react-native-pager-view": "5.4.1",
|
||||||
"react-native-reanimated": "2.2.0",
|
"react-native-reanimated": "2.2.0",
|
||||||
"react-native-safe-area-context": "3.2.0",
|
"react-native-safe-area-context": "3.2.0",
|
||||||
"react-native-screens": "3.5.0",
|
"react-native-screens": "3.6.0",
|
||||||
"react-native-svg": "12.1.1",
|
"react-native-svg": "12.1.1",
|
||||||
"react-native-swipe-list-view": "3.2.9",
|
"react-native-swipe-list-view": "3.2.9",
|
||||||
"react-native-tab-view": "3.1.1",
|
"react-native-tab-view": "3.1.1",
|
||||||
@ -96,8 +96,8 @@
|
|||||||
"@babel/core": "7.15.0",
|
"@babel/core": "7.15.0",
|
||||||
"@babel/plugin-proposal-optional-chaining": "7.14.5",
|
"@babel/plugin-proposal-optional-chaining": "7.14.5",
|
||||||
"@babel/preset-typescript": "7.15.0",
|
"@babel/preset-typescript": "7.15.0",
|
||||||
"@expo/config": "5.0.8",
|
"@expo/config": "5.0.9",
|
||||||
"@jest/types": "27.0.6",
|
"@jest/types": "27.1.0",
|
||||||
"@testing-library/jest-native": "4.0.2",
|
"@testing-library/jest-native": "4.0.2",
|
||||||
"@testing-library/react-hooks": "7.0.1",
|
"@testing-library/react-hooks": "7.0.1",
|
||||||
"@testing-library/react-native": "7.2.0",
|
"@testing-library/react-native": "7.2.0",
|
||||||
@ -111,19 +111,19 @@
|
|||||||
"@types/react-test-renderer": "17.0.1",
|
"@types/react-test-renderer": "17.0.1",
|
||||||
"@types/react-timeago": "4.1.3",
|
"@types/react-timeago": "4.1.3",
|
||||||
"@types/valid-url": "1.0.3",
|
"@types/valid-url": "1.0.3",
|
||||||
"@welldone-software/why-did-you-render": "6.2.0",
|
"@welldone-software/why-did-you-render": "6.2.1",
|
||||||
"babel-jest": "27.0.6",
|
"babel-jest": "27.1.0",
|
||||||
"babel-plugin-module-resolver": "4.1.0",
|
"babel-plugin-module-resolver": "4.1.0",
|
||||||
"babel-plugin-transform-remove-console": "6.9.4",
|
"babel-plugin-transform-remove-console": "6.9.4",
|
||||||
"chalk": "4.1.2",
|
"chalk": "4.1.2",
|
||||||
"dotenv": "10.0.0",
|
"dotenv": "10.0.0",
|
||||||
"jest": "27.0.6",
|
"jest": "27.1.0",
|
||||||
"jest-expo": "42.1.0",
|
"jest-expo": "42.1.0",
|
||||||
"nock": "13.1.2",
|
"nock": "13.1.3",
|
||||||
"react-native-clean-project": "3.6.4",
|
"react-native-clean-project": "3.6.7",
|
||||||
"react-navigation": "4.4.4",
|
"react-navigation": "4.4.4",
|
||||||
"react-navigation-stack": "2.10.4",
|
"react-navigation-stack": "2.10.4",
|
||||||
"react-test-renderer": "17.0.2",
|
"react-test-renderer": "17.0.2",
|
||||||
"typescript": "4.3.5"
|
"typescript": "4.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
152
src/@types/react-navigation.d.ts
vendored
152
src/@types/react-navigation.d.ts
vendored
@ -1,152 +0,0 @@
|
|||||||
declare namespace Nav {
|
|
||||||
type RootStackParamList = {
|
|
||||||
'Screen-Tabs': undefined
|
|
||||||
'Screen-Actions':
|
|
||||||
| {
|
|
||||||
type: 'status'
|
|
||||||
queryKey: QueryKeyTimeline
|
|
||||||
rootQueryKey?: QueryKeyTimeline
|
|
||||||
status: Mastodon.Status
|
|
||||||
}
|
|
||||||
| {
|
|
||||||
type: 'account'
|
|
||||||
account: Mastodon.Account
|
|
||||||
}
|
|
||||||
| {
|
|
||||||
type: 'notifications_filter'
|
|
||||||
}
|
|
||||||
'Screen-Announcements': { showAll: boolean }
|
|
||||||
'Screen-Compose':
|
|
||||||
| {
|
|
||||||
type: 'edit'
|
|
||||||
incomingStatus: Mastodon.Status
|
|
||||||
replyToStatus?: Mastodon.Status
|
|
||||||
queryKey?: [
|
|
||||||
'Timeline',
|
|
||||||
{
|
|
||||||
page: App.Pages
|
|
||||||
hashtag?: Mastodon.Tag['name']
|
|
||||||
list?: Mastodon.List['id']
|
|
||||||
toot?: Mastodon.Status['id']
|
|
||||||
account?: Mastodon.Account['id']
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
| {
|
|
||||||
type: 'reply'
|
|
||||||
incomingStatus: Mastodon.Status
|
|
||||||
accts: Mastodon.Account['acct'][]
|
|
||||||
queryKey?: [
|
|
||||||
'Timeline',
|
|
||||||
{
|
|
||||||
page: App.Pages
|
|
||||||
hashtag?: Mastodon.Tag['name']
|
|
||||||
list?: Mastodon.List['id']
|
|
||||||
toot?: Mastodon.Status['id']
|
|
||||||
account?: Mastodon.Account['id']
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
| {
|
|
||||||
type: 'conversation'
|
|
||||||
accts: Mastodon.Account['acct'][]
|
|
||||||
}
|
|
||||||
| undefined
|
|
||||||
'Screen-ImagesViewer': {
|
|
||||||
imageUrls: {
|
|
||||||
id: Mastodon.Attachment['id']
|
|
||||||
preview_url: Mastodon.AttachmentImage['preview_url']
|
|
||||||
url: Mastodon.AttachmentImage['url']
|
|
||||||
remote_url?: Mastodon.AttachmentImage['remote_url']
|
|
||||||
blurhash: Mastodon.AttachmentImage['blurhash']
|
|
||||||
width?: number
|
|
||||||
height?: number
|
|
||||||
}[]
|
|
||||||
id: Mastodon.Attachment['id']
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
type ScreenComposeStackParamList = {
|
|
||||||
'Screen-Compose-Root': undefined
|
|
||||||
'Screen-Compose-EditAttachment': { index: number }
|
|
||||||
'Screen-Compose-DraftsList': { timestamp: number }
|
|
||||||
}
|
|
||||||
|
|
||||||
type ScreenTabsStackParamList = {
|
|
||||||
'Tab-Local': undefined
|
|
||||||
'Tab-Public': undefined
|
|
||||||
'Tab-Compose': undefined
|
|
||||||
'Tab-Notifications': undefined
|
|
||||||
'Tab-Me': undefined
|
|
||||||
}
|
|
||||||
|
|
||||||
type TabSharedStackParamList = {
|
|
||||||
'Tab-Shared-Account': {
|
|
||||||
account: Mastodon.Account | Mastodon.Mention
|
|
||||||
}
|
|
||||||
'Tab-Shared-Attachments': { account: Mastodon.Account }
|
|
||||||
'Tab-Shared-Hashtag': {
|
|
||||||
hashtag: Mastodon.Tag['name']
|
|
||||||
}
|
|
||||||
'Tab-Shared-Search': { text: string | undefined }
|
|
||||||
'Tab-Shared-Toot': {
|
|
||||||
toot: Mastodon.Status
|
|
||||||
rootQueryKey?: QueryKeyTimeline
|
|
||||||
}
|
|
||||||
'Tab-Shared-Users':
|
|
||||||
| {
|
|
||||||
reference: 'accounts'
|
|
||||||
id: Mastodon.Account['id']
|
|
||||||
type: 'following' | 'followers'
|
|
||||||
count: number
|
|
||||||
}
|
|
||||||
| {
|
|
||||||
reference: 'statuses'
|
|
||||||
id: Mastodon.Status['id']
|
|
||||||
type: 'reblogged_by' | 'favourited_by'
|
|
||||||
count: number
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
type TabLocalStackParamList = {
|
|
||||||
'Tab-Local-Root': undefined
|
|
||||||
} & TabSharedStackParamList
|
|
||||||
|
|
||||||
type TabPublicStackParamList = {
|
|
||||||
'Tab-Public-Root': undefined
|
|
||||||
} & TabSharedStackParamList
|
|
||||||
|
|
||||||
type TabNotificationsStackParamList = {
|
|
||||||
'Tab-Notifications-Root': undefined
|
|
||||||
} & TabSharedStackParamList
|
|
||||||
|
|
||||||
type TabMeStackParamList = {
|
|
||||||
'Tab-Me-Root': undefined
|
|
||||||
'Tab-Me-Bookmarks': undefined
|
|
||||||
'Tab-Me-Conversations': undefined
|
|
||||||
'Tab-Me-Favourites': undefined
|
|
||||||
'Tab-Me-Lists': undefined
|
|
||||||
'Tab-Me-Lists-List': {
|
|
||||||
list: Mastodon.List['id']
|
|
||||||
title: Mastodon.List['title']
|
|
||||||
}
|
|
||||||
'Tab-Me-Profile': undefined
|
|
||||||
'Tab-Me-Push': undefined
|
|
||||||
'Tab-Me-Settings': undefined
|
|
||||||
'Tab-Me-Settings-Fontsize': undefined
|
|
||||||
'Tab-Me-Switch': undefined
|
|
||||||
} & TabSharedStackParamList
|
|
||||||
|
|
||||||
type TabMeProfileStackParamList = {
|
|
||||||
'Tab-Me-Profile-Root': undefined
|
|
||||||
'Tab-Me-Profile-Name': {
|
|
||||||
display_name: Mastodon.Account['display_name']
|
|
||||||
}
|
|
||||||
'Tab-Me-Profile-Note': {
|
|
||||||
note: Mastodon.Source['note']
|
|
||||||
}
|
|
||||||
'Tab-Me-Profile-Fields': {
|
|
||||||
fields?: Mastodon.Source['fields']
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -9,6 +9,7 @@ import ScreenAnnouncements from '@screens/Announcements'
|
|||||||
import ScreenCompose from '@screens/Compose'
|
import ScreenCompose from '@screens/Compose'
|
||||||
import ScreenImagesViewer from '@screens/ImagesViewer'
|
import ScreenImagesViewer from '@screens/ImagesViewer'
|
||||||
import ScreenTabs from '@screens/Tabs'
|
import ScreenTabs from '@screens/Tabs'
|
||||||
|
import { RootStackParamList } from '@utils/navigation/navigators'
|
||||||
import pushUseConnect from '@utils/push/useConnect'
|
import pushUseConnect from '@utils/push/useConnect'
|
||||||
import pushUseReceive from '@utils/push/useReceive'
|
import pushUseReceive from '@utils/push/useReceive'
|
||||||
import pushUseRespond from '@utils/push/useRespond'
|
import pushUseRespond from '@utils/push/useRespond'
|
||||||
@ -27,7 +28,7 @@ import { onlineManager, useQueryClient } from 'react-query'
|
|||||||
import { useDispatch, useSelector } from 'react-redux'
|
import { useDispatch, useSelector } from 'react-redux'
|
||||||
import * as Sentry from 'sentry-expo'
|
import * as Sentry from 'sentry-expo'
|
||||||
|
|
||||||
const Stack = createNativeStackNavigator<Nav.RootStackParamList>()
|
const Stack = createNativeStackNavigator<RootStackParamList>()
|
||||||
|
|
||||||
export interface Props {
|
export interface Props {
|
||||||
localCorrupt?: string
|
localCorrupt?: string
|
||||||
@ -71,9 +72,9 @@ const Screens: React.FC<Props> = ({ localCorrupt }) => {
|
|||||||
(prev, next) => prev.length === next.length
|
(prev, next) => prev.length === next.length
|
||||||
)
|
)
|
||||||
const queryClient = useQueryClient()
|
const queryClient = useQueryClient()
|
||||||
pushUseConnect({ navigationRef, mode, t, instances, dispatch })
|
pushUseConnect({ mode, t, instances, dispatch })
|
||||||
pushUseReceive({ navigationRef, queryClient, instances })
|
pushUseReceive({ queryClient, instances })
|
||||||
pushUseRespond({ navigationRef, queryClient, instances, dispatch })
|
pushUseRespond({ queryClient, instances, dispatch })
|
||||||
|
|
||||||
// Prevent screenshot alert
|
// Prevent screenshot alert
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@ -96,7 +97,7 @@ const Screens: React.FC<Props> = ({ localCorrupt }) => {
|
|||||||
type: 'error',
|
type: 'error',
|
||||||
mode
|
mode
|
||||||
})
|
})
|
||||||
navigationRef.current?.navigate('Screen-Tabs', {
|
navigationRef.navigate('Screen-Tabs', {
|
||||||
screen: 'Tab-Me'
|
screen: 'Tab-Me'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@ -114,7 +115,7 @@ const Screens: React.FC<Props> = ({ localCorrupt }) => {
|
|||||||
|
|
||||||
// Callbacks
|
// Callbacks
|
||||||
const navigationContainerOnReady = useCallback(() => {
|
const navigationContainerOnReady = useCallback(() => {
|
||||||
const currentRoute = navigationRef.current?.getCurrentRoute()
|
const currentRoute = navigationRef.getCurrentRoute()
|
||||||
routeRef.current = {
|
routeRef.current = {
|
||||||
name: currentRoute?.name,
|
name: currentRoute?.name,
|
||||||
params: currentRoute?.params
|
params: currentRoute?.params
|
||||||
@ -124,7 +125,7 @@ const Screens: React.FC<Props> = ({ localCorrupt }) => {
|
|||||||
}, [])
|
}, [])
|
||||||
const navigationContainerOnStateChange = useCallback(() => {
|
const navigationContainerOnStateChange = useCallback(() => {
|
||||||
const previousRoute = routeRef.current
|
const previousRoute = routeRef.current
|
||||||
const currentRoute = navigationRef.current?.getCurrentRoute()
|
const currentRoute = navigationRef.getCurrentRoute()
|
||||||
|
|
||||||
const matchTabName = currentRoute?.name?.match(/(Tab-.*)-Root/)
|
const matchTabName = currentRoute?.name?.match(/(Tab-.*)-Root/)
|
||||||
if (matchTabName) {
|
if (matchTabName) {
|
||||||
|
@ -46,7 +46,7 @@ const apiGeneral = async <T = unknown>({
|
|||||||
params,
|
params,
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
'User-Agent': `tooot/${Constants.manifest.version}`,
|
'User-Agent': `tooot/${Constants.manifest?.version}`,
|
||||||
Accept: '*/*',
|
Accept: '*/*',
|
||||||
...headers
|
...headers
|
||||||
},
|
},
|
||||||
|
@ -68,7 +68,7 @@ const apiInstance = async <T = unknown>({
|
|||||||
params,
|
params,
|
||||||
headers: {
|
headers: {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
'User-Agent': `tooot/${Constants.manifest.version}`,
|
'User-Agent': `tooot/${Constants.manifest?.version}`,
|
||||||
Accept: '*/*',
|
Accept: '*/*',
|
||||||
...headers,
|
...headers,
|
||||||
...(token && {
|
...(token && {
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
import { ParseEmojis } from '@components/Parse'
|
import { ParseEmojis } from '@components/Parse'
|
||||||
import { useNavigation } from '@react-navigation/native'
|
import { useNavigation } from '@react-navigation/native'
|
||||||
import { StackNavigationProp } from '@react-navigation/stack'
|
import { StackNavigationProp } from '@react-navigation/stack'
|
||||||
|
import { TabLocalStackParamList } from '@utils/navigation/navigators'
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
import React, { useCallback } from 'react'
|
import React, { useCallback } from 'react'
|
||||||
@ -21,7 +22,7 @@ const ComponentAccount: React.FC<Props> = ({
|
|||||||
}) => {
|
}) => {
|
||||||
const { theme } = useTheme()
|
const { theme } = useTheme()
|
||||||
const navigation = useNavigation<
|
const navigation = useNavigation<
|
||||||
StackNavigationProp<Nav.TabLocalStackParamList>
|
StackNavigationProp<TabLocalStackParamList>
|
||||||
>()
|
>()
|
||||||
|
|
||||||
const onPress = useCallback(() => {
|
const onPress = useCallback(() => {
|
||||||
|
@ -10,10 +10,9 @@ import TimelinePoll from '@components/Timeline/Shared/Poll'
|
|||||||
import { useNavigation } from '@react-navigation/native'
|
import { useNavigation } from '@react-navigation/native'
|
||||||
import { StackNavigationProp } from '@react-navigation/stack'
|
import { StackNavigationProp } from '@react-navigation/stack'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import { getInstance, getInstanceAccount } from '@utils/slices/instancesSlice'
|
import { getInstanceAccount } from '@utils/slices/instancesSlice'
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
import htmlparser2 from 'htmlparser2-without-node-native'
|
|
||||||
import { uniqBy } from 'lodash'
|
import { uniqBy } from 'lodash'
|
||||||
import React, { useCallback } from 'react'
|
import React, { useCallback } from 'react'
|
||||||
import { Pressable, StyleSheet, View } from 'react-native'
|
import { Pressable, StyleSheet, View } from 'react-native'
|
||||||
|
@ -52,7 +52,7 @@ const openLink = async (
|
|||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
navigation.push(page, options)
|
navigation.push(page, options)
|
||||||
} else {
|
} else {
|
||||||
navigationRef.current?.navigate(page, options)
|
navigationRef.navigate(page, options)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { NavigationContainerRef } from '@react-navigation/native'
|
import { createNavigationContainerRef } from '@react-navigation/native'
|
||||||
import { createRef } from 'react'
|
import { RootStackParamList } from '@utils/navigation/navigators'
|
||||||
|
|
||||||
const navigationRef = createRef<NavigationContainerRef>()
|
const navigationRef = createNavigationContainerRef<RootStackParamList>()
|
||||||
|
|
||||||
export default navigationRef
|
export default navigationRef
|
||||||
|
@ -1,22 +1,244 @@
|
|||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import analytics from '@components/analytics'
|
||||||
import React from 'react'
|
import Button from '@components/Button'
|
||||||
import { SafeAreaProvider } from 'react-native-safe-area-context'
|
import { RootStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import ScreenActionsRoot from './Actions/Root'
|
import {
|
||||||
|
getInstanceAccount,
|
||||||
export type ScreenAccountProp = StackScreenProps<
|
getInstanceUrl
|
||||||
Nav.RootStackParamList,
|
} from '@utils/slices/instancesSlice'
|
||||||
'Screen-Actions'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
>
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
|
import React, { useCallback, useEffect, useMemo } from 'react'
|
||||||
|
import { useTranslation } from 'react-i18next'
|
||||||
|
import { Dimensions, StyleSheet, View } from 'react-native'
|
||||||
|
import {
|
||||||
|
PanGestureHandler,
|
||||||
|
State,
|
||||||
|
TapGestureHandler
|
||||||
|
} from 'react-native-gesture-handler'
|
||||||
|
import Animated, {
|
||||||
|
Extrapolate,
|
||||||
|
interpolate,
|
||||||
|
runOnJS,
|
||||||
|
useAnimatedGestureHandler,
|
||||||
|
useAnimatedStyle,
|
||||||
|
useSharedValue,
|
||||||
|
withTiming
|
||||||
|
} from 'react-native-reanimated'
|
||||||
|
import {
|
||||||
|
SafeAreaProvider,
|
||||||
|
useSafeAreaInsets
|
||||||
|
} from 'react-native-safe-area-context'
|
||||||
|
import { useSelector } from 'react-redux'
|
||||||
|
import ActionsAccount from './Actions/Account'
|
||||||
|
import ActionsDomain from './Actions/Domain'
|
||||||
|
import ActionsNotificationsFilter from './Actions/NotificationsFilter'
|
||||||
|
import ActionsShare from './Actions/Share'
|
||||||
|
import ActionsStatus from './Actions/Status'
|
||||||
|
|
||||||
const ScreenActions = React.memo(
|
const ScreenActions = React.memo(
|
||||||
(props: ScreenAccountProp) => {
|
({
|
||||||
|
route: { params },
|
||||||
|
navigation
|
||||||
|
}: RootStackScreenProps<'Screen-Actions'>) => {
|
||||||
|
const { t } = useTranslation()
|
||||||
|
|
||||||
|
const instanceAccount = useSelector(
|
||||||
|
getInstanceAccount,
|
||||||
|
(prev, next) => prev?.id === next?.id
|
||||||
|
)
|
||||||
|
let sameAccount = false
|
||||||
|
switch (params.type) {
|
||||||
|
case 'status':
|
||||||
|
sameAccount = instanceAccount?.id === params.status.account.id
|
||||||
|
break
|
||||||
|
case 'account':
|
||||||
|
sameAccount = instanceAccount?.id === params.account.id
|
||||||
|
break
|
||||||
|
}
|
||||||
|
|
||||||
|
const instanceDomain = useSelector(getInstanceUrl)
|
||||||
|
let sameDomain = true
|
||||||
|
let statusDomain: string
|
||||||
|
switch (params.type) {
|
||||||
|
case 'status':
|
||||||
|
statusDomain = params.status.uri
|
||||||
|
? params.status.uri.split(new RegExp(/\/\/(.*?)\//))[1]
|
||||||
|
: ''
|
||||||
|
sameDomain = instanceDomain === statusDomain
|
||||||
|
break
|
||||||
|
}
|
||||||
|
|
||||||
|
const { theme } = useTheme()
|
||||||
|
const insets = useSafeAreaInsets()
|
||||||
|
|
||||||
|
const DEFAULT_VALUE = 350
|
||||||
|
const screenHeight = Dimensions.get('screen').height
|
||||||
|
const panY = useSharedValue(DEFAULT_VALUE)
|
||||||
|
useEffect(() => {
|
||||||
|
panY.value = withTiming(0)
|
||||||
|
}, [])
|
||||||
|
const styleTop = useAnimatedStyle(() => {
|
||||||
|
return {
|
||||||
|
bottom: interpolate(
|
||||||
|
panY.value,
|
||||||
|
[0, screenHeight],
|
||||||
|
[0, -screenHeight],
|
||||||
|
Extrapolate.CLAMP
|
||||||
|
)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
const dismiss = useCallback(() => {
|
||||||
|
navigation.goBack()
|
||||||
|
}, [])
|
||||||
|
const onGestureEvent = useAnimatedGestureHandler({
|
||||||
|
onActive: ({ translationY }) => {
|
||||||
|
panY.value = translationY
|
||||||
|
},
|
||||||
|
onEnd: ({ velocityY }) => {
|
||||||
|
if (velocityY > 500) {
|
||||||
|
runOnJS(dismiss)()
|
||||||
|
} else {
|
||||||
|
panY.value = withTiming(0)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
|
const actions = useMemo(() => {
|
||||||
|
switch (params.type) {
|
||||||
|
case 'status':
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
{!sameAccount ? (
|
||||||
|
<ActionsAccount
|
||||||
|
queryKey={params.queryKey}
|
||||||
|
rootQueryKey={params.rootQueryKey}
|
||||||
|
account={params.status.account}
|
||||||
|
dismiss={dismiss}
|
||||||
|
/>
|
||||||
|
) : null}
|
||||||
|
{sameAccount && params.status ? (
|
||||||
|
<ActionsStatus
|
||||||
|
navigation={navigation}
|
||||||
|
queryKey={params.queryKey}
|
||||||
|
rootQueryKey={params.rootQueryKey}
|
||||||
|
status={params.status}
|
||||||
|
dismiss={dismiss}
|
||||||
|
/>
|
||||||
|
) : null}
|
||||||
|
{!sameDomain && statusDomain ? (
|
||||||
|
<ActionsDomain
|
||||||
|
queryKey={params.queryKey}
|
||||||
|
rootQueryKey={params.rootQueryKey}
|
||||||
|
domain={statusDomain}
|
||||||
|
dismiss={dismiss}
|
||||||
|
/>
|
||||||
|
) : null}
|
||||||
|
{params.status.visibility !== 'direct' ? (
|
||||||
|
<ActionsShare
|
||||||
|
url={params.status.url || params.status.uri}
|
||||||
|
type={params.type}
|
||||||
|
dismiss={dismiss}
|
||||||
|
/>
|
||||||
|
) : null}
|
||||||
|
<Button
|
||||||
|
type='text'
|
||||||
|
content={t('common:buttons.cancel')}
|
||||||
|
onPress={() => {
|
||||||
|
analytics('bottomsheet_acknowledge')
|
||||||
|
}}
|
||||||
|
style={styles.button}
|
||||||
|
/>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
case 'account':
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
{!sameAccount ? (
|
||||||
|
<ActionsAccount account={params.account} dismiss={dismiss} />
|
||||||
|
) : null}
|
||||||
|
<ActionsShare
|
||||||
|
url={params.account.url}
|
||||||
|
type={params.type}
|
||||||
|
dismiss={dismiss}
|
||||||
|
/>
|
||||||
|
<Button
|
||||||
|
type='text'
|
||||||
|
content={t('common:buttons.cancel')}
|
||||||
|
onPress={() => {
|
||||||
|
analytics('bottomsheet_acknowledge')
|
||||||
|
}}
|
||||||
|
style={styles.button}
|
||||||
|
/>
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
case 'notifications_filter':
|
||||||
|
return <ActionsNotificationsFilter />
|
||||||
|
}
|
||||||
|
}, [])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<SafeAreaProvider>
|
<SafeAreaProvider>
|
||||||
<ScreenActionsRoot {...props} />
|
<Animated.View style={{ flex: 1 }}>
|
||||||
|
<TapGestureHandler
|
||||||
|
onHandlerStateChange={({ nativeEvent }) => {
|
||||||
|
if (nativeEvent.state === State.ACTIVE) {
|
||||||
|
dismiss()
|
||||||
|
}
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Animated.View
|
||||||
|
style={[
|
||||||
|
styles.overlay,
|
||||||
|
{ backgroundColor: theme.backgroundOverlayInvert }
|
||||||
|
]}
|
||||||
|
>
|
||||||
|
<PanGestureHandler onGestureEvent={onGestureEvent}>
|
||||||
|
<Animated.View
|
||||||
|
style={[
|
||||||
|
styles.container,
|
||||||
|
styleTop,
|
||||||
|
{
|
||||||
|
backgroundColor: theme.backgroundDefault,
|
||||||
|
paddingBottom: insets.bottom || StyleConstants.Spacing.L
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
>
|
||||||
|
<View
|
||||||
|
style={[
|
||||||
|
styles.handle,
|
||||||
|
{ backgroundColor: theme.primaryOverlay }
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
{actions}
|
||||||
|
</Animated.View>
|
||||||
|
</PanGestureHandler>
|
||||||
|
</Animated.View>
|
||||||
|
</TapGestureHandler>
|
||||||
|
</Animated.View>
|
||||||
</SafeAreaProvider>
|
</SafeAreaProvider>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
() => true
|
() => true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
const styles = StyleSheet.create({
|
||||||
|
overlay: {
|
||||||
|
flex: 1,
|
||||||
|
justifyContent: 'flex-end'
|
||||||
|
},
|
||||||
|
container: {
|
||||||
|
paddingTop: StyleConstants.Spacing.M
|
||||||
|
},
|
||||||
|
handle: {
|
||||||
|
alignSelf: 'center',
|
||||||
|
width: StyleConstants.Spacing.S * 8,
|
||||||
|
height: StyleConstants.Spacing.S / 2,
|
||||||
|
borderRadius: 100,
|
||||||
|
top: -StyleConstants.Spacing.M * 2
|
||||||
|
},
|
||||||
|
button: {
|
||||||
|
marginHorizontal: StyleConstants.Spacing.Global.PagePadding * 2
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
export default ScreenActions
|
export default ScreenActions
|
||||||
|
@ -1,241 +0,0 @@
|
|||||||
import analytics from '@components/analytics'
|
|
||||||
import Button from '@components/Button'
|
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
|
||||||
import {
|
|
||||||
getInstanceAccount,
|
|
||||||
getInstanceUrl
|
|
||||||
} from '@utils/slices/instancesSlice'
|
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
|
||||||
import React, { useCallback, useEffect, useMemo } from 'react'
|
|
||||||
import { useTranslation } from 'react-i18next'
|
|
||||||
import { Dimensions, StyleSheet, View } from 'react-native'
|
|
||||||
import {
|
|
||||||
PanGestureHandler,
|
|
||||||
State,
|
|
||||||
TapGestureHandler
|
|
||||||
} from 'react-native-gesture-handler'
|
|
||||||
import Animated, {
|
|
||||||
Extrapolate,
|
|
||||||
interpolate,
|
|
||||||
runOnJS,
|
|
||||||
useAnimatedGestureHandler,
|
|
||||||
useAnimatedStyle,
|
|
||||||
useSharedValue,
|
|
||||||
withTiming
|
|
||||||
} from 'react-native-reanimated'
|
|
||||||
import { useSafeAreaInsets } from 'react-native-safe-area-context'
|
|
||||||
import { useSelector } from 'react-redux'
|
|
||||||
import ActionsAccount from './Account'
|
|
||||||
import ActionsDomain from './Domain'
|
|
||||||
import ActionsNotificationsFilter from './NotificationsFilter'
|
|
||||||
import ActionsShare from './Share'
|
|
||||||
import ActionsStatus from './Status'
|
|
||||||
|
|
||||||
export type ScreenAccountProp = StackScreenProps<
|
|
||||||
Nav.RootStackParamList,
|
|
||||||
'Screen-Actions'
|
|
||||||
>
|
|
||||||
|
|
||||||
const ScreenActionsRoot = React.memo(
|
|
||||||
({ route: { params }, navigation }: ScreenAccountProp) => {
|
|
||||||
const { t } = useTranslation()
|
|
||||||
|
|
||||||
const instanceAccount = useSelector(
|
|
||||||
getInstanceAccount,
|
|
||||||
(prev, next) => prev?.id === next?.id
|
|
||||||
)
|
|
||||||
let sameAccount = false
|
|
||||||
switch (params.type) {
|
|
||||||
case 'status':
|
|
||||||
sameAccount = instanceAccount?.id === params.status.account.id
|
|
||||||
break
|
|
||||||
case 'account':
|
|
||||||
sameAccount = instanceAccount?.id === params.account.id
|
|
||||||
break
|
|
||||||
}
|
|
||||||
|
|
||||||
const instanceDomain = useSelector(getInstanceUrl)
|
|
||||||
let sameDomain = true
|
|
||||||
let statusDomain: string
|
|
||||||
switch (params.type) {
|
|
||||||
case 'status':
|
|
||||||
statusDomain = params.status.uri
|
|
||||||
? params.status.uri.split(new RegExp(/\/\/(.*?)\//))[1]
|
|
||||||
: ''
|
|
||||||
sameDomain = instanceDomain === statusDomain
|
|
||||||
break
|
|
||||||
}
|
|
||||||
|
|
||||||
const { theme } = useTheme()
|
|
||||||
const insets = useSafeAreaInsets()
|
|
||||||
|
|
||||||
const DEFAULT_VALUE = 350
|
|
||||||
const screenHeight = Dimensions.get('screen').height
|
|
||||||
const panY = useSharedValue(DEFAULT_VALUE)
|
|
||||||
useEffect(() => {
|
|
||||||
panY.value = withTiming(0)
|
|
||||||
}, [])
|
|
||||||
const styleTop = useAnimatedStyle(() => {
|
|
||||||
return {
|
|
||||||
bottom: interpolate(
|
|
||||||
panY.value,
|
|
||||||
[0, screenHeight],
|
|
||||||
[0, -screenHeight],
|
|
||||||
Extrapolate.CLAMP
|
|
||||||
)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
const dismiss = useCallback(() => {
|
|
||||||
navigation.goBack()
|
|
||||||
}, [])
|
|
||||||
const onGestureEvent = useAnimatedGestureHandler({
|
|
||||||
onActive: ({ translationY }) => {
|
|
||||||
panY.value = translationY
|
|
||||||
},
|
|
||||||
onEnd: ({ velocityY }) => {
|
|
||||||
if (velocityY > 500) {
|
|
||||||
runOnJS(dismiss)()
|
|
||||||
} else {
|
|
||||||
panY.value = withTiming(0)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
const actions = useMemo(() => {
|
|
||||||
switch (params.type) {
|
|
||||||
case 'status':
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
{!sameAccount ? (
|
|
||||||
<ActionsAccount
|
|
||||||
queryKey={params.queryKey}
|
|
||||||
rootQueryKey={params.rootQueryKey}
|
|
||||||
account={params.status.account}
|
|
||||||
dismiss={dismiss}
|
|
||||||
/>
|
|
||||||
) : null}
|
|
||||||
{sameAccount && params.status ? (
|
|
||||||
<ActionsStatus
|
|
||||||
navigation={navigation}
|
|
||||||
queryKey={params.queryKey}
|
|
||||||
rootQueryKey={params.rootQueryKey}
|
|
||||||
status={params.status}
|
|
||||||
dismiss={dismiss}
|
|
||||||
/>
|
|
||||||
) : null}
|
|
||||||
{!sameDomain && statusDomain ? (
|
|
||||||
<ActionsDomain
|
|
||||||
queryKey={params.queryKey}
|
|
||||||
rootQueryKey={params.rootQueryKey}
|
|
||||||
domain={statusDomain}
|
|
||||||
dismiss={dismiss}
|
|
||||||
/>
|
|
||||||
) : null}
|
|
||||||
{params.status.visibility !== 'direct' ? (
|
|
||||||
<ActionsShare
|
|
||||||
url={params.status.url || params.status.uri}
|
|
||||||
type={params.type}
|
|
||||||
dismiss={dismiss}
|
|
||||||
/>
|
|
||||||
) : null}
|
|
||||||
<Button
|
|
||||||
type='text'
|
|
||||||
content={t('common:buttons.cancel')}
|
|
||||||
onPress={() => {
|
|
||||||
analytics('bottomsheet_acknowledge')
|
|
||||||
}}
|
|
||||||
style={styles.button}
|
|
||||||
/>
|
|
||||||
</>
|
|
||||||
)
|
|
||||||
case 'account':
|
|
||||||
return (
|
|
||||||
<>
|
|
||||||
{!sameAccount ? (
|
|
||||||
<ActionsAccount account={params.account} dismiss={dismiss} />
|
|
||||||
) : null}
|
|
||||||
<ActionsShare
|
|
||||||
url={params.account.url}
|
|
||||||
type={params.type}
|
|
||||||
dismiss={dismiss}
|
|
||||||
/>
|
|
||||||
<Button
|
|
||||||
type='text'
|
|
||||||
content={t('common:buttons.cancel')}
|
|
||||||
onPress={() => {
|
|
||||||
analytics('bottomsheet_acknowledge')
|
|
||||||
}}
|
|
||||||
style={styles.button}
|
|
||||||
/>
|
|
||||||
</>
|
|
||||||
)
|
|
||||||
case 'notifications_filter':
|
|
||||||
return <ActionsNotificationsFilter />
|
|
||||||
}
|
|
||||||
}, [])
|
|
||||||
|
|
||||||
return (
|
|
||||||
<Animated.View style={{ flex: 1 }}>
|
|
||||||
<TapGestureHandler
|
|
||||||
onHandlerStateChange={({ nativeEvent }) => {
|
|
||||||
if (nativeEvent.state === State.ACTIVE) {
|
|
||||||
dismiss()
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<Animated.View
|
|
||||||
style={[
|
|
||||||
styles.overlay,
|
|
||||||
{ backgroundColor: theme.backgroundOverlayInvert }
|
|
||||||
]}
|
|
||||||
>
|
|
||||||
<PanGestureHandler onGestureEvent={onGestureEvent}>
|
|
||||||
<Animated.View
|
|
||||||
style={[
|
|
||||||
styles.container,
|
|
||||||
styleTop,
|
|
||||||
{
|
|
||||||
backgroundColor: theme.backgroundDefault,
|
|
||||||
paddingBottom: insets.bottom || StyleConstants.Spacing.L
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
>
|
|
||||||
<View
|
|
||||||
style={[
|
|
||||||
styles.handle,
|
|
||||||
{ backgroundColor: theme.primaryOverlay }
|
|
||||||
]}
|
|
||||||
/>
|
|
||||||
{actions}
|
|
||||||
</Animated.View>
|
|
||||||
</PanGestureHandler>
|
|
||||||
</Animated.View>
|
|
||||||
</TapGestureHandler>
|
|
||||||
</Animated.View>
|
|
||||||
)
|
|
||||||
},
|
|
||||||
() => true
|
|
||||||
)
|
|
||||||
|
|
||||||
const styles = StyleSheet.create({
|
|
||||||
overlay: {
|
|
||||||
flex: 1,
|
|
||||||
justifyContent: 'flex-end'
|
|
||||||
},
|
|
||||||
container: {
|
|
||||||
paddingTop: StyleConstants.Spacing.M
|
|
||||||
},
|
|
||||||
handle: {
|
|
||||||
alignSelf: 'center',
|
|
||||||
width: StyleConstants.Spacing.S * 8,
|
|
||||||
height: StyleConstants.Spacing.S / 2,
|
|
||||||
borderRadius: 100,
|
|
||||||
top: -StyleConstants.Spacing.M * 2
|
|
||||||
},
|
|
||||||
button: {
|
|
||||||
marginHorizontal: StyleConstants.Spacing.Global.PagePadding * 2
|
|
||||||
}
|
|
||||||
})
|
|
||||||
|
|
||||||
export default ScreenActionsRoot
|
|
@ -9,13 +9,14 @@ import {
|
|||||||
useTimelineMutation
|
useTimelineMutation
|
||||||
} from '@utils/queryHooks/timeline'
|
} from '@utils/queryHooks/timeline'
|
||||||
import analytics from '@components/analytics'
|
import analytics from '@components/analytics'
|
||||||
import { StackNavigationProp } from '@react-navigation/stack'
|
|
||||||
import { displayMessage } from '@components/Message'
|
import { displayMessage } from '@components/Message'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
import apiInstance from '@api/instance'
|
import apiInstance from '@api/instance'
|
||||||
|
import { NativeStackNavigationProp } from '@react-navigation/native-stack'
|
||||||
|
import { RootStackParamList } from '@utils/navigation/navigators'
|
||||||
|
|
||||||
export interface Props {
|
export interface Props {
|
||||||
navigation: StackNavigationProp<Nav.RootStackParamList, 'Screen-Actions'>
|
navigation: NativeStackNavigationProp<RootStackParamList, 'Screen-Actions'>
|
||||||
queryKey: QueryKeyTimeline
|
queryKey: QueryKeyTimeline
|
||||||
rootQueryKey?: QueryKeyTimeline
|
rootQueryKey?: QueryKeyTimeline
|
||||||
status: Mastodon.Status
|
status: Mastodon.Status
|
||||||
|
@ -4,8 +4,8 @@ import haptics from '@components/haptics'
|
|||||||
import { ParseHTML } from '@components/Parse'
|
import { ParseHTML } from '@components/Parse'
|
||||||
import RelativeTime from '@components/RelativeTime'
|
import RelativeTime from '@components/RelativeTime'
|
||||||
import { BlurView } from '@react-native-community/blur'
|
import { BlurView } from '@react-native-community/blur'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
|
||||||
import { useAccessibility } from '@utils/accessibility/AccessibilityManager'
|
import { useAccessibility } from '@utils/accessibility/AccessibilityManager'
|
||||||
|
import { RootStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import {
|
import {
|
||||||
useAnnouncementMutation,
|
useAnnouncementMutation,
|
||||||
useAnnouncementQuery
|
useAnnouncementQuery
|
||||||
@ -20,12 +20,9 @@ import FastImage from 'react-native-fast-image'
|
|||||||
import { FlatList, ScrollView } from 'react-native-gesture-handler'
|
import { FlatList, ScrollView } from 'react-native-gesture-handler'
|
||||||
import { SafeAreaView } from 'react-native-safe-area-context'
|
import { SafeAreaView } from 'react-native-safe-area-context'
|
||||||
|
|
||||||
export type ScreenAnnouncementsProp = StackScreenProps<
|
const ScreenAnnouncements: React.FC<RootStackScreenProps<
|
||||||
Nav.RootStackParamList,
|
|
||||||
'Screen-Announcements'
|
'Screen-Announcements'
|
||||||
>
|
>> = ({
|
||||||
|
|
||||||
const ScreenAnnouncements: React.FC<ScreenAnnouncementsProp> = ({
|
|
||||||
route: {
|
route: {
|
||||||
params: { showAll = false }
|
params: { showAll = false }
|
||||||
},
|
},
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
import analytics from '@components/analytics'
|
import analytics from '@components/analytics'
|
||||||
import { HeaderCenter, HeaderLeft, HeaderRight } from '@components/Header'
|
import { HeaderCenter, HeaderLeft, HeaderRight } from '@components/Header'
|
||||||
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
|
||||||
import haptics from '@root/components/haptics'
|
import haptics from '@root/components/haptics'
|
||||||
import formatText from '@screens/Compose/formatText'
|
import formatText from '@screens/Compose/formatText'
|
||||||
import ComposeRoot from '@screens/Compose/Root'
|
import ComposeRoot from '@screens/Compose/Root'
|
||||||
|
import { RootStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import { updateStoreReview } from '@utils/slices/contextsSlice'
|
import { updateStoreReview } from '@utils/slices/contextsSlice'
|
||||||
import {
|
import {
|
||||||
@ -43,14 +43,9 @@ import composeParseState from './Compose/utils/parseState'
|
|||||||
import composePost from './Compose/utils/post'
|
import composePost from './Compose/utils/post'
|
||||||
import composeReducer from './Compose/utils/reducer'
|
import composeReducer from './Compose/utils/reducer'
|
||||||
|
|
||||||
export type ScreenComposeProp = StackScreenProps<
|
|
||||||
Nav.RootStackParamList,
|
|
||||||
'Screen-Compose'
|
|
||||||
>
|
|
||||||
|
|
||||||
const Stack = createNativeStackNavigator()
|
const Stack = createNativeStackNavigator()
|
||||||
|
|
||||||
const ScreenCompose: React.FC<ScreenComposeProp> = ({
|
const ScreenCompose: React.FC<RootStackScreenProps<'Screen-Compose'>> = ({
|
||||||
route: { params },
|
route: { params },
|
||||||
navigation
|
navigation
|
||||||
}) => {
|
}) => {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { HeaderCenter, HeaderLeft } from '@components/Header'
|
import { HeaderCenter, HeaderLeft } from '@components/Header'
|
||||||
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import { ScreenComposeStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import React, { useCallback } from 'react'
|
import React, { useCallback } from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { Platform } from 'react-native'
|
import { Platform } from 'react-native'
|
||||||
@ -8,12 +8,9 @@ import ComposeDraftsListRoot from './DraftsList/Root'
|
|||||||
|
|
||||||
const Stack = createNativeStackNavigator()
|
const Stack = createNativeStackNavigator()
|
||||||
|
|
||||||
export type ScreenComposeEditAttachmentProp = StackScreenProps<
|
const ComposeDraftsList: React.FC<ScreenComposeStackScreenProps<
|
||||||
Nav.ScreenComposeStackParamList,
|
|
||||||
'Screen-Compose-DraftsList'
|
'Screen-Compose-DraftsList'
|
||||||
>
|
>> = ({
|
||||||
|
|
||||||
const ComposeDraftsList: React.FC<ScreenComposeEditAttachmentProp> = ({
|
|
||||||
route: {
|
route: {
|
||||||
params: { timestamp }
|
params: { timestamp }
|
||||||
},
|
},
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { HeaderLeft } from '@components/Header'
|
import { HeaderLeft } from '@components/Header'
|
||||||
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import { ScreenComposeStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import React, { useCallback } from 'react'
|
import React, { useCallback } from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { KeyboardAvoidingView, Platform } from 'react-native'
|
import { KeyboardAvoidingView, Platform } from 'react-native'
|
||||||
@ -10,12 +10,9 @@ import ComposeEditAttachmentSubmit from './EditAttachment/Submit'
|
|||||||
|
|
||||||
const Stack = createNativeStackNavigator()
|
const Stack = createNativeStackNavigator()
|
||||||
|
|
||||||
export type ScreenComposeEditAttachmentProp = StackScreenProps<
|
const ComposeEditAttachment: React.FC<ScreenComposeStackScreenProps<
|
||||||
Nav.ScreenComposeStackParamList,
|
|
||||||
'Screen-Compose-EditAttachment'
|
'Screen-Compose-EditAttachment'
|
||||||
>
|
>> = ({
|
||||||
|
|
||||||
const ComposeEditAttachment: React.FC<ScreenComposeEditAttachmentProp> = ({
|
|
||||||
route: {
|
route: {
|
||||||
params: { index }
|
params: { index }
|
||||||
},
|
},
|
||||||
|
@ -15,7 +15,7 @@ export interface Props {
|
|||||||
|
|
||||||
const ComposeDrafts: React.FC<Props> = ({ accessibleRefDrafts }) => {
|
const ComposeDrafts: React.FC<Props> = ({ accessibleRefDrafts }) => {
|
||||||
const { t } = useTranslation('screenCompose')
|
const { t } = useTranslation('screenCompose')
|
||||||
const navigation = useNavigation()
|
const navigation = useNavigation<any>()
|
||||||
const { composeState } = useContext(ComposeContext)
|
const { composeState } = useContext(ComposeContext)
|
||||||
const instanceDrafts = useSelector(getInstanceDrafts)?.filter(
|
const instanceDrafts = useSelector(getInstanceDrafts)?.filter(
|
||||||
draft => draft.timestamp !== composeState.timestamp
|
draft => draft.timestamp !== composeState.timestamp
|
||||||
|
@ -40,7 +40,7 @@ const ComposeAttachments: React.FC<Props> = ({ accessibleRefAttachments }) => {
|
|||||||
const { composeState, composeDispatch } = useContext(ComposeContext)
|
const { composeState, composeDispatch } = useContext(ComposeContext)
|
||||||
const { t } = useTranslation('screenCompose')
|
const { t } = useTranslation('screenCompose')
|
||||||
const { theme } = useTheme()
|
const { theme } = useTheme()
|
||||||
const navigation = useNavigation()
|
const navigation = useNavigation<any>()
|
||||||
|
|
||||||
const flatListRef = useRef<FlatList>(null)
|
const flatListRef = useRef<FlatList>(null)
|
||||||
|
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
import { store } from '@root/store'
|
import { store } from '@root/store'
|
||||||
|
import { RootStackParamList } from '@utils/navigation/navigators'
|
||||||
import { getInstanceAccount } from '@utils/slices/instancesSlice'
|
import { getInstanceAccount } from '@utils/slices/instancesSlice'
|
||||||
import composeInitialState from './initialState'
|
import composeInitialState from './initialState'
|
||||||
import { ComposeState } from './types'
|
import { ComposeState } from './types'
|
||||||
@ -34,7 +35,7 @@ const assignVisibility = (
|
|||||||
}
|
}
|
||||||
|
|
||||||
const composeParseState = (
|
const composeParseState = (
|
||||||
params: NonNullable<Nav.RootStackParamList['Screen-Compose']>
|
params: NonNullable<RootStackParamList['Screen-Compose']>
|
||||||
): ComposeState => {
|
): ComposeState => {
|
||||||
switch (params.type) {
|
switch (params.type) {
|
||||||
case 'edit':
|
case 'edit':
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
import apiInstance from '@api/instance'
|
import apiInstance from '@api/instance'
|
||||||
import { ComposeState } from '@screens/Compose/utils/types'
|
import { ComposeState } from '@screens/Compose/utils/types'
|
||||||
|
import { RootStackParamList } from '@utils/navigation/navigators'
|
||||||
import * as Crypto from 'expo-crypto'
|
import * as Crypto from 'expo-crypto'
|
||||||
|
|
||||||
const composePost = async (
|
const composePost = async (
|
||||||
params: Nav.RootStackParamList['Screen-Compose'],
|
params: RootStackParamList['Screen-Compose'],
|
||||||
composeState: ComposeState
|
composeState: ComposeState
|
||||||
) => {
|
) => {
|
||||||
const formData = new FormData()
|
const formData = new FormData()
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
import { RootStackParamList } from '@utils/navigation/navigators'
|
||||||
import React, { ComponentType, useCallback, useEffect } from 'react'
|
import React, { ComponentType, useCallback, useEffect } from 'react'
|
||||||
import {
|
import {
|
||||||
Animated,
|
Animated,
|
||||||
@ -20,11 +21,11 @@ import useImageIndexChange from './hooks/useImageIndexChange'
|
|||||||
import useRequestClose from './hooks/useRequestClose'
|
import useRequestClose from './hooks/useRequestClose'
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
images: Nav.RootStackParamList['Screen-ImagesViewer']['imageUrls']
|
images: RootStackParamList['Screen-ImagesViewer']['imageUrls']
|
||||||
imageIndex: number
|
imageIndex: number
|
||||||
onRequestClose: () => void
|
onRequestClose: () => void
|
||||||
onLongPress?: (
|
onLongPress?: (
|
||||||
image: Nav.RootStackParamList['Screen-ImagesViewer']['imageUrls'][0]
|
image: RootStackParamList['Screen-ImagesViewer']['imageUrls'][0]
|
||||||
) => void
|
) => void
|
||||||
onImageIndexChange?: (imageIndex: number) => void
|
onImageIndexChange?: (imageIndex: number) => void
|
||||||
backgroundColor?: string
|
backgroundColor?: string
|
||||||
@ -50,9 +51,7 @@ function ImageViewer ({
|
|||||||
HeaderComponent
|
HeaderComponent
|
||||||
}: Props) {
|
}: Props) {
|
||||||
const imageList = React.createRef<
|
const imageList = React.createRef<
|
||||||
VirtualizedList<
|
VirtualizedList<RootStackParamList['Screen-ImagesViewer']['imageUrls'][0]>
|
||||||
Nav.RootStackParamList['Screen-ImagesViewer']['imageUrls'][0]
|
|
||||||
>
|
|
||||||
>()
|
>()
|
||||||
const [opacity, onRequestCloseEnhanced] = useRequestClose(onRequestClose)
|
const [opacity, onRequestCloseEnhanced] = useRequestClose(onRequestClose)
|
||||||
const [currentImageIndex, onScroll] = useImageIndexChange(imageIndex, SCREEN)
|
const [currentImageIndex, onScroll] = useImageIndexChange(imageIndex, SCREEN)
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
import haptics from '@components/haptics'
|
import haptics from '@components/haptics'
|
||||||
import { displayMessage } from '@components/Message'
|
import { displayMessage } from '@components/Message'
|
||||||
import CameraRoll from '@react-native-community/cameraroll'
|
import CameraRoll from '@react-native-community/cameraroll'
|
||||||
|
import { RootStackParamList } from '@utils/navigation/navigators'
|
||||||
import i18next from 'i18next'
|
import i18next from 'i18next'
|
||||||
import { RefObject } from 'react'
|
import { RefObject } from 'react'
|
||||||
import { Platform } from 'react-native'
|
import { Platform } from 'react-native'
|
||||||
@ -10,7 +11,7 @@ import { FileSystem, Permissions } from 'react-native-unimodules'
|
|||||||
type CommonProps = {
|
type CommonProps = {
|
||||||
messageRef: RefObject<FlashMessage>
|
messageRef: RefObject<FlashMessage>
|
||||||
mode: 'light' | 'dark'
|
mode: 'light' | 'dark'
|
||||||
image: Nav.RootStackParamList['Screen-ImagesViewer']['imageUrls'][0]
|
image: RootStackParamList['Screen-ImagesViewer']['imageUrls'][0]
|
||||||
}
|
}
|
||||||
|
|
||||||
const saveIos = async ({ messageRef, mode, image }: CommonProps) => {
|
const saveIos = async ({ messageRef, mode, image }: CommonProps) => {
|
||||||
|
@ -2,7 +2,11 @@ import analytics from '@components/analytics'
|
|||||||
import { HeaderCenter, HeaderLeft, HeaderRight } from '@components/Header'
|
import { HeaderCenter, HeaderLeft, HeaderRight } from '@components/Header'
|
||||||
import { Message } from '@components/Message'
|
import { Message } from '@components/Message'
|
||||||
import { useActionSheet } from '@expo/react-native-action-sheet'
|
import { useActionSheet } from '@expo/react-native-action-sheet'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import { NativeStackNavigationProp } from '@react-navigation/native-stack'
|
||||||
|
import {
|
||||||
|
RootStackParamList,
|
||||||
|
RootStackScreenProps
|
||||||
|
} from '@utils/navigation/navigators'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
import { findIndex } from 'lodash'
|
import { findIndex } from 'lodash'
|
||||||
import React, { RefObject, useCallback, useRef, useState } from 'react'
|
import React, { RefObject, useCallback, useRef, useState } from 'react'
|
||||||
@ -24,9 +28,12 @@ const HeaderComponent = React.memo(
|
|||||||
imageUrls
|
imageUrls
|
||||||
}: {
|
}: {
|
||||||
messageRef: RefObject<FlashMessage>
|
messageRef: RefObject<FlashMessage>
|
||||||
navigation: ScreenImagesViewerProp['navigation']
|
navigation: NativeStackNavigationProp<
|
||||||
|
RootStackParamList,
|
||||||
|
'Screen-ImagesViewer'
|
||||||
|
>
|
||||||
currentIndex: number
|
currentIndex: number
|
||||||
imageUrls: Nav.RootStackParamList['Screen-ImagesViewer']['imageUrls']
|
imageUrls: RootStackParamList['Screen-ImagesViewer']['imageUrls']
|
||||||
}) => {
|
}) => {
|
||||||
const insets = useSafeAreaInsets()
|
const insets = useSafeAreaInsets()
|
||||||
const { mode } = useTheme()
|
const { mode } = useTheme()
|
||||||
@ -98,17 +105,12 @@ const HeaderComponent = React.memo(
|
|||||||
(prev, next) => prev.currentIndex === next.currentIndex
|
(prev, next) => prev.currentIndex === next.currentIndex
|
||||||
)
|
)
|
||||||
|
|
||||||
export type ScreenImagesViewerProp = StackScreenProps<
|
|
||||||
Nav.RootStackParamList,
|
|
||||||
'Screen-ImagesViewer'
|
|
||||||
>
|
|
||||||
|
|
||||||
const ScreenImagesViewer = ({
|
const ScreenImagesViewer = ({
|
||||||
route: {
|
route: {
|
||||||
params: { imageUrls, id }
|
params: { imageUrls, id }
|
||||||
},
|
},
|
||||||
navigation
|
navigation
|
||||||
}: ScreenImagesViewerProp) => {
|
}: RootStackScreenProps<'Screen-ImagesViewer'>) => {
|
||||||
if (imageUrls.length === 0) {
|
if (imageUrls.length === 0) {
|
||||||
navigation.goBack()
|
navigation.goBack()
|
||||||
return null
|
return null
|
||||||
|
@ -5,8 +5,10 @@ import {
|
|||||||
BottomTabNavigationOptions,
|
BottomTabNavigationOptions,
|
||||||
createBottomTabNavigator
|
createBottomTabNavigator
|
||||||
} from '@react-navigation/bottom-tabs'
|
} from '@react-navigation/bottom-tabs'
|
||||||
import { NavigatorScreenParams } from '@react-navigation/native'
|
import {
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
RootStackScreenProps,
|
||||||
|
ScreenTabsStackParamList
|
||||||
|
} from '@utils/navigation/navigators'
|
||||||
import { getPreviousTab } from '@utils/slices/contextsSlice'
|
import { getPreviousTab } from '@utils/slices/contextsSlice'
|
||||||
import {
|
import {
|
||||||
getInstanceAccount,
|
getInstanceAccount,
|
||||||
@ -25,23 +27,10 @@ import TabMe from './Tabs/Me'
|
|||||||
import TabNotifications from './Tabs/Notifications'
|
import TabNotifications from './Tabs/Notifications'
|
||||||
import TabPublic from './Tabs/Public'
|
import TabPublic from './Tabs/Public'
|
||||||
|
|
||||||
export type ScreenTabsParamList = {
|
const Tab = createBottomTabNavigator<ScreenTabsStackParamList>()
|
||||||
'Tab-Local': NavigatorScreenParams<Nav.TabLocalStackParamList>
|
|
||||||
'Tab-Public': NavigatorScreenParams<Nav.TabPublicStackParamList>
|
|
||||||
'Tab-Compose': NavigatorScreenParams<Nav.ScreenComposeStackParamList>
|
|
||||||
'Tab-Notifications': NavigatorScreenParams<Nav.TabNotificationsStackParamList>
|
|
||||||
'Tab-Me': NavigatorScreenParams<Nav.TabMeStackParamList>
|
|
||||||
}
|
|
||||||
|
|
||||||
export type ScreenTabsProp = StackScreenProps<
|
|
||||||
Nav.RootStackParamList,
|
|
||||||
'Screen-Tabs'
|
|
||||||
>
|
|
||||||
|
|
||||||
const Tab = createBottomTabNavigator<Nav.ScreenTabsStackParamList>()
|
|
||||||
|
|
||||||
const ScreenTabs = React.memo(
|
const ScreenTabs = React.memo(
|
||||||
({ navigation }: ScreenTabsProp) => {
|
({ navigation }: RootStackScreenProps<'Screen-Tabs'>) => {
|
||||||
const { mode, theme } = useTheme()
|
const { mode, theme } = useTheme()
|
||||||
|
|
||||||
const instanceActive = useSelector(getInstanceActive)
|
const instanceActive = useSelector(getInstanceActive)
|
||||||
|
@ -2,24 +2,21 @@ import analytics from '@components/analytics'
|
|||||||
import { HeaderCenter, HeaderRight } from '@components/Header'
|
import { HeaderCenter, HeaderRight } from '@components/Header'
|
||||||
import Timeline from '@components/Timeline'
|
import Timeline from '@components/Timeline'
|
||||||
import TimelineDefault from '@components/Timeline/Default'
|
import TimelineDefault from '@components/Timeline/Default'
|
||||||
import { BottomTabScreenProps } from '@react-navigation/bottom-tabs'
|
|
||||||
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
||||||
import { ScreenTabsParamList } from '@screens/Tabs'
|
import {
|
||||||
|
ScreenTabsScreenProps,
|
||||||
|
TabLocalStackParamList
|
||||||
|
} from '@utils/navigation/navigators'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import React, { useCallback, useMemo } from 'react'
|
import React, { useCallback, useMemo } from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { Platform } from 'react-native'
|
import { Platform } from 'react-native'
|
||||||
import sharedScreens from './Shared/sharedScreens'
|
import TabSharedRoot from './Shared/Root'
|
||||||
|
|
||||||
export type TabLocalProp = BottomTabScreenProps<
|
const Stack = createNativeStackNavigator<TabLocalStackParamList>()
|
||||||
ScreenTabsParamList,
|
|
||||||
'Tab-Local'
|
|
||||||
>
|
|
||||||
|
|
||||||
const Stack = createNativeStackNavigator<Nav.TabLocalStackParamList>()
|
|
||||||
|
|
||||||
const TabLocal = React.memo(
|
const TabLocal = React.memo(
|
||||||
({ navigation }: TabLocalProp) => {
|
({ navigation }: ScreenTabsScreenProps<'Tab-Local'>) => {
|
||||||
const { t, i18n } = useTranslation('screenTabs')
|
const { t, i18n } = useTranslation('screenTabs')
|
||||||
|
|
||||||
const screenOptionsRoot = useMemo(
|
const screenOptionsRoot = useMemo(
|
||||||
@ -63,7 +60,7 @@ const TabLocal = React.memo(
|
|||||||
options={screenOptionsRoot}
|
options={screenOptionsRoot}
|
||||||
children={children}
|
children={children}
|
||||||
/>
|
/>
|
||||||
{sharedScreens(Stack as any)}
|
{TabSharedRoot({ Stack })}
|
||||||
</Stack.Navigator>
|
</Stack.Navigator>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
import { HeaderCenter, HeaderLeft } from '@components/Header'
|
import { HeaderCenter, HeaderLeft } from '@components/Header'
|
||||||
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
||||||
|
import { TabMeStackParamList } from '@utils/navigation/navigators'
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { Platform } from 'react-native'
|
import { Platform } from 'react-native'
|
||||||
@ -14,9 +15,9 @@ import TabMeRoot from './Me/Root'
|
|||||||
import TabMeSettings from './Me/Settings'
|
import TabMeSettings from './Me/Settings'
|
||||||
import TabMeSettingsFontsize from './Me/SettingsFontsize'
|
import TabMeSettingsFontsize from './Me/SettingsFontsize'
|
||||||
import TabMeSwitch from './Me/Switch'
|
import TabMeSwitch from './Me/Switch'
|
||||||
import sharedScreens from './Shared/sharedScreens'
|
import TabSharedRoot from './Shared/Root'
|
||||||
|
|
||||||
const Stack = createNativeStackNavigator<Nav.TabMeStackParamList>()
|
const Stack = createNativeStackNavigator<TabMeStackParamList>()
|
||||||
|
|
||||||
const TabMe = React.memo(
|
const TabMe = React.memo(
|
||||||
() => {
|
() => {
|
||||||
@ -177,7 +178,7 @@ const TabMe = React.memo(
|
|||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{sharedScreens(Stack as any)}
|
{TabSharedRoot({ Stack })}
|
||||||
</Stack.Navigator>
|
</Stack.Navigator>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
@ -1,12 +1,11 @@
|
|||||||
import { MenuContainer, MenuRow } from '@components/Menu'
|
import { MenuContainer, MenuRow } from '@components/Menu'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import { TabMeStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { useListsQuery } from '@utils/queryHooks/lists'
|
import { useListsQuery } from '@utils/queryHooks/lists'
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
|
|
||||||
const TabMeLists: React.FC<StackScreenProps<
|
const TabMeLists: React.FC<TabMeStackScreenProps<'Tab-Me-Lists'>> = ({
|
||||||
Nav.TabMeStackParamList,
|
navigation
|
||||||
'Tab-Me-Lists'
|
}) => {
|
||||||
>> = ({ navigation }) => {
|
|
||||||
const { data } = useListsQuery({})
|
const { data } = useListsQuery({})
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
import Timeline from '@components/Timeline'
|
import Timeline from '@components/Timeline'
|
||||||
import TimelineDefault from '@components/Timeline/Default'
|
import TimelineDefault from '@components/Timeline/Default'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import { TabMeStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import React, { useCallback } from 'react'
|
import React, { useCallback } from 'react'
|
||||||
|
|
||||||
const TabMeListsList: React.FC<StackScreenProps<
|
const TabMeListsList: React.FC<TabMeStackScreenProps<'Tab-Me-Lists-List'>> = ({
|
||||||
Nav.TabMeStackParamList,
|
|
||||||
'Tab-Me-Lists-List'
|
|
||||||
>> = ({
|
|
||||||
route: {
|
route: {
|
||||||
params: { list }
|
params: { list }
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
import { HeaderCenter, HeaderLeft } from '@components/Header'
|
import { HeaderCenter, HeaderLeft } from '@components/Header'
|
||||||
import { Message } from '@components/Message'
|
import { Message } from '@components/Message'
|
||||||
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import {
|
||||||
|
TabMeProfileStackParamList,
|
||||||
|
TabMeStackScreenProps
|
||||||
|
} from '@utils/navigation/navigators'
|
||||||
import React, { useRef } from 'react'
|
import React, { useRef } from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { KeyboardAvoidingView, Platform } from 'react-native'
|
import { KeyboardAvoidingView, Platform } from 'react-native'
|
||||||
@ -11,12 +14,11 @@ import TabMeProfileName from './Profile/Name'
|
|||||||
import TabMeProfileNote from './Profile/Note'
|
import TabMeProfileNote from './Profile/Note'
|
||||||
import TabMeProfileRoot from './Profile/Root'
|
import TabMeProfileRoot from './Profile/Root'
|
||||||
|
|
||||||
const Stack = createNativeStackNavigator<Nav.TabMeProfileStackParamList>()
|
const Stack = createNativeStackNavigator<TabMeProfileStackParamList>()
|
||||||
|
|
||||||
const TabMeProfile: React.FC<StackScreenProps<
|
const TabMeProfile: React.FC<TabMeStackScreenProps<'Tab-Me-Switch'>> = ({
|
||||||
Nav.TabMeStackParamList,
|
navigation
|
||||||
'Tab-Me-Switch'
|
}) => {
|
||||||
>> = ({ navigation }) => {
|
|
||||||
const { t } = useTranslation('screenTabs')
|
const { t } = useTranslation('screenTabs')
|
||||||
const messageRef = useRef<FlashMessage>(null)
|
const messageRef = useRef<FlashMessage>(null)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { HeaderLeft, HeaderRight } from '@components/Header'
|
import { HeaderLeft, HeaderRight } from '@components/Header'
|
||||||
import Input from '@components/Input'
|
import Input from '@components/Input'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import { TabMeProfileStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { useProfileMutation } from '@utils/queryHooks/profile'
|
import { useProfileMutation } from '@utils/queryHooks/profile'
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
@ -23,8 +23,7 @@ const prepareFields = (
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const TabMeProfileFields: React.FC<StackScreenProps<
|
const TabMeProfileFields: React.FC<TabMeProfileStackScreenProps<
|
||||||
Nav.TabMeProfileStackParamList,
|
|
||||||
'Tab-Me-Profile-Fields'
|
'Tab-Me-Profile-Fields'
|
||||||
> & { messageRef: RefObject<FlashMessage> }> = ({
|
> & { messageRef: RefObject<FlashMessage> }> = ({
|
||||||
messageRef,
|
messageRef,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { HeaderLeft, HeaderRight } from '@components/Header'
|
import { HeaderLeft, HeaderRight } from '@components/Header'
|
||||||
import Input from '@components/Input'
|
import Input from '@components/Input'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import { TabMeProfileStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { useProfileMutation } from '@utils/queryHooks/profile'
|
import { useProfileMutation } from '@utils/queryHooks/profile'
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
@ -10,8 +10,7 @@ import { Alert, StyleSheet } from 'react-native'
|
|||||||
import FlashMessage from 'react-native-flash-message'
|
import FlashMessage from 'react-native-flash-message'
|
||||||
import { ScrollView } from 'react-native-gesture-handler'
|
import { ScrollView } from 'react-native-gesture-handler'
|
||||||
|
|
||||||
const TabMeProfileName: React.FC<StackScreenProps<
|
const TabMeProfileName: React.FC<TabMeProfileStackScreenProps<
|
||||||
Nav.TabMeProfileStackParamList,
|
|
||||||
'Tab-Me-Profile-Name'
|
'Tab-Me-Profile-Name'
|
||||||
> & { messageRef: RefObject<FlashMessage> }> = ({
|
> & { messageRef: RefObject<FlashMessage> }> = ({
|
||||||
messageRef,
|
messageRef,
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import { HeaderLeft, HeaderRight } from '@components/Header'
|
import { HeaderLeft, HeaderRight } from '@components/Header'
|
||||||
import Input from '@components/Input'
|
import Input from '@components/Input'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import { TabMeProfileStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { useProfileMutation } from '@utils/queryHooks/profile'
|
import { useProfileMutation } from '@utils/queryHooks/profile'
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
@ -10,8 +10,7 @@ import { Alert, StyleSheet, View } from 'react-native'
|
|||||||
import FlashMessage from 'react-native-flash-message'
|
import FlashMessage from 'react-native-flash-message'
|
||||||
import { ScrollView } from 'react-native-gesture-handler'
|
import { ScrollView } from 'react-native-gesture-handler'
|
||||||
|
|
||||||
const TabMeProfileNote: React.FC<StackScreenProps<
|
const TabMeProfileNote: React.FC<TabMeProfileStackScreenProps<
|
||||||
Nav.TabMeProfileStackParamList,
|
|
||||||
'Tab-Me-Profile-Note'
|
'Tab-Me-Profile-Note'
|
||||||
> & { messageRef: RefObject<FlashMessage> }> = ({
|
> & { messageRef: RefObject<FlashMessage> }> = ({
|
||||||
messageRef,
|
messageRef,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
import analytics from '@components/analytics'
|
import analytics from '@components/analytics'
|
||||||
import { MenuContainer, MenuRow } from '@components/Menu'
|
import { MenuContainer, MenuRow } from '@components/Menu'
|
||||||
import { useActionSheet } from '@expo/react-native-action-sheet'
|
import { useActionSheet } from '@expo/react-native-action-sheet'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import { TabMeProfileStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { useProfileMutation, useProfileQuery } from '@utils/queryHooks/profile'
|
import { useProfileMutation, useProfileQuery } from '@utils/queryHooks/profile'
|
||||||
import { updateAccountPreferences } from '@utils/slices/instances/updateAccountPreferences'
|
import { updateAccountPreferences } from '@utils/slices/instances/updateAccountPreferences'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
@ -12,8 +12,7 @@ import { ScrollView } from 'react-native-gesture-handler'
|
|||||||
import { useDispatch } from 'react-redux'
|
import { useDispatch } from 'react-redux'
|
||||||
import ProfileAvatarHeader from './Root/AvatarHeader'
|
import ProfileAvatarHeader from './Root/AvatarHeader'
|
||||||
|
|
||||||
const TabMeProfileRoot: React.FC<StackScreenProps<
|
const TabMeProfileRoot: React.FC<TabMeProfileStackScreenProps<
|
||||||
Nav.TabMeProfileStackParamList,
|
|
||||||
'Tab-Me-Profile-Root'
|
'Tab-Me-Profile-Root'
|
||||||
> & { messageRef: RefObject<FlashMessage> }> = ({ messageRef, navigation }) => {
|
> & { messageRef: RefObject<FlashMessage> }> = ({ messageRef, navigation }) => {
|
||||||
const { mode } = useTheme()
|
const { mode } = useTheme()
|
||||||
|
@ -7,7 +7,7 @@ import { useTranslation } from 'react-i18next'
|
|||||||
|
|
||||||
const Collections: React.FC = () => {
|
const Collections: React.FC = () => {
|
||||||
const { t } = useTranslation('screenTabs')
|
const { t } = useTranslation('screenTabs')
|
||||||
const navigation = useNavigation()
|
const navigation = useNavigation<any>()
|
||||||
|
|
||||||
const listsQuery = useListsQuery({
|
const listsQuery = useListsQuery({
|
||||||
options: {
|
options: {
|
||||||
|
@ -5,7 +5,7 @@ import { useTranslation } from 'react-i18next'
|
|||||||
|
|
||||||
const Settings: React.FC = () => {
|
const Settings: React.FC = () => {
|
||||||
const { t } = useTranslation('screenTabs')
|
const { t } = useTranslation('screenTabs')
|
||||||
const navigation = useNavigation()
|
const navigation = useNavigation<any>()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<MenuContainer>
|
<MenuContainer>
|
||||||
|
@ -5,7 +5,7 @@ import React from 'react'
|
|||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
|
|
||||||
const AccountInformationSwitch: React.FC = () => {
|
const AccountInformationSwitch: React.FC = () => {
|
||||||
const navigation = useNavigation()
|
const navigation = useNavigation<any>()
|
||||||
const { t } = useTranslation('screenTabs')
|
const { t } = useTranslation('screenTabs')
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
@ -29,7 +29,7 @@ const SettingsAnalytics: React.FC = () => {
|
|||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
<Text style={[styles.version, { color: theme.secondary }]}>
|
<Text style={[styles.version, { color: theme.secondary }]}>
|
||||||
{t('me.settings.version', { version: Constants.manifest.version })}
|
{t('me.settings.version', { version: Constants.manifest?.version })}
|
||||||
</Text>
|
</Text>
|
||||||
</MenuContainer>
|
</MenuContainer>
|
||||||
)
|
)
|
||||||
|
@ -23,7 +23,7 @@ import { useDispatch, useSelector } from 'react-redux'
|
|||||||
import { mapFontsizeToName } from '../SettingsFontsize'
|
import { mapFontsizeToName } from '../SettingsFontsize'
|
||||||
|
|
||||||
const SettingsApp: React.FC = () => {
|
const SettingsApp: React.FC = () => {
|
||||||
const navigation = useNavigation()
|
const navigation = useNavigation<any>()
|
||||||
const dispatch = useDispatch()
|
const dispatch = useDispatch()
|
||||||
const { showActionSheetWithOptions } = useActionSheet()
|
const { showActionSheetWithOptions } = useActionSheet()
|
||||||
const { setTheme } = useTheme()
|
const { setTheme } = useTheme()
|
||||||
|
@ -15,7 +15,7 @@ import { getInstanceActive } from '@utils/slices/instancesSlice'
|
|||||||
|
|
||||||
const SettingsTooot: React.FC = () => {
|
const SettingsTooot: React.FC = () => {
|
||||||
const instanceActive = useSelector(getInstanceActive)
|
const instanceActive = useSelector(getInstanceActive)
|
||||||
const navigation = useNavigation()
|
const navigation = useNavigation<any>()
|
||||||
const { theme } = useTheme()
|
const { theme } = useTheme()
|
||||||
const { t } = useTranslation('screenTabs')
|
const { t } = useTranslation('screenTabs')
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@ import Button from '@components/Button'
|
|||||||
import haptics from '@components/haptics'
|
import haptics from '@components/haptics'
|
||||||
import ComponentSeparator from '@components/Separator'
|
import ComponentSeparator from '@components/Separator'
|
||||||
import TimelineDefault from '@components/Timeline/Default'
|
import TimelineDefault from '@components/Timeline/Default'
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
import { TabMeStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import {
|
import {
|
||||||
changeFontsize,
|
changeFontsize,
|
||||||
getSettingsFontsize,
|
getSettingsFontsize,
|
||||||
@ -32,8 +32,7 @@ export const mapFontsizeToName = (size: SettingsState['fontsize']) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const TabMeSettingsFontsize: React.FC<StackScreenProps<
|
const TabMeSettingsFontsize: React.FC<TabMeStackScreenProps<
|
||||||
Nav.TabMeStackParamList,
|
|
||||||
'Tab-Me-Settings-Fontsize'
|
'Tab-Me-Settings-Fontsize'
|
||||||
>> = () => {
|
>> = () => {
|
||||||
const { mode, theme } = useTheme()
|
const { mode, theme } = useTheme()
|
||||||
@ -129,6 +128,7 @@ const TabMeSettingsFontsize: React.FC<StackScreenProps<
|
|||||||
onPress={() => {
|
onPress={() => {
|
||||||
if (initialSize > -1) {
|
if (initialSize > -1) {
|
||||||
haptics('Light')
|
haptics('Light')
|
||||||
|
// @ts-ignore
|
||||||
dispatch(changeFontsize(initialSize - 1))
|
dispatch(changeFontsize(initialSize - 1))
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
@ -142,6 +142,7 @@ const TabMeSettingsFontsize: React.FC<StackScreenProps<
|
|||||||
onPress={() => {
|
onPress={() => {
|
||||||
if (initialSize < 3) {
|
if (initialSize < 3) {
|
||||||
haptics('Light')
|
haptics('Light')
|
||||||
|
// @ts-ignore
|
||||||
dispatch(changeFontsize(initialSize + 1))
|
dispatch(changeFontsize(initialSize + 1))
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
@ -2,19 +2,19 @@ import analytics from '@components/analytics'
|
|||||||
import { HeaderCenter, HeaderRight } from '@components/Header'
|
import { HeaderCenter, HeaderRight } from '@components/Header'
|
||||||
import Timeline from '@components/Timeline'
|
import Timeline from '@components/Timeline'
|
||||||
import TimelineNotifications from '@components/Timeline/Notifications'
|
import TimelineNotifications from '@components/Timeline/Notifications'
|
||||||
import { useNavigation } from '@react-navigation/native'
|
import navigationRef from '@helpers/navigationRef'
|
||||||
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
||||||
import sharedScreens from '@screens/Tabs/Shared/sharedScreens'
|
import { TabNotificationsStackParamList } from '@utils/navigation/navigators'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import React, { useCallback, useMemo } from 'react'
|
import React, { useCallback, useMemo } from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { Platform } from 'react-native'
|
import { Platform } from 'react-native'
|
||||||
|
import TabSharedRoot from './Shared/Root'
|
||||||
|
|
||||||
const Stack = createNativeStackNavigator<Nav.TabNotificationsStackParamList>()
|
const Stack = createNativeStackNavigator<TabNotificationsStackParamList>()
|
||||||
|
|
||||||
const TabNotifications = React.memo(
|
const TabNotifications = React.memo(
|
||||||
() => {
|
() => {
|
||||||
const navigation = useNavigation()
|
|
||||||
const { t, i18n } = useTranslation('screenTabs')
|
const { t, i18n } = useTranslation('screenTabs')
|
||||||
|
|
||||||
const screenOptionsRoot = useMemo(
|
const screenOptionsRoot = useMemo(
|
||||||
@ -32,7 +32,7 @@ const TabNotifications = React.memo(
|
|||||||
content='Filter'
|
content='Filter'
|
||||||
onPress={() => {
|
onPress={() => {
|
||||||
analytics('notificationsfilter_tap')
|
analytics('notificationsfilter_tap')
|
||||||
navigation.navigate('Screen-Actions', {
|
navigationRef.navigate('Screen-Actions', {
|
||||||
type: 'notifications_filter'
|
type: 'notifications_filter'
|
||||||
})
|
})
|
||||||
}}
|
}}
|
||||||
@ -61,7 +61,7 @@ const TabNotifications = React.memo(
|
|||||||
children={children}
|
children={children}
|
||||||
options={screenOptionsRoot}
|
options={screenOptionsRoot}
|
||||||
/>
|
/>
|
||||||
{sharedScreens(Stack as any)}
|
{TabSharedRoot({ Stack })}
|
||||||
</Stack.Navigator>
|
</Stack.Navigator>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
@ -3,26 +3,23 @@ import { HeaderRight } from '@components/Header'
|
|||||||
import Timeline from '@components/Timeline'
|
import Timeline from '@components/Timeline'
|
||||||
import TimelineDefault from '@components/Timeline/Default'
|
import TimelineDefault from '@components/Timeline/Default'
|
||||||
import SegmentedControl from '@react-native-community/segmented-control'
|
import SegmentedControl from '@react-native-community/segmented-control'
|
||||||
import { BottomTabScreenProps } from '@react-navigation/bottom-tabs'
|
|
||||||
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
||||||
import { ScreenTabsParamList } from '@screens/Tabs'
|
import {
|
||||||
import sharedScreens from '@screens/Tabs/Shared/sharedScreens'
|
ScreenTabsScreenProps,
|
||||||
|
TabPublicStackParamList
|
||||||
|
} from '@utils/navigation/navigators'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
import React, { useCallback, useMemo, useState } from 'react'
|
import React, { useCallback, useMemo, useState } from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { Dimensions, StyleSheet } from 'react-native'
|
import { Dimensions, StyleSheet } from 'react-native'
|
||||||
import { TabView } from 'react-native-tab-view'
|
import { TabView } from 'react-native-tab-view'
|
||||||
|
import TabSharedRoot from './Shared/Root'
|
||||||
|
|
||||||
export type TabPublicProps = BottomTabScreenProps<
|
const Stack = createNativeStackNavigator<TabPublicStackParamList>()
|
||||||
ScreenTabsParamList,
|
|
||||||
'Tab-Public'
|
|
||||||
>
|
|
||||||
|
|
||||||
const Stack = createNativeStackNavigator<Nav.TabPublicStackParamList>()
|
|
||||||
|
|
||||||
const TabPublic = React.memo(
|
const TabPublic = React.memo(
|
||||||
({ navigation }: TabPublicProps) => {
|
({ navigation }: ScreenTabsScreenProps<'Tab-Public'>) => {
|
||||||
const { t, i18n } = useTranslation('screenTabs')
|
const { t, i18n } = useTranslation('screenTabs')
|
||||||
const { mode } = useTheme()
|
const { mode } = useTheme()
|
||||||
|
|
||||||
@ -112,7 +109,7 @@ const TabPublic = React.memo(
|
|||||||
options={screenOptionsRoot}
|
options={screenOptionsRoot}
|
||||||
children={children}
|
children={children}
|
||||||
/>
|
/>
|
||||||
{sharedScreens(Stack as any)}
|
{TabSharedRoot({ Stack })}
|
||||||
</Stack.Navigator>
|
</Stack.Navigator>
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
|
@ -3,6 +3,7 @@ import { HeaderRight } from '@components/Header'
|
|||||||
import Timeline from '@components/Timeline'
|
import Timeline from '@components/Timeline'
|
||||||
import TimelineDefault from '@components/Timeline/Default'
|
import TimelineDefault from '@components/Timeline/Default'
|
||||||
import SegmentedControl from '@react-native-community/segmented-control'
|
import SegmentedControl from '@react-native-community/segmented-control'
|
||||||
|
import { TabSharedStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { useAccountQuery } from '@utils/queryHooks/account'
|
import { useAccountQuery } from '@utils/queryHooks/account'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
@ -16,9 +17,10 @@ import AccountAttachments from './Account/Attachments'
|
|||||||
import AccountHeader from './Account/Header'
|
import AccountHeader from './Account/Header'
|
||||||
import AccountInformation from './Account/Information'
|
import AccountInformation from './Account/Information'
|
||||||
import AccountNav from './Account/Nav'
|
import AccountNav from './Account/Nav'
|
||||||
import { SharedAccountProp } from './sharedScreens'
|
|
||||||
|
|
||||||
const TabSharedAccount: React.FC<SharedAccountProp> = ({
|
const TabSharedAccount: React.FC<TabSharedStackScreenProps<
|
||||||
|
'Tab-Shared-Account'
|
||||||
|
>> = ({
|
||||||
route: {
|
route: {
|
||||||
params: { account }
|
params: { account }
|
||||||
},
|
},
|
||||||
|
@ -3,6 +3,7 @@ import GracefullyImage from '@components/GracefullyImage'
|
|||||||
import Icon from '@components/Icon'
|
import Icon from '@components/Icon'
|
||||||
import { useNavigation } from '@react-navigation/native'
|
import { useNavigation } from '@react-navigation/native'
|
||||||
import { StackNavigationProp } from '@react-navigation/stack'
|
import { StackNavigationProp } from '@react-navigation/stack'
|
||||||
|
import { TabLocalStackParamList } from '@utils/navigation/navigators'
|
||||||
import { useTimelineQuery } from '@utils/queryHooks/timeline'
|
import { useTimelineQuery } from '@utils/queryHooks/timeline'
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
@ -24,7 +25,7 @@ export interface Props {
|
|||||||
const AccountAttachments = React.memo(
|
const AccountAttachments = React.memo(
|
||||||
({ account }: Props) => {
|
({ account }: Props) => {
|
||||||
const navigation = useNavigation<
|
const navigation = useNavigation<
|
||||||
StackNavigationProp<Nav.TabLocalStackParamList>
|
StackNavigationProp<TabLocalStackParamList>
|
||||||
>()
|
>()
|
||||||
const { theme } = useTheme()
|
const { theme } = useTheme()
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ export interface Props {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const Conversation = ({ account }: { account: Mastodon.Account }) => {
|
const Conversation = ({ account }: { account: Mastodon.Account }) => {
|
||||||
const navigation = useNavigation()
|
const navigation = useNavigation<any>()
|
||||||
const query = useRelationshipQuery({ id: account.id })
|
const query = useRelationshipQuery({ id: account.id })
|
||||||
|
|
||||||
return query.data && !query.data.blocked_by ? (
|
return query.data && !query.data.blocked_by ? (
|
||||||
@ -45,7 +45,7 @@ const AccountInformationActions: React.FC<Props> = ({ account, myInfo }) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const { t } = useTranslation('screenTabs')
|
const { t } = useTranslation('screenTabs')
|
||||||
const navigation = useNavigation()
|
const navigation = useNavigation<any>()
|
||||||
|
|
||||||
if (account?.moved) {
|
if (account?.moved) {
|
||||||
const accountMoved = account.moved
|
const accountMoved = account.moved
|
||||||
|
@ -4,6 +4,7 @@ import GracefullyImage from '@components/GracefullyImage'
|
|||||||
import { useNavigation } from '@react-navigation/native'
|
import { useNavigation } from '@react-navigation/native'
|
||||||
import { StackNavigationProp } from '@react-navigation/stack'
|
import { StackNavigationProp } from '@react-navigation/stack'
|
||||||
import { useAccessibility } from '@utils/accessibility/AccessibilityManager'
|
import { useAccessibility } from '@utils/accessibility/AccessibilityManager'
|
||||||
|
import { TabLocalStackParamList } from '@utils/navigation/navigators'
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { Pressable, StyleSheet, View } from 'react-native'
|
import { Pressable, StyleSheet, View } from 'react-native'
|
||||||
@ -20,7 +21,7 @@ const AccountInformationAvatar: React.FC<Props> = ({
|
|||||||
edit
|
edit
|
||||||
}) => {
|
}) => {
|
||||||
const navigation = useNavigation<
|
const navigation = useNavigation<
|
||||||
StackNavigationProp<Nav.TabLocalStackParamList>
|
StackNavigationProp<TabLocalStackParamList>
|
||||||
>()
|
>()
|
||||||
const { reduceMotionEnabled } = useAccessibility()
|
const { reduceMotionEnabled } = useAccessibility()
|
||||||
|
|
||||||
|
@ -3,6 +3,7 @@ import { useNavigation } from '@react-navigation/native'
|
|||||||
import { StackNavigationProp } from '@react-navigation/stack'
|
import { StackNavigationProp } from '@react-navigation/stack'
|
||||||
import { StyleConstants } from '@root/utils/styles/constants'
|
import { StyleConstants } from '@root/utils/styles/constants'
|
||||||
import { useTheme } from '@root/utils/styles/ThemeManager'
|
import { useTheme } from '@root/utils/styles/ThemeManager'
|
||||||
|
import { TabLocalStackParamList } from '@utils/navigation/navigators'
|
||||||
import React from 'react'
|
import React from 'react'
|
||||||
import { useTranslation } from 'react-i18next'
|
import { useTranslation } from 'react-i18next'
|
||||||
import { StyleSheet, Text, View } from 'react-native'
|
import { StyleSheet, Text, View } from 'react-native'
|
||||||
@ -15,7 +16,7 @@ export interface Props {
|
|||||||
|
|
||||||
const AccountInformationStats: React.FC<Props> = ({ account, myInfo }) => {
|
const AccountInformationStats: React.FC<Props> = ({ account, myInfo }) => {
|
||||||
const navigation = useNavigation<
|
const navigation = useNavigation<
|
||||||
StackNavigationProp<Nav.TabLocalStackParamList>
|
StackNavigationProp<TabLocalStackParamList>
|
||||||
>()
|
>()
|
||||||
const { theme } = useTheme()
|
const { theme } = useTheme()
|
||||||
const { t } = useTranslation('screenTabs')
|
const { t } = useTranslation('screenTabs')
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
import Timeline from '@components/Timeline'
|
import Timeline from '@components/Timeline'
|
||||||
import TimelineDefault from '@components/Timeline/Default'
|
import TimelineDefault from '@components/Timeline/Default'
|
||||||
|
import { TabSharedStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import React, { useCallback } from 'react'
|
import React, { useCallback } from 'react'
|
||||||
import { SharedAttachmentsProp } from './sharedScreens'
|
|
||||||
|
|
||||||
const TabSharedAttachments: React.FC<SharedAttachmentsProp> = ({
|
const TabSharedAttachments: React.FC<TabSharedStackScreenProps<
|
||||||
|
'Tab-Shared-Attachments'
|
||||||
|
>> = ({
|
||||||
route: {
|
route: {
|
||||||
params: { account }
|
params: { account }
|
||||||
}
|
}
|
||||||
|
@ -1,10 +1,12 @@
|
|||||||
import Timeline from '@components/Timeline'
|
import Timeline from '@components/Timeline'
|
||||||
import TimelineDefault from '@components/Timeline/Default'
|
import TimelineDefault from '@components/Timeline/Default'
|
||||||
|
import { TabSharedStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import React, { useCallback } from 'react'
|
import React, { useCallback } from 'react'
|
||||||
import { SharedHashtagProp } from './sharedScreens'
|
|
||||||
|
|
||||||
const TabSharedHashtag: React.FC<SharedHashtagProp> = ({
|
const TabSharedHashtag: React.FC<TabSharedStackScreenProps<
|
||||||
|
'Tab-Shared-Hashtag'
|
||||||
|
>> = ({
|
||||||
route: {
|
route: {
|
||||||
params: { hashtag }
|
params: { hashtag }
|
||||||
}
|
}
|
||||||
|
@ -1,22 +1,13 @@
|
|||||||
import { HeaderCenter, HeaderLeft } from '@components/Header'
|
import { HeaderCenter, HeaderLeft } from '@components/Header'
|
||||||
import { ParseEmojis } from '@components/Parse'
|
import { ParseEmojis } from '@components/Parse'
|
||||||
import {
|
import { createNativeStackNavigator } from '@react-navigation/native-stack'
|
||||||
ParamListBase,
|
|
||||||
StackNavigationState,
|
|
||||||
TypedNavigator
|
|
||||||
} from '@react-navigation/native'
|
|
||||||
import {
|
|
||||||
NativeStackNavigationEventMap,
|
|
||||||
NativeStackNavigationOptions,
|
|
||||||
NativeStackNavigatorProps
|
|
||||||
} from '@react-navigation/native-stack/lib/typescript/src/types'
|
|
||||||
import { StackScreenProps } from '@react-navigation/stack'
|
|
||||||
import TabSharedAccount from '@screens/Tabs/Shared/Account'
|
import TabSharedAccount from '@screens/Tabs/Shared/Account'
|
||||||
import TabSharedAttachments from '@screens/Tabs/Shared/Attachments'
|
import TabSharedAttachments from '@screens/Tabs/Shared/Attachments'
|
||||||
import TabSharedHashtag from '@screens/Tabs/Shared/Hashtag'
|
import TabSharedHashtag from '@screens/Tabs/Shared/Hashtag'
|
||||||
import TabSharedSearch from '@screens/Tabs/Shared/Search'
|
import TabSharedSearch from '@screens/Tabs/Shared/Search'
|
||||||
import TabSharedToot from '@screens/Tabs/Shared/Toot'
|
import TabSharedToot from '@screens/Tabs/Shared/Toot'
|
||||||
import TabSharedUsers from '@screens/Tabs/Shared/Users'
|
import TabSharedUsers from '@screens/Tabs/Shared/Users'
|
||||||
|
import { TabSharedStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
import { debounce } from 'lodash'
|
import { debounce } from 'lodash'
|
||||||
@ -24,55 +15,27 @@ import React from 'react'
|
|||||||
import { Trans, useTranslation } from 'react-i18next'
|
import { Trans, useTranslation } from 'react-i18next'
|
||||||
import { Platform, StyleSheet, Text, TextInput, View } from 'react-native'
|
import { Platform, StyleSheet, Text, TextInput, View } from 'react-native'
|
||||||
|
|
||||||
export type BaseScreens =
|
const TabSharedRoot = ({
|
||||||
| Nav.TabLocalStackParamList
|
Stack
|
||||||
| Nav.TabPublicStackParamList
|
}: {
|
||||||
| Nav.TabNotificationsStackParamList
|
Stack: ReturnType<typeof createNativeStackNavigator>
|
||||||
| Nav.TabMeStackParamList
|
}) => {
|
||||||
|
|
||||||
export type SharedAccountProp = StackScreenProps<
|
|
||||||
BaseScreens,
|
|
||||||
'Tab-Shared-Account'
|
|
||||||
>
|
|
||||||
|
|
||||||
export type SharedAttachmentsProp = StackScreenProps<
|
|
||||||
BaseScreens,
|
|
||||||
'Tab-Shared-Attachments'
|
|
||||||
>
|
|
||||||
|
|
||||||
export type SharedHashtagProp = StackScreenProps<
|
|
||||||
BaseScreens,
|
|
||||||
'Tab-Shared-Hashtag'
|
|
||||||
>
|
|
||||||
|
|
||||||
export type SharedSearchProp = StackScreenProps<
|
|
||||||
BaseScreens,
|
|
||||||
'Tab-Shared-Search'
|
|
||||||
>
|
|
||||||
|
|
||||||
export type SharedTootProp = StackScreenProps<BaseScreens, 'Tab-Shared-Toot'>
|
|
||||||
|
|
||||||
export type SharedUsersProp = StackScreenProps<BaseScreens, 'Tab-Shared-Users'>
|
|
||||||
|
|
||||||
const sharedScreens = (
|
|
||||||
Stack: TypedNavigator<
|
|
||||||
Nav.TabLocalStackParamList,
|
|
||||||
StackNavigationState<ParamListBase>,
|
|
||||||
NativeStackNavigationOptions,
|
|
||||||
NativeStackNavigationEventMap,
|
|
||||||
({}: NativeStackNavigatorProps) => JSX.Element
|
|
||||||
>
|
|
||||||
) => {
|
|
||||||
const { mode, theme } = useTheme()
|
const { mode, theme } = useTheme()
|
||||||
const { t } = useTranslation('screenTabs')
|
const { t } = useTranslation('screenTabs')
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Stack.Group>
|
<Stack.Group
|
||||||
|
screenOptions={({ navigation }) => ({
|
||||||
|
headerLeft: () => <HeaderLeft onPress={() => navigation.goBack()} />
|
||||||
|
})}
|
||||||
|
>
|
||||||
<Stack.Screen
|
<Stack.Screen
|
||||||
key='Tab-Shared-Account'
|
key='Tab-Shared-Account'
|
||||||
name='Tab-Shared-Account'
|
name='Tab-Shared-Account'
|
||||||
component={TabSharedAccount}
|
component={TabSharedAccount}
|
||||||
options={({ navigation }: SharedAccountProp) => {
|
options={({
|
||||||
|
navigation
|
||||||
|
}: TabSharedStackScreenProps<'Tab-Shared-Account'>) => {
|
||||||
return {
|
return {
|
||||||
headerTransparent: true,
|
headerTransparent: true,
|
||||||
headerStyle: {
|
headerStyle: {
|
||||||
@ -93,13 +56,9 @@ const sharedScreens = (
|
|||||||
options={({
|
options={({
|
||||||
route: {
|
route: {
|
||||||
params: { account }
|
params: { account }
|
||||||
},
|
}
|
||||||
navigation
|
}: TabSharedStackScreenProps<'Tab-Shared-Attachments'>) => {
|
||||||
}: SharedAttachmentsProp) => {
|
|
||||||
return {
|
return {
|
||||||
headerLeft: () => (
|
|
||||||
<HeaderLeft onPress={() => navigation.goBack()} />
|
|
||||||
),
|
|
||||||
headerTitle: () => (
|
headerTitle: () => (
|
||||||
<Text numberOfLines={1}>
|
<Text numberOfLines={1}>
|
||||||
<Trans
|
<Trans
|
||||||
@ -129,7 +88,9 @@ const sharedScreens = (
|
|||||||
key='Tab-Shared-Hashtag'
|
key='Tab-Shared-Hashtag'
|
||||||
name='Tab-Shared-Hashtag'
|
name='Tab-Shared-Hashtag'
|
||||||
component={TabSharedHashtag}
|
component={TabSharedHashtag}
|
||||||
options={({ route, navigation }: SharedHashtagProp) => ({
|
options={({
|
||||||
|
route
|
||||||
|
}: TabSharedStackScreenProps<'Tab-Shared-Hashtag'>) => ({
|
||||||
headerTitle: `#${decodeURIComponent(route.params.hashtag)}`,
|
headerTitle: `#${decodeURIComponent(route.params.hashtag)}`,
|
||||||
...(Platform.OS === 'android' && {
|
...(Platform.OS === 'android' && {
|
||||||
headerCenter: () => (
|
headerCenter: () => (
|
||||||
@ -137,8 +98,7 @@ const sharedScreens = (
|
|||||||
content={`#${decodeURIComponent(route.params.hashtag)}`}
|
content={`#${decodeURIComponent(route.params.hashtag)}`}
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}),
|
})
|
||||||
headerLeft: () => <HeaderLeft onPress={() => navigation.goBack()} />
|
|
||||||
})}
|
})}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@ -146,8 +106,9 @@ const sharedScreens = (
|
|||||||
key='Tab-Shared-Search'
|
key='Tab-Shared-Search'
|
||||||
name='Tab-Shared-Search'
|
name='Tab-Shared-Search'
|
||||||
component={TabSharedSearch}
|
component={TabSharedSearch}
|
||||||
options={({ navigation }: SharedSearchProp) => ({
|
options={({
|
||||||
headerLeft: () => <HeaderLeft onPress={() => navigation.goBack()} />,
|
navigation
|
||||||
|
}: TabSharedStackScreenProps<'Tab-Shared-Search'>) => ({
|
||||||
headerTitle: () => {
|
headerTitle: () => {
|
||||||
const onChangeText = debounce(
|
const onChangeText = debounce(
|
||||||
(text: string) => navigation.setParams({ text }),
|
(text: string) => navigation.setParams({ text }),
|
||||||
@ -202,13 +163,12 @@ const sharedScreens = (
|
|||||||
key='Tab-Shared-Toot'
|
key='Tab-Shared-Toot'
|
||||||
name='Tab-Shared-Toot'
|
name='Tab-Shared-Toot'
|
||||||
component={TabSharedToot}
|
component={TabSharedToot}
|
||||||
options={({ navigation }: SharedTootProp) => ({
|
options={{
|
||||||
headerTitle: t('shared.toot.name'),
|
headerTitle: t('shared.toot.name'),
|
||||||
...(Platform.OS === 'android' && {
|
...(Platform.OS === 'android' && {
|
||||||
headerCenter: () => <HeaderCenter content={t('shared.toot.name')} />
|
headerCenter: () => <HeaderCenter content={t('shared.toot.name')} />
|
||||||
}),
|
})
|
||||||
headerLeft: () => <HeaderLeft onPress={() => navigation.goBack()} />
|
}}
|
||||||
})}
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Stack.Screen
|
<Stack.Screen
|
||||||
@ -216,12 +176,10 @@ const sharedScreens = (
|
|||||||
name='Tab-Shared-Users'
|
name='Tab-Shared-Users'
|
||||||
component={TabSharedUsers}
|
component={TabSharedUsers}
|
||||||
options={({
|
options={({
|
||||||
navigation,
|
|
||||||
route: {
|
route: {
|
||||||
params: { reference, type, count }
|
params: { reference, type, count }
|
||||||
}
|
}
|
||||||
}: SharedUsersProp) => ({
|
}: TabSharedStackScreenProps<'Tab-Shared-Users'>) => ({
|
||||||
headerLeft: () => <HeaderLeft onPress={() => navigation.goBack()} />,
|
|
||||||
headerTitle: t(`shared.users.${reference}.${type}`, { count }),
|
headerTitle: t(`shared.users.${reference}.${type}`, { count }),
|
||||||
...(Platform.OS === 'android' && {
|
...(Platform.OS === 'android' && {
|
||||||
headerCenter: () => (
|
headerCenter: () => (
|
||||||
@ -247,4 +205,4 @@ const styles = StyleSheet.create({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
export default sharedScreens
|
export default TabSharedRoot
|
@ -2,6 +2,7 @@ import ComponentAccount from '@components/Account'
|
|||||||
import ComponentHashtag from '@components/Hashtag'
|
import ComponentHashtag from '@components/Hashtag'
|
||||||
import ComponentSeparator from '@components/Separator'
|
import ComponentSeparator from '@components/Separator'
|
||||||
import TimelineDefault from '@components/Timeline/Default'
|
import TimelineDefault from '@components/Timeline/Default'
|
||||||
|
import { TabSharedStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { useSearchQuery } from '@utils/queryHooks/search'
|
import { useSearchQuery } from '@utils/queryHooks/search'
|
||||||
import { StyleConstants } from '@utils/styles/constants'
|
import { StyleConstants } from '@utils/styles/constants'
|
||||||
import { useTheme } from '@utils/styles/ThemeManager'
|
import { useTheme } from '@utils/styles/ThemeManager'
|
||||||
@ -16,9 +17,10 @@ import {
|
|||||||
View
|
View
|
||||||
} from 'react-native'
|
} from 'react-native'
|
||||||
import { Circle } from 'react-native-animated-spinkit'
|
import { Circle } from 'react-native-animated-spinkit'
|
||||||
import { SharedSearchProp } from './sharedScreens'
|
|
||||||
|
|
||||||
const TabSharedSearch: React.FC<SharedSearchProp> = ({
|
const TabSharedSearch: React.FC<TabSharedStackScreenProps<
|
||||||
|
'Tab-Shared-Search'
|
||||||
|
>> = ({
|
||||||
route: {
|
route: {
|
||||||
params: { text }
|
params: { text }
|
||||||
}
|
}
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
import Timeline from '@components/Timeline'
|
import Timeline from '@components/Timeline'
|
||||||
import TimelineDefault from '@components/Timeline/Default'
|
import TimelineDefault from '@components/Timeline/Default'
|
||||||
import { useNavigation } from '@react-navigation/native'
|
import { useNavigation } from '@react-navigation/native'
|
||||||
|
import { TabSharedStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import { findIndex } from 'lodash'
|
import { findIndex } from 'lodash'
|
||||||
import React, { useCallback, useEffect, useRef } from 'react'
|
import React, { useCallback, useEffect, useRef } from 'react'
|
||||||
import { FlatList } from 'react-native'
|
import { FlatList } from 'react-native'
|
||||||
import { InfiniteQueryObserver, useQueryClient } from 'react-query'
|
import { InfiniteQueryObserver, useQueryClient } from 'react-query'
|
||||||
import { SharedTootProp } from './sharedScreens'
|
|
||||||
|
|
||||||
const TabSharedToot: React.FC<SharedTootProp> = ({
|
const TabSharedToot: React.FC<TabSharedStackScreenProps<'Tab-Shared-Toot'>> = ({
|
||||||
route: {
|
route: {
|
||||||
params: { toot, rootQueryKey }
|
params: { toot, rootQueryKey }
|
||||||
}
|
}
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
import ComponentAccount from '@components/Account'
|
import ComponentAccount from '@components/Account'
|
||||||
import ComponentSeparator from '@components/Separator'
|
import ComponentSeparator from '@components/Separator'
|
||||||
|
import { TabSharedStackScreenProps } from '@utils/navigation/navigators'
|
||||||
import { QueryKeyUsers, useUsersQuery } from '@utils/queryHooks/users'
|
import { QueryKeyUsers, useUsersQuery } from '@utils/queryHooks/users'
|
||||||
import React, { useCallback } from 'react'
|
import React, { useCallback } from 'react'
|
||||||
import { StyleSheet } from 'react-native'
|
import { StyleSheet } from 'react-native'
|
||||||
import { FlatList } from 'react-native-gesture-handler'
|
import { FlatList } from 'react-native-gesture-handler'
|
||||||
import { SharedUsersProp } from './sharedScreens'
|
|
||||||
|
|
||||||
const TabSharedUsers = React.memo(
|
const TabSharedUsers = React.memo(
|
||||||
({ route: { params } }: SharedUsersProp) => {
|
({ route: { params } }: TabSharedStackScreenProps<'Tab-Shared-Users'>) => {
|
||||||
const queryKey: QueryKeyUsers = ['Users', params]
|
const queryKey: QueryKeyUsers = ['Users', params]
|
||||||
const {
|
const {
|
||||||
data,
|
data,
|
||||||
|
34
src/store.ts
34
src/store.ts
@ -1,10 +1,10 @@
|
|||||||
import createSecureStore from '@neverdull-agency/expo-unlimited-secure-store'
|
import createSecureStore from '@neverdull-agency/expo-unlimited-secure-store'
|
||||||
import AsyncStorage from '@react-native-async-storage/async-storage'
|
import AsyncStorage from '@react-native-async-storage/async-storage'
|
||||||
import { configureStore, getDefaultMiddleware } from '@reduxjs/toolkit'
|
import { AnyAction, configureStore, Reducer } from '@reduxjs/toolkit'
|
||||||
import instancesMigration from '@utils/migrations/instances/migration'
|
import instancesMigration from '@utils/migrations/instances/migration'
|
||||||
import contextsSlice from '@utils/slices/contextsSlice'
|
import contextsSlice, { ContextsState } from '@utils/slices/contextsSlice'
|
||||||
import instancesSlice from '@utils/slices/instancesSlice'
|
import instancesSlice, { InstancesState } from '@utils/slices/instancesSlice'
|
||||||
import settingsSlice from '@utils/slices/settingsSlice'
|
import settingsSlice, { SettingsState } from '@utils/slices/settingsSlice'
|
||||||
import versionSlice from '@utils/slices/versionSlice'
|
import versionSlice from '@utils/slices/versionSlice'
|
||||||
import { createMigrate, persistReducer, persistStore } from 'redux-persist'
|
import { createMigrate, persistReducer, persistStore } from 'redux-persist'
|
||||||
|
|
||||||
@ -35,16 +35,26 @@ const settingsPersistConfig = {
|
|||||||
|
|
||||||
const store = configureStore({
|
const store = configureStore({
|
||||||
reducer: {
|
reducer: {
|
||||||
contexts: persistReducer(contextsPersistConfig, contextsSlice),
|
contexts: persistReducer(contextsPersistConfig, contextsSlice) as Reducer<
|
||||||
instances: persistReducer(instancesPersistConfig, instancesSlice),
|
ContextsState,
|
||||||
settings: persistReducer(settingsPersistConfig, settingsSlice),
|
AnyAction
|
||||||
|
>,
|
||||||
|
instances: persistReducer(
|
||||||
|
instancesPersistConfig,
|
||||||
|
instancesSlice
|
||||||
|
) as Reducer<InstancesState, AnyAction>,
|
||||||
|
settings: persistReducer(settingsPersistConfig, settingsSlice) as Reducer<
|
||||||
|
SettingsState,
|
||||||
|
AnyAction
|
||||||
|
>,
|
||||||
version: versionSlice
|
version: versionSlice
|
||||||
},
|
},
|
||||||
middleware: getDefaultMiddleware({
|
middleware: getDefaultMiddleware =>
|
||||||
serializableCheck: {
|
getDefaultMiddleware({
|
||||||
ignoredActions: ['persist/PERSIST']
|
serializableCheck: {
|
||||||
}
|
ignoredActions: ['persist/PERSIST']
|
||||||
})
|
}
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
let persistor = persistStore(store)
|
let persistor = persistStore(store)
|
||||||
|
173
src/utils/navigation/navigators.ts
Normal file
173
src/utils/navigation/navigators.ts
Normal file
@ -0,0 +1,173 @@
|
|||||||
|
import { BottomTabScreenProps } from '@react-navigation/bottom-tabs'
|
||||||
|
import { NavigatorScreenParams } from '@react-navigation/native'
|
||||||
|
import { NativeStackScreenProps } from '@react-navigation/native-stack'
|
||||||
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
|
|
||||||
|
export type RootStackParamList = {
|
||||||
|
'Screen-Tabs': NavigatorScreenParams<ScreenTabsStackParamList>
|
||||||
|
'Screen-Actions':
|
||||||
|
| {
|
||||||
|
type: 'status'
|
||||||
|
queryKey: QueryKeyTimeline
|
||||||
|
rootQueryKey?: QueryKeyTimeline
|
||||||
|
status: Mastodon.Status
|
||||||
|
}
|
||||||
|
| {
|
||||||
|
type: 'account'
|
||||||
|
account: Mastodon.Account
|
||||||
|
}
|
||||||
|
| {
|
||||||
|
type: 'notifications_filter'
|
||||||
|
}
|
||||||
|
'Screen-Announcements': { showAll: boolean }
|
||||||
|
'Screen-Compose':
|
||||||
|
| {
|
||||||
|
type: 'edit'
|
||||||
|
incomingStatus: Mastodon.Status
|
||||||
|
replyToStatus?: Mastodon.Status
|
||||||
|
queryKey?: [
|
||||||
|
'Timeline',
|
||||||
|
{
|
||||||
|
page: App.Pages
|
||||||
|
hashtag?: Mastodon.Tag['name']
|
||||||
|
list?: Mastodon.List['id']
|
||||||
|
toot?: Mastodon.Status['id']
|
||||||
|
account?: Mastodon.Account['id']
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
| {
|
||||||
|
type: 'reply'
|
||||||
|
incomingStatus: Mastodon.Status
|
||||||
|
accts: Mastodon.Account['acct'][]
|
||||||
|
queryKey?: [
|
||||||
|
'Timeline',
|
||||||
|
{
|
||||||
|
page: App.Pages
|
||||||
|
hashtag?: Mastodon.Tag['name']
|
||||||
|
list?: Mastodon.List['id']
|
||||||
|
toot?: Mastodon.Status['id']
|
||||||
|
account?: Mastodon.Account['id']
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
| {
|
||||||
|
type: 'conversation'
|
||||||
|
accts: Mastodon.Account['acct'][]
|
||||||
|
}
|
||||||
|
| undefined
|
||||||
|
'Screen-ImagesViewer': {
|
||||||
|
imageUrls: {
|
||||||
|
id: Mastodon.Attachment['id']
|
||||||
|
preview_url: Mastodon.AttachmentImage['preview_url']
|
||||||
|
url: Mastodon.AttachmentImage['url']
|
||||||
|
remote_url?: Mastodon.AttachmentImage['remote_url']
|
||||||
|
blurhash: Mastodon.AttachmentImage['blurhash']
|
||||||
|
width?: number
|
||||||
|
height?: number
|
||||||
|
}[]
|
||||||
|
id: Mastodon.Attachment['id']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
export type RootStackScreenProps<
|
||||||
|
T extends keyof RootStackParamList
|
||||||
|
> = NativeStackScreenProps<RootStackParamList, T>
|
||||||
|
|
||||||
|
export type ScreenComposeStackParamList = {
|
||||||
|
'Screen-Compose-Root': undefined
|
||||||
|
'Screen-Compose-EditAttachment': { index: number }
|
||||||
|
'Screen-Compose-DraftsList': { timestamp: number }
|
||||||
|
}
|
||||||
|
export type ScreenComposeStackScreenProps<
|
||||||
|
T extends keyof ScreenComposeStackParamList
|
||||||
|
> = NativeStackScreenProps<ScreenComposeStackParamList, T>
|
||||||
|
|
||||||
|
export type ScreenTabsStackParamList = {
|
||||||
|
'Tab-Local': NavigatorScreenParams<TabLocalStackParamList>
|
||||||
|
'Tab-Public': NavigatorScreenParams<TabPublicStackParamList>
|
||||||
|
'Tab-Compose': undefined
|
||||||
|
'Tab-Notifications': NavigatorScreenParams<TabNotificationsStackParamList>
|
||||||
|
'Tab-Me': NavigatorScreenParams<TabMeStackParamList>
|
||||||
|
}
|
||||||
|
export type ScreenTabsScreenProps<
|
||||||
|
T extends keyof ScreenTabsStackParamList
|
||||||
|
> = BottomTabScreenProps<ScreenTabsStackParamList, T>
|
||||||
|
|
||||||
|
export type TabSharedStackParamList = {
|
||||||
|
'Tab-Shared-Account': {
|
||||||
|
account: Mastodon.Account | Mastodon.Mention
|
||||||
|
}
|
||||||
|
'Tab-Shared-Attachments': { account: Mastodon.Account }
|
||||||
|
'Tab-Shared-Hashtag': {
|
||||||
|
hashtag: Mastodon.Tag['name']
|
||||||
|
}
|
||||||
|
'Tab-Shared-Search': { text: string | undefined }
|
||||||
|
'Tab-Shared-Toot': {
|
||||||
|
toot: Mastodon.Status
|
||||||
|
rootQueryKey?: QueryKeyTimeline
|
||||||
|
}
|
||||||
|
'Tab-Shared-Users':
|
||||||
|
| {
|
||||||
|
reference: 'accounts'
|
||||||
|
id: Mastodon.Account['id']
|
||||||
|
type: 'following' | 'followers'
|
||||||
|
count: number
|
||||||
|
}
|
||||||
|
| {
|
||||||
|
reference: 'statuses'
|
||||||
|
id: Mastodon.Status['id']
|
||||||
|
type: 'reblogged_by' | 'favourited_by'
|
||||||
|
count: number
|
||||||
|
}
|
||||||
|
}
|
||||||
|
export type TabSharedStackScreenProps<
|
||||||
|
T extends keyof TabSharedStackParamList
|
||||||
|
> = NativeStackScreenProps<TabSharedStackParamList, T>
|
||||||
|
|
||||||
|
export type TabLocalStackParamList = {
|
||||||
|
'Tab-Local-Root': undefined
|
||||||
|
} & TabSharedStackParamList
|
||||||
|
|
||||||
|
export type TabPublicStackParamList = {
|
||||||
|
'Tab-Public-Root': undefined
|
||||||
|
} & TabSharedStackParamList
|
||||||
|
|
||||||
|
export type TabNotificationsStackParamList = {
|
||||||
|
'Tab-Notifications-Root': undefined
|
||||||
|
} & TabSharedStackParamList
|
||||||
|
|
||||||
|
export type TabMeStackParamList = {
|
||||||
|
'Tab-Me-Root': undefined
|
||||||
|
'Tab-Me-Bookmarks': undefined
|
||||||
|
'Tab-Me-Conversations': undefined
|
||||||
|
'Tab-Me-Favourites': undefined
|
||||||
|
'Tab-Me-Lists': undefined
|
||||||
|
'Tab-Me-Lists-List': {
|
||||||
|
list: Mastodon.List['id']
|
||||||
|
title: Mastodon.List['title']
|
||||||
|
}
|
||||||
|
'Tab-Me-Profile': undefined
|
||||||
|
'Tab-Me-Push': undefined
|
||||||
|
'Tab-Me-Settings': undefined
|
||||||
|
'Tab-Me-Settings-Fontsize': undefined
|
||||||
|
'Tab-Me-Switch': undefined
|
||||||
|
} & TabSharedStackParamList
|
||||||
|
export type TabMeStackScreenProps<
|
||||||
|
T extends keyof TabMeStackParamList
|
||||||
|
> = NativeStackScreenProps<TabMeStackParamList, T>
|
||||||
|
|
||||||
|
export type TabMeProfileStackParamList = {
|
||||||
|
'Tab-Me-Profile-Root': undefined
|
||||||
|
'Tab-Me-Profile-Name': {
|
||||||
|
display_name: Mastodon.Account['display_name']
|
||||||
|
}
|
||||||
|
'Tab-Me-Profile-Note': {
|
||||||
|
note: Mastodon.Source['note']
|
||||||
|
}
|
||||||
|
'Tab-Me-Profile-Fields': {
|
||||||
|
fields?: Mastodon.Source['fields']
|
||||||
|
}
|
||||||
|
}
|
||||||
|
export type TabMeProfileStackScreenProps<
|
||||||
|
T extends keyof TabMeProfileStackParamList
|
||||||
|
> = NativeStackScreenProps<TabMeProfileStackParamList, T>
|
@ -1,7 +1,7 @@
|
|||||||
import apiGeneral from '@api/general'
|
import apiGeneral from '@api/general'
|
||||||
import apiTooot from '@api/tooot'
|
import apiTooot from '@api/tooot'
|
||||||
import { displayMessage } from '@components/Message'
|
import { displayMessage } from '@components/Message'
|
||||||
import { NavigationContainerRef } from '@react-navigation/native'
|
import navigationRef from '@helpers/navigationRef'
|
||||||
import { Dispatch } from '@reduxjs/toolkit'
|
import { Dispatch } from '@reduxjs/toolkit'
|
||||||
import { disableAllPushes, Instance } from '@utils/slices/instancesSlice'
|
import { disableAllPushes, Instance } from '@utils/slices/instancesSlice'
|
||||||
import * as Notifications from 'expo-notifications'
|
import * as Notifications from 'expo-notifications'
|
||||||
@ -9,20 +9,13 @@ import { useEffect } from 'react'
|
|||||||
import { TFunction } from 'react-i18next'
|
import { TFunction } from 'react-i18next'
|
||||||
|
|
||||||
export interface Params {
|
export interface Params {
|
||||||
navigationRef: React.RefObject<NavigationContainerRef>
|
|
||||||
mode: 'light' | 'dark'
|
mode: 'light' | 'dark'
|
||||||
t: TFunction<'screens'>
|
t: TFunction<'screens'>
|
||||||
instances: Instance[]
|
instances: Instance[]
|
||||||
dispatch: Dispatch<any>
|
dispatch: Dispatch<any>
|
||||||
}
|
}
|
||||||
|
|
||||||
const pushUseConnect = ({
|
const pushUseConnect = ({ mode, t, instances, dispatch }: Params) => {
|
||||||
navigationRef,
|
|
||||||
mode,
|
|
||||||
t,
|
|
||||||
instances,
|
|
||||||
dispatch
|
|
||||||
}: Params) => {
|
|
||||||
return useEffect(() => {
|
return useEffect(() => {
|
||||||
const connect = async () => {
|
const connect = async () => {
|
||||||
const expoToken = (
|
const expoToken = (
|
||||||
@ -48,13 +41,13 @@ const pushUseConnect = ({
|
|||||||
message: t('pushError.message'),
|
message: t('pushError.message'),
|
||||||
description: t('pushError.description'),
|
description: t('pushError.description'),
|
||||||
onPress: () => {
|
onPress: () => {
|
||||||
navigationRef.current?.navigate('Screen-Tabs', {
|
navigationRef.navigate('Screen-Tabs', {
|
||||||
screen: 'Tab-Me',
|
screen: 'Tab-Me',
|
||||||
params: {
|
params: {
|
||||||
screen: 'Tab-Me-Root'
|
screen: 'Tab-Me-Root'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
navigationRef.current?.navigate('Screen-Tabs', {
|
navigationRef.navigate('Screen-Tabs', {
|
||||||
screen: 'Tab-Me',
|
screen: 'Tab-Me',
|
||||||
params: {
|
params: {
|
||||||
screen: 'Tab-Me-Settings'
|
screen: 'Tab-Me-Settings'
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
import apiInstance from '@api/instance'
|
import apiInstance from '@api/instance'
|
||||||
import { NavigationContainerRef } from '@react-navigation/native'
|
import navigationRef from '@helpers/navigationRef'
|
||||||
|
|
||||||
const pushUseNavigate = (
|
const pushUseNavigate = (id?: Mastodon.Notification['id']) => {
|
||||||
navigationRef: React.RefObject<NavigationContainerRef>,
|
navigationRef.navigate('Screen-Tabs', {
|
||||||
id?: Mastodon.Notification['id']
|
|
||||||
) => {
|
|
||||||
navigationRef.current?.navigate('Screen-Tabs', {
|
|
||||||
screen: 'Tab-Notifications',
|
screen: 'Tab-Notifications',
|
||||||
params: {
|
params: {
|
||||||
screen: 'Tab-Notifications-Root'
|
screen: 'Tab-Notifications-Root'
|
||||||
@ -21,7 +18,7 @@ const pushUseNavigate = (
|
|||||||
url: `notifications/${id}`
|
url: `notifications/${id}`
|
||||||
}).then(({ body }) => {
|
}).then(({ body }) => {
|
||||||
if (body.status) {
|
if (body.status) {
|
||||||
navigationRef.current?.navigate('Screen-Tabs', {
|
navigationRef.navigate('Screen-Tabs', {
|
||||||
screen: 'Tab-Notifications',
|
screen: 'Tab-Notifications',
|
||||||
params: {
|
params: {
|
||||||
screen: 'Tab-Shared-Toot',
|
screen: 'Tab-Shared-Toot',
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import { displayMessage } from '@components/Message'
|
import { displayMessage } from '@components/Message'
|
||||||
import { NavigationContainerRef } from '@react-navigation/native'
|
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import { Instance, updateInstanceActive } from '@utils/slices/instancesSlice'
|
import { Instance, updateInstanceActive } from '@utils/slices/instancesSlice'
|
||||||
import * as Notifications from 'expo-notifications'
|
import * as Notifications from 'expo-notifications'
|
||||||
@ -10,12 +9,11 @@ import { useDispatch } from 'react-redux'
|
|||||||
import pushUseNavigate from './useNavigate'
|
import pushUseNavigate from './useNavigate'
|
||||||
|
|
||||||
export interface Params {
|
export interface Params {
|
||||||
navigationRef: React.RefObject<NavigationContainerRef>
|
|
||||||
queryClient: QueryClient
|
queryClient: QueryClient
|
||||||
instances: Instance[]
|
instances: Instance[]
|
||||||
}
|
}
|
||||||
|
|
||||||
const pushUseReceive = ({ navigationRef, queryClient, instances }: Params) => {
|
const pushUseReceive = ({ queryClient, instances }: Params) => {
|
||||||
const dispatch = useDispatch()
|
const dispatch = useDispatch()
|
||||||
|
|
||||||
return useEffect(() => {
|
return useEffect(() => {
|
||||||
@ -46,7 +44,7 @@ const pushUseReceive = ({ navigationRef, queryClient, instances }: Params) => {
|
|||||||
if (notificationIndex !== -1) {
|
if (notificationIndex !== -1) {
|
||||||
dispatch(updateInstanceActive(instances[notificationIndex]))
|
dispatch(updateInstanceActive(instances[notificationIndex]))
|
||||||
}
|
}
|
||||||
pushUseNavigate(navigationRef, payloadData.notification_id)
|
pushUseNavigate(payloadData.notification_id)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
import { NavigationContainerRef } from '@react-navigation/native'
|
|
||||||
import { Dispatch } from '@reduxjs/toolkit'
|
import { Dispatch } from '@reduxjs/toolkit'
|
||||||
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
import { QueryKeyTimeline } from '@utils/queryHooks/timeline'
|
||||||
import { Instance, updateInstanceActive } from '@utils/slices/instancesSlice'
|
import { Instance, updateInstanceActive } from '@utils/slices/instancesSlice'
|
||||||
@ -9,18 +8,12 @@ import { QueryClient } from 'react-query'
|
|||||||
import pushUseNavigate from './useNavigate'
|
import pushUseNavigate from './useNavigate'
|
||||||
|
|
||||||
export interface Params {
|
export interface Params {
|
||||||
navigationRef: React.RefObject<NavigationContainerRef>
|
|
||||||
queryClient: QueryClient
|
queryClient: QueryClient
|
||||||
instances: Instance[]
|
instances: Instance[]
|
||||||
dispatch: Dispatch<any>
|
dispatch: Dispatch<any>
|
||||||
}
|
}
|
||||||
|
|
||||||
const pushUseRespond = ({
|
const pushUseRespond = ({ queryClient, instances, dispatch }: Params) => {
|
||||||
navigationRef,
|
|
||||||
queryClient,
|
|
||||||
instances,
|
|
||||||
dispatch
|
|
||||||
}: Params) => {
|
|
||||||
return useEffect(() => {
|
return useEffect(() => {
|
||||||
const subscription = Notifications.addNotificationResponseReceivedListener(
|
const subscription = Notifications.addNotificationResponseReceivedListener(
|
||||||
({ notification }) => {
|
({ notification }) => {
|
||||||
@ -44,7 +37,7 @@ const pushUseRespond = ({
|
|||||||
if (notificationIndex !== -1) {
|
if (notificationIndex !== -1) {
|
||||||
dispatch(updateInstanceActive(instances[notificationIndex]))
|
dispatch(updateInstanceActive(instances[notificationIndex]))
|
||||||
}
|
}
|
||||||
pushUseNavigate(navigationRef, payloadData.notification_id)
|
pushUseNavigate(payloadData.notification_id)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
return () => subscription.remove()
|
return () => subscription.remove()
|
||||||
|
@ -87,7 +87,9 @@ const queryFunction = async ({
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
const res1 = await apiInstance<(Mastodon.Status & { _pinned: boolean} )[]>({
|
const res1 = await apiInstance<
|
||||||
|
(Mastodon.Status & { _pinned: boolean })[]
|
||||||
|
>({
|
||||||
method: 'get',
|
method: 'get',
|
||||||
url: `accounts/${account}/statuses`,
|
url: `accounts/${account}/statuses`,
|
||||||
params: {
|
params: {
|
||||||
@ -105,7 +107,7 @@ const queryFunction = async ({
|
|||||||
exclude_replies: 'true'
|
exclude_replies: 'true'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
return await {
|
return {
|
||||||
body: uniqBy([...res1.body, ...res2.body], 'id'),
|
body: uniqBy([...res1.body, ...res2.body], 'id'),
|
||||||
...(res2.links.next && { links: { next: res2.links.next } })
|
...(res2.links.next && { links: { next: res2.links.next } })
|
||||||
}
|
}
|
||||||
@ -175,8 +177,12 @@ const queryFunction = async ({
|
|||||||
method: 'get',
|
method: 'get',
|
||||||
url: `statuses/${toot}/context`
|
url: `statuses/${toot}/context`
|
||||||
})
|
})
|
||||||
return await {
|
return {
|
||||||
body: [...res2_1.body.ancestors, res1_1.body, ...res2_1.body.descendants]
|
body: [
|
||||||
|
...res2_1.body.ancestors,
|
||||||
|
res1_1.body,
|
||||||
|
...res2_1.body.descendants
|
||||||
|
]
|
||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
return Promise.reject()
|
return Promise.reject()
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
import apiInstance from '@api/instance'
|
import apiInstance from '@api/instance'
|
||||||
|
import { TabSharedStackParamList } from '@utils/navigation/navigators'
|
||||||
import { AxiosError } from 'axios'
|
import { AxiosError } from 'axios'
|
||||||
import { useInfiniteQuery, UseInfiniteQueryOptions } from 'react-query'
|
import { useInfiniteQuery, UseInfiniteQueryOptions } from 'react-query'
|
||||||
|
|
||||||
export type QueryKeyUsers = [
|
export type QueryKeyUsers = [
|
||||||
'Users',
|
'Users',
|
||||||
Nav.TabSharedStackParamList['Tab-Shared-Users']
|
TabSharedStackParamList['Tab-Shared-Users']
|
||||||
]
|
]
|
||||||
|
|
||||||
const queryFunction = ({
|
const queryFunction = ({
|
||||||
|
@ -54,6 +54,13 @@ const addInstance = createAsyncThunk(
|
|||||||
headers: { Authorization: `Bearer ${token}` }
|
headers: { Authorization: `Bearer ${token}` }
|
||||||
})
|
})
|
||||||
|
|
||||||
|
const { body: filters } = await apiGeneral<Mastodon.Filter[]>({
|
||||||
|
method: 'get',
|
||||||
|
domain,
|
||||||
|
url: `api/v1/filters`,
|
||||||
|
headers: { Authorization: `Bearer ${token}` }
|
||||||
|
})
|
||||||
|
|
||||||
return Promise.resolve({
|
return Promise.resolve({
|
||||||
type,
|
type,
|
||||||
data: {
|
data: {
|
||||||
@ -70,6 +77,7 @@ const addInstance = createAsyncThunk(
|
|||||||
avatarStatic: avatar_static,
|
avatarStatic: avatar_static,
|
||||||
preferences
|
preferences
|
||||||
},
|
},
|
||||||
|
filters,
|
||||||
notifications_filter: {
|
notifications_filter: {
|
||||||
follow: true,
|
follow: true,
|
||||||
favourite: true,
|
favourite: true,
|
||||||
|
@ -12,7 +12,7 @@ export const updateInstancePushDecode = createAsyncThunk(
|
|||||||
async (
|
async (
|
||||||
disable: boolean,
|
disable: boolean,
|
||||||
{ getState }
|
{ getState }
|
||||||
): Promise<Instance['push']['decode']['value']> => {
|
): Promise<{ disable: Instance['push']['decode']['value'] }> => {
|
||||||
const state = getState() as RootState
|
const state = getState() as RootState
|
||||||
const instance = getInstance(state)
|
const instance = getInstance(state)
|
||||||
if (!instance?.url || !instance.account.id || !instance.push.keys) {
|
if (!instance?.url || !instance.account.id || !instance.push.keys) {
|
||||||
@ -89,6 +89,6 @@ export const updateInstancePushDecode = createAsyncThunk(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return Promise.resolve(disable)
|
return Promise.resolve({ disable })
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
@ -274,7 +274,7 @@ const instancesSlice = createSlice({
|
|||||||
.addCase(updateInstancePushDecode.fulfilled, (state, action) => {
|
.addCase(updateInstancePushDecode.fulfilled, (state, action) => {
|
||||||
const activeIndex = findInstanceActive(state.instances)
|
const activeIndex = findInstanceActive(state.instances)
|
||||||
state.instances[activeIndex].push.decode.loading = false
|
state.instances[activeIndex].push.decode.loading = false
|
||||||
state.instances[activeIndex].push.decode.value = action.payload
|
state.instances[activeIndex].push.decode.value = action.payload.disable
|
||||||
})
|
})
|
||||||
.addCase(updateInstancePushDecode.rejected, state => {
|
.addCase(updateInstancePushDecode.rejected, state => {
|
||||||
const activeIndex = findInstanceActive(state.instances)
|
const activeIndex = findInstanceActive(state.instances)
|
||||||
|
@ -13,7 +13,7 @@ export const changeAnalytics = createAsyncThunk(
|
|||||||
'settings/changeAnalytics',
|
'settings/changeAnalytics',
|
||||||
async (newValue: SettingsState['analytics']) => {
|
async (newValue: SettingsState['analytics']) => {
|
||||||
await Analytics.setAnalyticsCollectionEnabled(newValue)
|
await Analytics.setAnalyticsCollectionEnabled(newValue)
|
||||||
return newValue
|
return { newValue }
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -75,7 +75,7 @@ const settingsSlice = createSlice({
|
|||||||
},
|
},
|
||||||
extraReducers: builder => {
|
extraReducers: builder => {
|
||||||
builder.addCase(changeAnalytics.fulfilled, (state, action) => {
|
builder.addCase(changeAnalytics.fulfilled, (state, action) => {
|
||||||
state.analytics = action.payload
|
state.analytics = action.payload.newValue
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
@ -29,7 +29,7 @@ const versionSlice = createSlice({
|
|||||||
reducers: {},
|
reducers: {},
|
||||||
extraReducers: builder => {
|
extraReducers: builder => {
|
||||||
builder.addCase(retriveVersionLatest.fulfilled, (state, action) => {
|
builder.addCase(retriveVersionLatest.fulfilled, (state, action) => {
|
||||||
if (action.payload && Constants.manifest.version) {
|
if (action.payload && Constants.manifest?.version) {
|
||||||
if (parseInt(action.payload) > parseInt(Constants.manifest.version)) {
|
if (parseInt(action.payload) > parseInt(Constants.manifest.version)) {
|
||||||
state.update = true
|
state.update = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user