@react-navigation/native 8.0.0-alpha.7 → 8.0.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/module/NavigationContainer.js +2 -2
- package/lib/module/NavigationContainer.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/theming/{DefaultTheme.js → LightTheme.js} +2 -2
- package/lib/module/theming/LightTheme.js.map +1 -0
- package/lib/module/theming/MaterialTheme.android.js +29 -0
- package/lib/module/theming/MaterialTheme.android.js.map +1 -0
- package/lib/module/theming/MaterialTheme.js +18 -0
- package/lib/module/theming/MaterialTheme.js.map +1 -0
- package/lib/module/useLinking.native.js +18 -7
- package/lib/module/useLinking.native.js.map +1 -1
- package/lib/typescript/src/NavigationContainer.d.ts +3 -2
- package/lib/typescript/src/NavigationContainer.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +2 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/lib/typescript/src/theming/{DefaultTheme.d.ts → LightTheme.d.ts} +2 -2
- package/lib/typescript/src/theming/LightTheme.d.ts.map +1 -0
- package/lib/typescript/src/theming/MaterialTheme.android.d.ts +127 -0
- package/lib/typescript/src/theming/MaterialTheme.android.d.ts.map +1 -0
- package/lib/typescript/src/theming/MaterialTheme.d.ts +114 -0
- package/lib/typescript/src/theming/MaterialTheme.d.ts.map +1 -0
- package/lib/typescript/src/useLinking.native.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/NavigationContainer.tsx +9 -3
- package/src/index.tsx +2 -1
- package/src/theming/{DefaultTheme.tsx → LightTheme.tsx} +1 -1
- package/src/theming/MaterialTheme.android.tsx +30 -0
- package/src/theming/MaterialTheme.tsx +19 -0
- package/src/useLinking.native.tsx +36 -19
- package/lib/module/theming/DefaultTheme.js.map +0 -1
- package/lib/typescript/src/theming/DefaultTheme.d.ts.map +0 -1
|
@@ -5,7 +5,7 @@ import * as React from 'react';
|
|
|
5
5
|
import { I18nManager, Platform } from 'react-native';
|
|
6
6
|
import { LinkingContext } from "./LinkingContext.js";
|
|
7
7
|
import { LocaleDirContext } from "./LocaleDirContext.js";
|
|
8
|
-
import {
|
|
8
|
+
import { LightTheme } from "./theming/LightTheme.js";
|
|
9
9
|
import { useBackButton } from './useBackButton';
|
|
10
10
|
import { useDocumentTitle } from './useDocumentTitle';
|
|
11
11
|
import { useLinking } from './useLinking';
|
|
@@ -15,7 +15,7 @@ globalThis.REACT_NAVIGATION_DEVTOOLS = new WeakMap();
|
|
|
15
15
|
const RESTORE_STATE_ERROR = 'Failed to restore navigation state. The state will be initialized based on the navigation tree.';
|
|
16
16
|
function NavigationContainerInner({
|
|
17
17
|
direction = I18nManager.getConstants().isRTL ? 'rtl' : 'ltr',
|
|
18
|
-
theme =
|
|
18
|
+
theme = LightTheme,
|
|
19
19
|
linking,
|
|
20
20
|
persistor,
|
|
21
21
|
fallback = null,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["BaseNavigationContainer","getActionFromState","getPathFromState","getStateFromPath","ThemeProvider","validatePathConfig","React","I18nManager","Platform","LinkingContext","LocaleDirContext","
|
|
1
|
+
{"version":3,"names":["BaseNavigationContainer","getActionFromState","getPathFromState","getStateFromPath","ThemeProvider","validatePathConfig","React","I18nManager","Platform","LinkingContext","LocaleDirContext","LightTheme","useBackButton","useDocumentTitle","useLinking","useThenable","jsx","_jsx","globalThis","REACT_NAVIGATION_DEVTOOLS","WeakMap","RESTORE_STATE_ERROR","NavigationContainerInner","direction","getConstants","isRTL","theme","linking","persistor","fallback","documentTitle","onStateChange","rest","ref","config","refContainer","useRef","linkingConfig","useMemo","options","enabled","prefixes","getInitialState","useEffect","current","previous","get","listeners","Set","set","isLinkStateResolved","initialStateFromLink","initialState","undefined","isPersistenceSupported","OS","isPersistedStateResolved","initialStateFromPersisted","restoredState","restore","e","console","error","then","state","thenable","onfulfilled","Promise","resolve","useImperativeHandle","isStateReady","Provider","value","children","persist","NavigationContainer","forwardRef"],"sourceRoot":"../../src","sources":["NavigationContainer.tsx"],"mappings":"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","ignoreList":[]}
|
package/lib/module/index.js
CHANGED
|
@@ -9,7 +9,8 @@ export { SFSymbol } from './native/SFSymbol';
|
|
|
9
9
|
export { NavigationContainer } from "./NavigationContainer.js";
|
|
10
10
|
export { ServerContainer } from "./ServerContainer.js";
|
|
11
11
|
export { DarkTheme } from "./theming/DarkTheme.js";
|
|
12
|
-
export { DefaultTheme } from "./theming/
|
|
12
|
+
export { LightTheme as DefaultTheme } from "./theming/LightTheme.js";
|
|
13
|
+
export { MaterialDarkTheme, MaterialLightTheme } from './theming/MaterialTheme';
|
|
13
14
|
export * from "./types.js";
|
|
14
15
|
export { useLinkBuilder } from "./useLinkBuilder.js";
|
|
15
16
|
export { useLinkProps } from "./useLinkProps.js";
|
package/lib/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["createStaticNavigation","Link","LinkingContext","LocaleDirContext","MaterialSymbol","SFSymbol","NavigationContainer","ServerContainer","DarkTheme","DefaultTheme","useLinkBuilder","useLinkProps","useLinkTo","useLocale","useRoutePath","useScrollToTop"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,SAASA,sBAAsB,QAAQ,6BAA0B;AACjE,SAASC,IAAI,QAAQ,WAAQ;AAC7B,SAASC,cAAc,QAAQ,qBAAkB;AACjD,SAASC,gBAAgB,QAAQ,uBAAoB;AACrD,SACEC,cAAc,QAET,yBAAyB;AAChC,SAASC,QAAQ,QAA4B,mBAAmB;AAChE,SAASC,mBAAmB,QAAQ,0BAAuB;AAC3D,SAASC,eAAe,QAAQ,sBAAmB;AACnD,SAASC,SAAS,QAAQ,wBAAqB;AAC/C,SAASC,YAAY,QAAQ,
|
|
1
|
+
{"version":3,"names":["createStaticNavigation","Link","LinkingContext","LocaleDirContext","MaterialSymbol","SFSymbol","NavigationContainer","ServerContainer","DarkTheme","LightTheme","DefaultTheme","MaterialDarkTheme","MaterialLightTheme","useLinkBuilder","useLinkProps","useLinkTo","useLocale","useRoutePath","useScrollToTop"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":";;AAAA,SAASA,sBAAsB,QAAQ,6BAA0B;AACjE,SAASC,IAAI,QAAQ,WAAQ;AAC7B,SAASC,cAAc,QAAQ,qBAAkB;AACjD,SAASC,gBAAgB,QAAQ,uBAAoB;AACrD,SACEC,cAAc,QAET,yBAAyB;AAChC,SAASC,QAAQ,QAA4B,mBAAmB;AAChE,SAASC,mBAAmB,QAAQ,0BAAuB;AAC3D,SAASC,eAAe,QAAQ,sBAAmB;AACnD,SAASC,SAAS,QAAQ,wBAAqB;AAC/C,SAASC,UAAU,IAAIC,YAAY,QAAQ,yBAAsB;AACjE,SAASC,iBAAiB,EAAEC,kBAAkB,QAAQ,yBAAyB;AAC/E,cAAc,YAAS;AACvB,SAASC,cAAc,QAAQ,qBAAkB;AACjD,SAAyBC,YAAY,QAAQ,mBAAgB;AAC7D,SAASC,SAAS,QAAQ,gBAAa;AACvC,SAASC,SAAS,QAAQ,gBAAa;AACvC,SAASC,YAAY,QAAQ,mBAAgB;AAC7C,SAASC,cAAc,QAAQ,qBAAkB;AACjD,cAAc,wBAAwB","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
import { fonts } from "./fonts.js";
|
|
4
|
-
export const
|
|
4
|
+
export const LightTheme = {
|
|
5
5
|
dark: false,
|
|
6
6
|
colors: {
|
|
7
7
|
primary: 'rgb(0, 122, 255)',
|
|
@@ -13,4 +13,4 @@ export const DefaultTheme = {
|
|
|
13
13
|
},
|
|
14
14
|
fonts
|
|
15
15
|
};
|
|
16
|
-
//# sourceMappingURL=
|
|
16
|
+
//# sourceMappingURL=LightTheme.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["fonts","LightTheme","dark","colors","primary","background","card","text","border","notification"],"sourceRoot":"../../../src","sources":["theming/LightTheme.tsx"],"mappings":";;AAEA,SAASA,KAAK,QAAQ,YAAS;AAE/B,OAAO,MAAMC,UAAU,GAAG;EACxBC,IAAI,EAAE,KAAK;EACXC,MAAM,EAAE;IACNC,OAAO,EAAE,kBAAkB;IAC3BC,UAAU,EAAE,oBAAoB;IAChCC,IAAI,EAAE,oBAAoB;IAC1BC,IAAI,EAAE,iBAAiB;IACvBC,MAAM,EAAE,oBAAoB;IAC5BC,YAAY,EAAE;EAChB,CAAC;EACDT;AACF,CAA0B","ignoreList":[]}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { PlatformColor } from 'react-native';
|
|
4
|
+
import { fonts } from "./fonts.js";
|
|
5
|
+
export const MaterialLightTheme = {
|
|
6
|
+
dark: false,
|
|
7
|
+
colors: {
|
|
8
|
+
primary: PlatformColor('@android:color/system_primary_light'),
|
|
9
|
+
background: PlatformColor('@android:color/system_surface_container_light'),
|
|
10
|
+
card: PlatformColor('@android:color/system_background_light'),
|
|
11
|
+
text: PlatformColor('@android:color/system_on_surface_light'),
|
|
12
|
+
border: PlatformColor('@android:color/system_outline_variant_light'),
|
|
13
|
+
notification: PlatformColor('@android:color/system_error_light')
|
|
14
|
+
},
|
|
15
|
+
fonts
|
|
16
|
+
};
|
|
17
|
+
export const MaterialDarkTheme = {
|
|
18
|
+
dark: true,
|
|
19
|
+
colors: {
|
|
20
|
+
primary: PlatformColor('@android:color/system_primary_dark'),
|
|
21
|
+
background: PlatformColor('@android:color/system_surface_container_dark'),
|
|
22
|
+
card: PlatformColor('@android:color/system_background_dark'),
|
|
23
|
+
text: PlatformColor('@android:color/system_on_surface_dark'),
|
|
24
|
+
border: PlatformColor('@android:color/system_outline_variant_dark'),
|
|
25
|
+
notification: PlatformColor('@android:color/system_error_dark')
|
|
26
|
+
},
|
|
27
|
+
fonts
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=MaterialTheme.android.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["PlatformColor","fonts","MaterialLightTheme","dark","colors","primary","background","card","text","border","notification","MaterialDarkTheme"],"sourceRoot":"../../../src","sources":["theming/MaterialTheme.android.tsx"],"mappings":";;AACA,SAASA,aAAa,QAAQ,cAAc;AAE5C,SAASC,KAAK,QAAQ,YAAS;AAE/B,OAAO,MAAMC,kBAAkB,GAAG;EAChCC,IAAI,EAAE,KAAK;EACXC,MAAM,EAAE;IACNC,OAAO,EAAEL,aAAa,CAAC,qCAAqC,CAAC;IAC7DM,UAAU,EAAEN,aAAa,CAAC,+CAA+C,CAAC;IAC1EO,IAAI,EAAEP,aAAa,CAAC,wCAAwC,CAAC;IAC7DQ,IAAI,EAAER,aAAa,CAAC,wCAAwC,CAAC;IAC7DS,MAAM,EAAET,aAAa,CAAC,6CAA6C,CAAC;IACpEU,YAAY,EAAEV,aAAa,CAAC,mCAAmC;EACjE,CAAC;EACDC;AACF,CAA0B;AAE1B,OAAO,MAAMU,iBAAiB,GAAG;EAC/BR,IAAI,EAAE,IAAI;EACVC,MAAM,EAAE;IACNC,OAAO,EAAEL,aAAa,CAAC,oCAAoC,CAAC;IAC5DM,UAAU,EAAEN,aAAa,CAAC,8CAA8C,CAAC;IACzEO,IAAI,EAAEP,aAAa,CAAC,uCAAuC,CAAC;IAC5DQ,IAAI,EAAER,aAAa,CAAC,uCAAuC,CAAC;IAC5DS,MAAM,EAAET,aAAa,CAAC,4CAA4C,CAAC;IACnEU,YAAY,EAAEV,aAAa,CAAC,kCAAkC;EAChE,CAAC;EACDC;AACF,CAA0B","ignoreList":[]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import { fonts } from "./fonts.js";
|
|
4
|
+
export const MaterialLightTheme = {
|
|
5
|
+
dark: false,
|
|
6
|
+
get colors() {
|
|
7
|
+
throw new Error('MaterialLightTheme is only supported on Android');
|
|
8
|
+
},
|
|
9
|
+
fonts
|
|
10
|
+
};
|
|
11
|
+
export const MaterialDarkTheme = {
|
|
12
|
+
dark: true,
|
|
13
|
+
get colors() {
|
|
14
|
+
throw new Error('MaterialDarkTheme is only supported on Android');
|
|
15
|
+
},
|
|
16
|
+
fonts
|
|
17
|
+
};
|
|
18
|
+
//# sourceMappingURL=MaterialTheme.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["fonts","MaterialLightTheme","dark","colors","Error","MaterialDarkTheme"],"sourceRoot":"../../../src","sources":["theming/MaterialTheme.tsx"],"mappings":";;AAEA,SAASA,KAAK,QAAQ,YAAS;AAE/B,OAAO,MAAMC,kBAAkB,GAAG;EAChCC,IAAI,EAAE,KAAK;EACX,IAAIC,MAAMA,CAAA,EAAoB;IAC5B,MAAM,IAAIC,KAAK,CAAC,iDAAiD,CAAC;EACpE,CAAC;EACDJ;AACF,CAA0B;AAE1B,OAAO,MAAMK,iBAAiB,GAAG;EAC/BH,IAAI,EAAE,IAAI;EACV,IAAIC,MAAMA,CAAA,EAAoB;IAC5B,MAAM,IAAIC,KAAK,CAAC,gDAAgD,CAAC;EACnE,CAAC;EACDJ;AACF,CAA0B","ignoreList":[]}
|
|
@@ -35,14 +35,22 @@ export function useLinking(ref, {
|
|
|
35
35
|
if (independent) {
|
|
36
36
|
return undefined;
|
|
37
37
|
}
|
|
38
|
-
if (enabled !== false && linkingHandlers.size) {
|
|
39
|
-
console.error(['Looks like you have configured linking in multiple places. This is likely an error since deep links should only be handled in one place to avoid conflicts. Make sure that:', "- You don't have multiple NavigationContainers in the app each with 'linking' enabled", '- Only a single instance of the root component is rendered', Platform.OS === 'android' ? "- You have set 'android:launchMode=singleTask' in the '<activity />' section of the 'AndroidManifest.xml' file to avoid launching multiple instances" : ''].join('\n').trim());
|
|
40
|
-
}
|
|
41
38
|
const handler = Symbol();
|
|
42
39
|
if (enabled !== false) {
|
|
43
40
|
linkingHandlers.add(handler);
|
|
44
41
|
}
|
|
42
|
+
|
|
43
|
+
// In some cases, the effect cleanup may get called out of order
|
|
44
|
+
// This may result in multiple linking handlers being registered
|
|
45
|
+
// For example, when changing the wallpaper on Android
|
|
46
|
+
// Showing the error in a delay avoids false positives
|
|
47
|
+
const timer = setTimeout(() => {
|
|
48
|
+
if (enabled !== false && linkingHandlers.size && !(linkingHandlers.size === 1 && linkingHandlers.has(handler))) {
|
|
49
|
+
console.error(['Looks like you have configured linking in multiple places. This is likely an error since deep links should only be handled in one place to avoid conflicts. Make sure that:', "- You don't have multiple NavigationContainers in the app each with 'linking' enabled", '- Only a single instance of the root component is rendered', Platform.OS === 'android' ? "- You have set 'android:launchMode=singleTask' in the '<activity />' section of the 'AndroidManifest.xml' file to avoid launching multiple instances" : ''].join('\n').trim());
|
|
50
|
+
}
|
|
51
|
+
}, 1000);
|
|
45
52
|
return () => {
|
|
53
|
+
clearTimeout(timer);
|
|
46
54
|
linkingHandlers.delete(handler);
|
|
47
55
|
};
|
|
48
56
|
}, [enabled, independent]);
|
|
@@ -109,14 +117,17 @@ export function useLinking(ref, {
|
|
|
109
117
|
}
|
|
110
118
|
const navigation = ref.current;
|
|
111
119
|
const state = navigation ? getStateFromURL(url) : undefined;
|
|
112
|
-
if (navigation
|
|
113
|
-
const action = getActionFromStateRef.current(state, configRef.current);
|
|
120
|
+
if (navigation) {
|
|
114
121
|
REACT_NAVIGATION_DEVTOOLS.get(navigation)?.listeners.forEach(listener => {
|
|
115
122
|
listener({
|
|
116
|
-
type: '
|
|
117
|
-
url
|
|
123
|
+
type: 'link',
|
|
124
|
+
url,
|
|
125
|
+
state
|
|
118
126
|
});
|
|
119
127
|
});
|
|
128
|
+
}
|
|
129
|
+
if (navigation && state) {
|
|
130
|
+
const action = getActionFromStateRef.current(state, configRef.current);
|
|
120
131
|
if (action !== undefined) {
|
|
121
132
|
try {
|
|
122
133
|
navigation.dispatch(action);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["getActionFromState","getActionFromStateDefault","getStateFromPath","getStateFromPathDefault","useNavigationIndependentTree","React","Linking","Platform","getStateFromHref","linkingHandlers","Set","useLinking","ref","enabled","prefixes","filter","config","getInitialURL","Promise","race","resolve","setTimeout","subscribe","listener","callback","url","subscription","addEventListener","remove","independent","useEffect","process","env","NODE_ENV","undefined","size","console","error","OS","join","trim","
|
|
1
|
+
{"version":3,"names":["getActionFromState","getActionFromStateDefault","getStateFromPath","getStateFromPathDefault","useNavigationIndependentTree","React","Linking","Platform","getStateFromHref","linkingHandlers","Set","useLinking","ref","enabled","prefixes","filter","config","getInitialURL","Promise","race","resolve","setTimeout","subscribe","listener","callback","url","subscription","addEventListener","remove","independent","useEffect","process","env","NODE_ENV","undefined","handler","Symbol","add","timer","size","has","console","error","OS","join","trim","clearTimeout","delete","enabledRef","useRef","prefixesRef","filterRef","configRef","getInitialURLRef","getStateFromPathRef","getActionFromStateRef","current","getStateFromURL","useCallback","e","getInitialState","state","then","thenable","onfulfilled","navigation","REACT_NAVIGATION_DEVTOOLS","get","listeners","forEach","type","action","dispatch","warn","message","resetRoot"],"sourceRoot":"../../src","sources":["useLinking.native.tsx"],"mappings":";;AAAA,SACEA,kBAAkB,IAAIC,yBAAyB,EAC/CC,gBAAgB,IAAIC,uBAAuB,EAG3CC,4BAA4B,QACvB,wBAAwB;AAC/B,OAAO,KAAKC,KAAK,MAAM,OAAO;AAC9B,SAASC,OAAO,EAAEC,QAAQ,QAAQ,cAAc;AAEhD,SAASC,gBAAgB,QAAQ,uBAAoB;AAQrD,MAAMC,eAAe,GAAG,IAAIC,GAAG,CAAS,CAAC;AAEzC,OAAO,SAASC,UAAUA,CACxBC,GAAkE,EAClE;EACEC,OAAO,GAAG,IAAI;EACdC,QAAQ,GAAG,CAAC,GAAG,CAAC;EAChBC,MAAM;EACNC,MAAM;EACNC,aAAa,GAAGA,CAAA,KACdC,OAAO,CAACC,IAAI,CAAC,CACXb,OAAO,CAACW,aAAa,CAAC,CAAC,EACvB,IAAIC,OAAO,CAAaE,OAAO,IAAK;IAClC;IACA;IACAC,UAAU,CAACD,OAAO,EAAE,GAAG,CAAC;EAC1B,CAAC,CAAC,CACH,CAAC;EACJE,SAAS,GAAIC,QAAQ,IAAK;IACxB,MAAMC,QAAQ,GAAGA,CAAC;MAAEC;IAAqB,CAAC,KAAKF,QAAQ,CAACE,GAAG,CAAC;IAE5D,MAAMC,YAAY,GAAGpB,OAAO,CAACqB,gBAAgB,CAAC,KAAK,EAAEH,QAAQ,CAAC;IAE9D,OAAO,MAAM;MACXE,YAAY,CAACE,MAAM,CAAC,CAAC;IACvB,CAAC;EACH,CAAC;EACD1B,gBAAgB,GAAGC,uBAAuB;EAC1CH,kBAAkB,GAAGC;AACd,CAAC,EACV;EACA,MAAM4B,WAAW,GAAGzB,4BAA4B,CAAC,CAAC;EAElDC,KAAK,CAACyB,SAAS,CAAC,MAAM;IACpB,IAAIC,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,YAAY,EAAE;MACzC,OAAOC,SAAS;IAClB;IAEA,IAAIL,WAAW,EAAE;MACf,OAAOK,SAAS;IAClB;IAEA,MAAMC,OAAO,GAAGC,MAAM,CAAC,CAAC;IAExB,IAAIvB,OAAO,KAAK,KAAK,EAAE;MACrBJ,eAAe,CAAC4B,GAAG,CAACF,OAAO,CAAC;IAC9B;;IAEA;IACA;IACA;IACA;IACA,MAAMG,KAAK,GAAGjB,UAAU,CAAC,MAAM;MAC7B,IACER,OAAO,KAAK,KAAK,IACjBJ,eAAe,CAAC8B,IAAI,IACpB,EAAE9B,eAAe,CAAC8B,IAAI,KAAK,CAAC,IAAI9B,eAAe,CAAC+B,GAAG,CAACL,OAAO,CAAC,CAAC,EAC7D;QACAM,OAAO,CAACC,KAAK,CACX,CACE,6KAA6K,EAC7K,uFAAuF,EACvF,4DAA4D,EAC5DnC,QAAQ,CAACoC,EAAE,KAAK,SAAS,GACrB,sJAAsJ,GACtJ,EAAE,CACP,CACEC,IAAI,CAAC,IAAI,CAAC,CACVC,IAAI,CAAC,CACV,CAAC;MACH;IACF,CAAC,EAAE,IAAI,CAAC;IAER,OAAO,MAAM;MACXC,YAAY,CAACR,KAAK,CAAC;MACnB7B,eAAe,CAACsC,MAAM,CAACZ,OAAO,CAAC;IACjC,CAAC;EACH,CAAC,EAAE,CAACtB,OAAO,EAAEgB,WAAW,CAAC,CAAC;;EAE1B;EACA;EACA;EACA,MAAMmB,UAAU,GAAG3C,KAAK,CAAC4C,MAAM,CAACpC,OAAO,CAAC;EACxC,MAAMqC,WAAW,GAAG7C,KAAK,CAAC4C,MAAM,CAACnC,QAAQ,CAAC;EAC1C,MAAMqC,SAAS,GAAG9C,KAAK,CAAC4C,MAAM,CAAClC,MAAM,CAAC;EACtC,MAAMqC,SAAS,GAAG/C,KAAK,CAAC4C,MAAM,CAACjC,MAAM,CAAC;EACtC,MAAMqC,gBAAgB,GAAGhD,KAAK,CAAC4C,MAAM,CAAChC,aAAa,CAAC;EACpD,MAAMqC,mBAAmB,GAAGjD,KAAK,CAAC4C,MAAM,CAAC/C,gBAAgB,CAAC;EAC1D,MAAMqD,qBAAqB,GAAGlD,KAAK,CAAC4C,MAAM,CAACjD,kBAAkB,CAAC;EAE9DK,KAAK,CAACyB,SAAS,CAAC,MAAM;IACpBkB,UAAU,CAACQ,OAAO,GAAG3C,OAAO;IAC5BqC,WAAW,CAACM,OAAO,GAAG1C,QAAQ;IAC9BqC,SAAS,CAACK,OAAO,GAAGzC,MAAM;IAC1BqC,SAAS,CAACI,OAAO,GAAGxC,MAAM;IAC1BqC,gBAAgB,CAACG,OAAO,GAAGvC,aAAa;IACxCqC,mBAAmB,CAACE,OAAO,GAAGtD,gBAAgB;IAC9CqD,qBAAqB,CAACC,OAAO,GAAGxD,kBAAkB;EACpD,CAAC,CAAC;EAEF,MAAMyD,eAAe,GAAGpD,KAAK,CAACqD,WAAW,CACtCjC,GAA8B,IAAK;IAClC,IAAI,CAACA,GAAG,EAAE;MACR,OAAOS,SAAS;IAClB;IAEA,IAAI;MACF,OAAO1B,gBAAgB,CAACiB,GAAG,EAAE;QAC3BX,QAAQ,EAAEoC,WAAW,CAACM,OAAO;QAC7BzC,MAAM,EAAEoC,SAAS,CAACK,OAAO;QACzBxC,MAAM,EAAEoC,SAAS,CAACI,OAAO;QACzBtD,gBAAgB,EAAEoD,mBAAmB,CAACE;MACxC,CAAC,CAAC;IACJ,CAAC,CAAC,OAAOG,CAAC,EAAE;MACV,OAAOzB,SAAS;IAClB;EACF,CAAC,EACD,EACF,CAAC;EAED,MAAM0B,eAAe,GAAGvD,KAAK,CAACqD,WAAW,CAAC,MAAM;IAC9C,IAAIG,KAA8B;IAElC,IAAIb,UAAU,CAACQ,OAAO,EAAE;MACtB,MAAM/B,GAAG,GAAG4B,gBAAgB,CAACG,OAAO,CAAC,CAAC;MAEtC,IAAI/B,GAAG,IAAI,IAAI,EAAE;QACf,IAAI,OAAOA,GAAG,KAAK,QAAQ,EAAE;UAC3B,OAAOA,GAAG,CAACqC,IAAI,CAAErC,GAAG,IAAK;YACvB,MAAMoC,KAAK,GAAGJ,eAAe,CAAChC,GAAG,CAAC;YAElC,OAAOoC,KAAK;UACd,CAAC,CAAC;QACJ;MACF;MAEAA,KAAK,GAAGJ,eAAe,CAAChC,GAAG,CAAC;IAC9B;IAEA,MAAMsC,QAA2C,GAAG;MAClDD,IAAIA,CAACE,WAAsD,EAAE;QAC3D,OAAO9C,OAAO,CAACE,OAAO,CAAC4C,WAAW,GAAGA,WAAW,CAACH,KAAK,CAAC,GAAGA,KAAK,CAAC;MAClE;IACF,CAAC;IAED,OAAOE,QAAQ;EACjB,CAAC,EAAE,CAACN,eAAe,CAAC,CAAC;EAErBpD,KAAK,CAACyB,SAAS,CAAC,MAAM;IACpB,MAAMP,QAAQ,GAAIE,GAAW,IAAK;MAChC,IAAI,CAACZ,OAAO,EAAE;QACZ;MACF;MAEA,MAAMoD,UAAU,GAAGrD,GAAG,CAAC4C,OAAO;MAC9B,MAAMK,KAAK,GAAGI,UAAU,GAAGR,eAAe,CAAChC,GAAG,CAAC,GAAGS,SAAS;MAE3D,IAAI+B,UAAU,EAAE;QACdC,yBAAyB,CAACC,GAAG,CAACF,UAAU,CAAC,EAAEG,SAAS,CAACC,OAAO,CACzD9C,QAAQ,IAAK;UACZA,QAAQ,CAAC;YACP+C,IAAI,EAAE,MAAM;YACZ7C,GAAG;YACHoC;UACF,CAAC,CAAC;QACJ,CACF,CAAC;MACH;MAEA,IAAII,UAAU,IAAIJ,KAAK,EAAE;QACvB,MAAMU,MAAM,GAAGhB,qBAAqB,CAACC,OAAO,CAACK,KAAK,EAAET,SAAS,CAACI,OAAO,CAAC;QAEtE,IAAIe,MAAM,KAAKrC,SAAS,EAAE;UACxB,IAAI;YACF+B,UAAU,CAACO,QAAQ,CAACD,MAAM,CAAC;UAC7B,CAAC,CAAC,OAAOZ,CAAC,EAAE;YACV;YACA;YACAlB,OAAO,CAACgC,IAAI,CACV,qDAAqDhD,GAAG,MACtD,OAAOkC,CAAC,KAAK,QAAQ,IAAIA,CAAC,IAAI,IAAI,IAAI,SAAS,IAAIA,CAAC,GAChDA,CAAC,CAACe,OAAO,GACTf,CAAC,EAET,CAAC;UACH;QACF,CAAC,MAAM;UACLM,UAAU,CAACU,SAAS,CAACd,KAAK,CAAC;QAC7B;MACF;IACF,CAAC;IAED,OAAOvC,SAAS,CAACC,QAAQ,CAAC;EAC5B,CAAC,EAAE,CAACV,OAAO,EAAE4C,eAAe,EAAE3C,QAAQ,EAAEF,GAAG,EAAEU,SAAS,CAAC,CAAC;EAExD,OAAO;IACLsC;EACF,CAAC;AACH","ignoreList":[]}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import { type NavigationContainerProps, type NavigationContainerRef, type RootParamList } from '@react-navigation/core';
|
|
1
|
+
import { type NavigationContainerProps, type NavigationContainerRef, type NavigationState, type PartialState, type RootParamList } from '@react-navigation/core';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
import type { DocumentTitleOptions, LinkingOptions, LocaleDirection, Persistor } from './types';
|
|
4
4
|
declare global {
|
|
5
5
|
var REACT_NAVIGATION_DEVTOOLS: WeakMap<NavigationContainerRef<any>, {
|
|
6
6
|
readonly linking: LinkingOptions<any>;
|
|
7
7
|
readonly listeners: Set<(data: {
|
|
8
|
-
type: '
|
|
8
|
+
type: 'link';
|
|
9
9
|
url: string;
|
|
10
|
+
state: PartialState<NavigationState> | undefined;
|
|
10
11
|
}) => void>;
|
|
11
12
|
}>;
|
|
12
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavigationContainer.d.ts","sourceRoot":"","sources":["../../../src/NavigationContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,
|
|
1
|
+
{"version":3,"file":"NavigationContainer.d.ts","sourceRoot":"","sources":["../../../src/NavigationContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,eAAe,EAEpB,KAAK,YAAY,EACjB,KAAK,aAAa,EAGnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,KAAK,EACV,oBAAoB,EACpB,cAAc,EACd,eAAe,EACf,SAAS,EACV,MAAM,SAAS,CAAC;AAMjB,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,yBAAyB,EAAE,OAAO,CACpC,sBAAsB,CAAC,GAAG,CAAC,EAC3B;QACE,QAAQ,CAAC,OAAO,EAAE,cAAc,CAAC,GAAG,CAAC,CAAC;QACtC,QAAQ,CAAC,SAAS,EAAE,GAAG,CACrB,CAAC,IAAI,EAAE;YACL,IAAI,EAAE,MAAM,CAAC;YACb,GAAG,EAAE,MAAM,CAAC;YACZ,KAAK,EAAE,YAAY,CAAC,eAAe,CAAC,GAAG,SAAS,CAAC;SAClD,KAAK,IAAI,CACX,CAAC;KACH,CACF,CAAC;CACH;AAID,KAAK,KAAK,CAAC,SAAS,SAAS,EAAE,IAAI,wBAAwB,GAAG;IAC5D;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,wBAAwB,CAAC,cAAc,CAAC,CAAC;IACxD;;OAEG;IACH,SAAS,CAAC,EAAE,eAAe,CAAC;IAC5B;;;;;OAKG;IACH,OAAO,CAAC,EAAE,cAAc,CAAC,SAAS,CAAC,CAAC;IACpC;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC;IACrC;;;;;OAKG;IACH,aAAa,CAAC,EAAE,oBAAoB,CAAC;CACtC,CAAC;AAqKF;;;;GAIG;AACH,eAAO,MAAM,mBAAmB,EAE3B,CAAC,SAAS,SAAS,EAAE,GAAG,aAAa,EACxC,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,GAAG;IACxB,GAAG,CAAC,EAAE,KAAK,CAAC,GAAG,CAAC,sBAAsB,CAAC,SAAS,CAAC,CAAC,CAAC;CACpD,KACE,KAAK,CAAC,YAAY,CAAC"}
|
|
@@ -7,7 +7,8 @@ export { SFSymbol, type SFSymbolProps } from './native/SFSymbol';
|
|
|
7
7
|
export { NavigationContainer } from './NavigationContainer';
|
|
8
8
|
export { ServerContainer } from './ServerContainer';
|
|
9
9
|
export { DarkTheme } from './theming/DarkTheme';
|
|
10
|
-
export { DefaultTheme } from './theming/
|
|
10
|
+
export { LightTheme as DefaultTheme } from './theming/LightTheme';
|
|
11
|
+
export { MaterialDarkTheme, MaterialLightTheme } from './theming/MaterialTheme';
|
|
11
12
|
export * from './types';
|
|
12
13
|
export { useLinkBuilder } from './useLinkBuilder';
|
|
13
14
|
export { type LinkProps, useLinkProps } from './useLinkProps';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EACL,cAAc,EACd,KAAK,mBAAmB,GACzB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,YAAY,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EACL,cAAc,EACd,KAAK,mBAAmB,GACzB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,mBAAmB,CAAC;AACjE,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,UAAU,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAClE,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAChF,cAAc,SAAS,CAAC;AACxB,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,KAAK,SAAS,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAC9C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,cAAc,wBAAwB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const LightTheme: {
|
|
2
2
|
readonly dark: false;
|
|
3
3
|
readonly colors: {
|
|
4
4
|
readonly primary: "rgb(0, 122, 255)";
|
|
@@ -61,4 +61,4 @@ export declare const DefaultTheme: {
|
|
|
61
61
|
};
|
|
62
62
|
};
|
|
63
63
|
};
|
|
64
|
-
//# sourceMappingURL=
|
|
64
|
+
//# sourceMappingURL=LightTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LightTheme.d.ts","sourceRoot":"","sources":["../../../../src/theming/LightTheme.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWG,CAAC"}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
export declare const MaterialLightTheme: {
|
|
2
|
+
readonly dark: false;
|
|
3
|
+
readonly colors: {
|
|
4
|
+
readonly primary: import("react-native").OpaqueColorValue;
|
|
5
|
+
readonly background: import("react-native").OpaqueColorValue;
|
|
6
|
+
readonly card: import("react-native").OpaqueColorValue;
|
|
7
|
+
readonly text: import("react-native").OpaqueColorValue;
|
|
8
|
+
readonly border: import("react-native").OpaqueColorValue;
|
|
9
|
+
readonly notification: import("react-native").OpaqueColorValue;
|
|
10
|
+
};
|
|
11
|
+
readonly fonts: {
|
|
12
|
+
readonly regular: {
|
|
13
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
14
|
+
readonly fontWeight: "400";
|
|
15
|
+
};
|
|
16
|
+
readonly medium: {
|
|
17
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
18
|
+
readonly fontWeight: "500";
|
|
19
|
+
};
|
|
20
|
+
readonly bold: {
|
|
21
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
22
|
+
readonly fontWeight: "600";
|
|
23
|
+
};
|
|
24
|
+
readonly heavy: {
|
|
25
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
26
|
+
readonly fontWeight: "700";
|
|
27
|
+
};
|
|
28
|
+
} | {
|
|
29
|
+
readonly regular: {
|
|
30
|
+
readonly fontFamily: "System";
|
|
31
|
+
readonly fontWeight: "400";
|
|
32
|
+
};
|
|
33
|
+
readonly medium: {
|
|
34
|
+
readonly fontFamily: "System";
|
|
35
|
+
readonly fontWeight: "500";
|
|
36
|
+
};
|
|
37
|
+
readonly bold: {
|
|
38
|
+
readonly fontFamily: "System";
|
|
39
|
+
readonly fontWeight: "600";
|
|
40
|
+
};
|
|
41
|
+
readonly heavy: {
|
|
42
|
+
readonly fontFamily: "System";
|
|
43
|
+
readonly fontWeight: "700";
|
|
44
|
+
};
|
|
45
|
+
} | {
|
|
46
|
+
readonly regular: {
|
|
47
|
+
readonly fontFamily: "sans-serif";
|
|
48
|
+
readonly fontWeight: "normal";
|
|
49
|
+
};
|
|
50
|
+
readonly medium: {
|
|
51
|
+
readonly fontFamily: "sans-serif-medium";
|
|
52
|
+
readonly fontWeight: "normal";
|
|
53
|
+
};
|
|
54
|
+
readonly bold: {
|
|
55
|
+
readonly fontFamily: "sans-serif";
|
|
56
|
+
readonly fontWeight: "600";
|
|
57
|
+
};
|
|
58
|
+
readonly heavy: {
|
|
59
|
+
readonly fontFamily: "sans-serif";
|
|
60
|
+
readonly fontWeight: "700";
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
export declare const MaterialDarkTheme: {
|
|
65
|
+
readonly dark: true;
|
|
66
|
+
readonly colors: {
|
|
67
|
+
readonly primary: import("react-native").OpaqueColorValue;
|
|
68
|
+
readonly background: import("react-native").OpaqueColorValue;
|
|
69
|
+
readonly card: import("react-native").OpaqueColorValue;
|
|
70
|
+
readonly text: import("react-native").OpaqueColorValue;
|
|
71
|
+
readonly border: import("react-native").OpaqueColorValue;
|
|
72
|
+
readonly notification: import("react-native").OpaqueColorValue;
|
|
73
|
+
};
|
|
74
|
+
readonly fonts: {
|
|
75
|
+
readonly regular: {
|
|
76
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
77
|
+
readonly fontWeight: "400";
|
|
78
|
+
};
|
|
79
|
+
readonly medium: {
|
|
80
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
81
|
+
readonly fontWeight: "500";
|
|
82
|
+
};
|
|
83
|
+
readonly bold: {
|
|
84
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
85
|
+
readonly fontWeight: "600";
|
|
86
|
+
};
|
|
87
|
+
readonly heavy: {
|
|
88
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
89
|
+
readonly fontWeight: "700";
|
|
90
|
+
};
|
|
91
|
+
} | {
|
|
92
|
+
readonly regular: {
|
|
93
|
+
readonly fontFamily: "System";
|
|
94
|
+
readonly fontWeight: "400";
|
|
95
|
+
};
|
|
96
|
+
readonly medium: {
|
|
97
|
+
readonly fontFamily: "System";
|
|
98
|
+
readonly fontWeight: "500";
|
|
99
|
+
};
|
|
100
|
+
readonly bold: {
|
|
101
|
+
readonly fontFamily: "System";
|
|
102
|
+
readonly fontWeight: "600";
|
|
103
|
+
};
|
|
104
|
+
readonly heavy: {
|
|
105
|
+
readonly fontFamily: "System";
|
|
106
|
+
readonly fontWeight: "700";
|
|
107
|
+
};
|
|
108
|
+
} | {
|
|
109
|
+
readonly regular: {
|
|
110
|
+
readonly fontFamily: "sans-serif";
|
|
111
|
+
readonly fontWeight: "normal";
|
|
112
|
+
};
|
|
113
|
+
readonly medium: {
|
|
114
|
+
readonly fontFamily: "sans-serif-medium";
|
|
115
|
+
readonly fontWeight: "normal";
|
|
116
|
+
};
|
|
117
|
+
readonly bold: {
|
|
118
|
+
readonly fontFamily: "sans-serif";
|
|
119
|
+
readonly fontWeight: "600";
|
|
120
|
+
};
|
|
121
|
+
readonly heavy: {
|
|
122
|
+
readonly fontFamily: "sans-serif";
|
|
123
|
+
readonly fontWeight: "700";
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
};
|
|
127
|
+
//# sourceMappingURL=MaterialTheme.android.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MaterialTheme.android.d.ts","sourceRoot":"","sources":["../../../../src/theming/MaterialTheme.android.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWL,CAAC;AAE3B,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWJ,CAAC"}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import type { Theme } from '@react-navigation/core';
|
|
2
|
+
export declare const MaterialLightTheme: {
|
|
3
|
+
readonly dark: false;
|
|
4
|
+
readonly colors: Theme["colors"];
|
|
5
|
+
readonly fonts: {
|
|
6
|
+
readonly regular: {
|
|
7
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
8
|
+
readonly fontWeight: "400";
|
|
9
|
+
};
|
|
10
|
+
readonly medium: {
|
|
11
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
12
|
+
readonly fontWeight: "500";
|
|
13
|
+
};
|
|
14
|
+
readonly bold: {
|
|
15
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
16
|
+
readonly fontWeight: "600";
|
|
17
|
+
};
|
|
18
|
+
readonly heavy: {
|
|
19
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
20
|
+
readonly fontWeight: "700";
|
|
21
|
+
};
|
|
22
|
+
} | {
|
|
23
|
+
readonly regular: {
|
|
24
|
+
readonly fontFamily: "System";
|
|
25
|
+
readonly fontWeight: "400";
|
|
26
|
+
};
|
|
27
|
+
readonly medium: {
|
|
28
|
+
readonly fontFamily: "System";
|
|
29
|
+
readonly fontWeight: "500";
|
|
30
|
+
};
|
|
31
|
+
readonly bold: {
|
|
32
|
+
readonly fontFamily: "System";
|
|
33
|
+
readonly fontWeight: "600";
|
|
34
|
+
};
|
|
35
|
+
readonly heavy: {
|
|
36
|
+
readonly fontFamily: "System";
|
|
37
|
+
readonly fontWeight: "700";
|
|
38
|
+
};
|
|
39
|
+
} | {
|
|
40
|
+
readonly regular: {
|
|
41
|
+
readonly fontFamily: "sans-serif";
|
|
42
|
+
readonly fontWeight: "normal";
|
|
43
|
+
};
|
|
44
|
+
readonly medium: {
|
|
45
|
+
readonly fontFamily: "sans-serif-medium";
|
|
46
|
+
readonly fontWeight: "normal";
|
|
47
|
+
};
|
|
48
|
+
readonly bold: {
|
|
49
|
+
readonly fontFamily: "sans-serif";
|
|
50
|
+
readonly fontWeight: "600";
|
|
51
|
+
};
|
|
52
|
+
readonly heavy: {
|
|
53
|
+
readonly fontFamily: "sans-serif";
|
|
54
|
+
readonly fontWeight: "700";
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export declare const MaterialDarkTheme: {
|
|
59
|
+
readonly dark: true;
|
|
60
|
+
readonly colors: Theme["colors"];
|
|
61
|
+
readonly fonts: {
|
|
62
|
+
readonly regular: {
|
|
63
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
64
|
+
readonly fontWeight: "400";
|
|
65
|
+
};
|
|
66
|
+
readonly medium: {
|
|
67
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
68
|
+
readonly fontWeight: "500";
|
|
69
|
+
};
|
|
70
|
+
readonly bold: {
|
|
71
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
72
|
+
readonly fontWeight: "600";
|
|
73
|
+
};
|
|
74
|
+
readonly heavy: {
|
|
75
|
+
readonly fontFamily: "system-ui, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"";
|
|
76
|
+
readonly fontWeight: "700";
|
|
77
|
+
};
|
|
78
|
+
} | {
|
|
79
|
+
readonly regular: {
|
|
80
|
+
readonly fontFamily: "System";
|
|
81
|
+
readonly fontWeight: "400";
|
|
82
|
+
};
|
|
83
|
+
readonly medium: {
|
|
84
|
+
readonly fontFamily: "System";
|
|
85
|
+
readonly fontWeight: "500";
|
|
86
|
+
};
|
|
87
|
+
readonly bold: {
|
|
88
|
+
readonly fontFamily: "System";
|
|
89
|
+
readonly fontWeight: "600";
|
|
90
|
+
};
|
|
91
|
+
readonly heavy: {
|
|
92
|
+
readonly fontFamily: "System";
|
|
93
|
+
readonly fontWeight: "700";
|
|
94
|
+
};
|
|
95
|
+
} | {
|
|
96
|
+
readonly regular: {
|
|
97
|
+
readonly fontFamily: "sans-serif";
|
|
98
|
+
readonly fontWeight: "normal";
|
|
99
|
+
};
|
|
100
|
+
readonly medium: {
|
|
101
|
+
readonly fontFamily: "sans-serif-medium";
|
|
102
|
+
readonly fontWeight: "normal";
|
|
103
|
+
};
|
|
104
|
+
readonly bold: {
|
|
105
|
+
readonly fontFamily: "sans-serif";
|
|
106
|
+
readonly fontWeight: "600";
|
|
107
|
+
};
|
|
108
|
+
readonly heavy: {
|
|
109
|
+
readonly fontFamily: "sans-serif";
|
|
110
|
+
readonly fontWeight: "700";
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
};
|
|
114
|
+
//# sourceMappingURL=MaterialTheme.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MaterialTheme.d.ts","sourceRoot":"","sources":["../../../../src/theming/MaterialTheme.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,wBAAwB,CAAC;AAIpD,eAAO,MAAM,kBAAkB;;qBAEf,KAAK,CAAC,QAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIL,CAAC;AAE3B,eAAO,MAAM,iBAAiB;;qBAEd,KAAK,CAAC,QAAQ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAIL,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLinking.native.d.ts","sourceRoot":"","sources":["../../../src/useLinking.native.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAEnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAI9C,KAAK,OAAO,GAAG,cAAc,CAAC,aAAa,CAAC,CAAC;AAI7C,wBAAgB,UAAU,CACxB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,EAClE,EACE,OAAc,EACd,QAAgB,EAChB,MAAM,EACN,MAAM,EACN,aAQI,EACJ,SAQC,EACD,gBAA0C,EAC1C,kBAA8C,GAC/C,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useLinking.native.d.ts","sourceRoot":"","sources":["../../../src/useLinking.native.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,sBAAsB,EAC3B,KAAK,aAAa,EAEnB,MAAM,wBAAwB,CAAC;AAChC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AAI9C,KAAK,OAAO,GAAG,cAAc,CAAC,aAAa,CAAC,CAAC;AAI7C,wBAAgB,UAAU,CACxB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,EAClE,EACE,OAAc,EACd,QAAgB,EAChB,MAAM,EACN,MAAM,EACN,aAQI,EACJ,SAQC,EACD,gBAA0C,EAC1C,kBAA8C,GAC/C,EAAE,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAyKX"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-navigation/native",
|
|
3
3
|
"description": "React Native integration for React Navigation",
|
|
4
|
-
"version": "8.0.0-alpha.
|
|
4
|
+
"version": "8.0.0-alpha.9",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react-native",
|
|
7
7
|
"react-navigation",
|
|
@@ -118,5 +118,5 @@
|
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "50f082713bccec33aa2cab55481804707aa8af08"
|
|
122
122
|
}
|
|
@@ -6,7 +6,9 @@ import {
|
|
|
6
6
|
type InitialState,
|
|
7
7
|
type NavigationContainerProps,
|
|
8
8
|
type NavigationContainerRef,
|
|
9
|
+
type NavigationState,
|
|
9
10
|
type ParamListBase,
|
|
11
|
+
type PartialState,
|
|
10
12
|
type RootParamList,
|
|
11
13
|
ThemeProvider,
|
|
12
14
|
validatePathConfig,
|
|
@@ -16,7 +18,7 @@ import { I18nManager, Platform } from 'react-native';
|
|
|
16
18
|
|
|
17
19
|
import { LinkingContext } from './LinkingContext';
|
|
18
20
|
import { LocaleDirContext } from './LocaleDirContext';
|
|
19
|
-
import {
|
|
21
|
+
import { LightTheme } from './theming/LightTheme';
|
|
20
22
|
import type {
|
|
21
23
|
DocumentTitleOptions,
|
|
22
24
|
LinkingOptions,
|
|
@@ -34,7 +36,11 @@ declare global {
|
|
|
34
36
|
{
|
|
35
37
|
readonly linking: LinkingOptions<any>;
|
|
36
38
|
readonly listeners: Set<
|
|
37
|
-
(data: {
|
|
39
|
+
(data: {
|
|
40
|
+
type: 'link';
|
|
41
|
+
url: string;
|
|
42
|
+
state: PartialState<NavigationState> | undefined;
|
|
43
|
+
}) => void
|
|
38
44
|
>;
|
|
39
45
|
}
|
|
40
46
|
>;
|
|
@@ -108,7 +114,7 @@ const RESTORE_STATE_ERROR =
|
|
|
108
114
|
function NavigationContainerInner(
|
|
109
115
|
{
|
|
110
116
|
direction = I18nManager.getConstants().isRTL ? 'rtl' : 'ltr',
|
|
111
|
-
theme =
|
|
117
|
+
theme = LightTheme,
|
|
112
118
|
linking,
|
|
113
119
|
persistor,
|
|
114
120
|
fallback = null,
|
package/src/index.tsx
CHANGED
|
@@ -10,7 +10,8 @@ export { SFSymbol, type SFSymbolProps } from './native/SFSymbol';
|
|
|
10
10
|
export { NavigationContainer } from './NavigationContainer';
|
|
11
11
|
export { ServerContainer } from './ServerContainer';
|
|
12
12
|
export { DarkTheme } from './theming/DarkTheme';
|
|
13
|
-
export { DefaultTheme } from './theming/
|
|
13
|
+
export { LightTheme as DefaultTheme } from './theming/LightTheme';
|
|
14
|
+
export { MaterialDarkTheme, MaterialLightTheme } from './theming/MaterialTheme';
|
|
14
15
|
export * from './types';
|
|
15
16
|
export { useLinkBuilder } from './useLinkBuilder';
|
|
16
17
|
export { type LinkProps, useLinkProps } from './useLinkProps';
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import type { Theme } from '@react-navigation/core';
|
|
2
|
+
import { PlatformColor } from 'react-native';
|
|
3
|
+
|
|
4
|
+
import { fonts } from './fonts';
|
|
5
|
+
|
|
6
|
+
export const MaterialLightTheme = {
|
|
7
|
+
dark: false,
|
|
8
|
+
colors: {
|
|
9
|
+
primary: PlatformColor('@android:color/system_primary_light'),
|
|
10
|
+
background: PlatformColor('@android:color/system_surface_container_light'),
|
|
11
|
+
card: PlatformColor('@android:color/system_background_light'),
|
|
12
|
+
text: PlatformColor('@android:color/system_on_surface_light'),
|
|
13
|
+
border: PlatformColor('@android:color/system_outline_variant_light'),
|
|
14
|
+
notification: PlatformColor('@android:color/system_error_light'),
|
|
15
|
+
},
|
|
16
|
+
fonts,
|
|
17
|
+
} as const satisfies Theme;
|
|
18
|
+
|
|
19
|
+
export const MaterialDarkTheme = {
|
|
20
|
+
dark: true,
|
|
21
|
+
colors: {
|
|
22
|
+
primary: PlatformColor('@android:color/system_primary_dark'),
|
|
23
|
+
background: PlatformColor('@android:color/system_surface_container_dark'),
|
|
24
|
+
card: PlatformColor('@android:color/system_background_dark'),
|
|
25
|
+
text: PlatformColor('@android:color/system_on_surface_dark'),
|
|
26
|
+
border: PlatformColor('@android:color/system_outline_variant_dark'),
|
|
27
|
+
notification: PlatformColor('@android:color/system_error_dark'),
|
|
28
|
+
},
|
|
29
|
+
fonts,
|
|
30
|
+
} as const satisfies Theme;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Theme } from '@react-navigation/core';
|
|
2
|
+
|
|
3
|
+
import { fonts } from './fonts';
|
|
4
|
+
|
|
5
|
+
export const MaterialLightTheme = {
|
|
6
|
+
dark: false,
|
|
7
|
+
get colors(): Theme['colors'] {
|
|
8
|
+
throw new Error('MaterialLightTheme is only supported on Android');
|
|
9
|
+
},
|
|
10
|
+
fonts,
|
|
11
|
+
} as const satisfies Theme;
|
|
12
|
+
|
|
13
|
+
export const MaterialDarkTheme = {
|
|
14
|
+
dark: true,
|
|
15
|
+
get colors(): Theme['colors'] {
|
|
16
|
+
throw new Error('MaterialDarkTheme is only supported on Android');
|
|
17
|
+
},
|
|
18
|
+
fonts,
|
|
19
|
+
} as const satisfies Theme;
|
|
@@ -58,28 +58,39 @@ export function useLinking(
|
|
|
58
58
|
return undefined;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
|
-
if (enabled !== false && linkingHandlers.size) {
|
|
62
|
-
console.error(
|
|
63
|
-
[
|
|
64
|
-
'Looks like you have configured linking in multiple places. This is likely an error since deep links should only be handled in one place to avoid conflicts. Make sure that:',
|
|
65
|
-
"- You don't have multiple NavigationContainers in the app each with 'linking' enabled",
|
|
66
|
-
'- Only a single instance of the root component is rendered',
|
|
67
|
-
Platform.OS === 'android'
|
|
68
|
-
? "- You have set 'android:launchMode=singleTask' in the '<activity />' section of the 'AndroidManifest.xml' file to avoid launching multiple instances"
|
|
69
|
-
: '',
|
|
70
|
-
]
|
|
71
|
-
.join('\n')
|
|
72
|
-
.trim()
|
|
73
|
-
);
|
|
74
|
-
}
|
|
75
|
-
|
|
76
61
|
const handler = Symbol();
|
|
77
62
|
|
|
78
63
|
if (enabled !== false) {
|
|
79
64
|
linkingHandlers.add(handler);
|
|
80
65
|
}
|
|
81
66
|
|
|
67
|
+
// In some cases, the effect cleanup may get called out of order
|
|
68
|
+
// This may result in multiple linking handlers being registered
|
|
69
|
+
// For example, when changing the wallpaper on Android
|
|
70
|
+
// Showing the error in a delay avoids false positives
|
|
71
|
+
const timer = setTimeout(() => {
|
|
72
|
+
if (
|
|
73
|
+
enabled !== false &&
|
|
74
|
+
linkingHandlers.size &&
|
|
75
|
+
!(linkingHandlers.size === 1 && linkingHandlers.has(handler))
|
|
76
|
+
) {
|
|
77
|
+
console.error(
|
|
78
|
+
[
|
|
79
|
+
'Looks like you have configured linking in multiple places. This is likely an error since deep links should only be handled in one place to avoid conflicts. Make sure that:',
|
|
80
|
+
"- You don't have multiple NavigationContainers in the app each with 'linking' enabled",
|
|
81
|
+
'- Only a single instance of the root component is rendered',
|
|
82
|
+
Platform.OS === 'android'
|
|
83
|
+
? "- You have set 'android:launchMode=singleTask' in the '<activity />' section of the 'AndroidManifest.xml' file to avoid launching multiple instances"
|
|
84
|
+
: '',
|
|
85
|
+
]
|
|
86
|
+
.join('\n')
|
|
87
|
+
.trim()
|
|
88
|
+
);
|
|
89
|
+
}
|
|
90
|
+
}, 1000);
|
|
91
|
+
|
|
82
92
|
return () => {
|
|
93
|
+
clearTimeout(timer);
|
|
83
94
|
linkingHandlers.delete(handler);
|
|
84
95
|
};
|
|
85
96
|
}, [enabled, independent]);
|
|
@@ -162,14 +173,20 @@ export function useLinking(
|
|
|
162
173
|
const navigation = ref.current;
|
|
163
174
|
const state = navigation ? getStateFromURL(url) : undefined;
|
|
164
175
|
|
|
165
|
-
if (navigation
|
|
166
|
-
const action = getActionFromStateRef.current(state, configRef.current);
|
|
167
|
-
|
|
176
|
+
if (navigation) {
|
|
168
177
|
REACT_NAVIGATION_DEVTOOLS.get(navigation)?.listeners.forEach(
|
|
169
178
|
(listener) => {
|
|
170
|
-
listener({
|
|
179
|
+
listener({
|
|
180
|
+
type: 'link',
|
|
181
|
+
url,
|
|
182
|
+
state,
|
|
183
|
+
});
|
|
171
184
|
}
|
|
172
185
|
);
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
if (navigation && state) {
|
|
189
|
+
const action = getActionFromStateRef.current(state, configRef.current);
|
|
173
190
|
|
|
174
191
|
if (action !== undefined) {
|
|
175
192
|
try {
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["fonts","DefaultTheme","dark","colors","primary","background","card","text","border","notification"],"sourceRoot":"../../../src","sources":["theming/DefaultTheme.tsx"],"mappings":";;AAEA,SAASA,KAAK,QAAQ,YAAS;AAE/B,OAAO,MAAMC,YAAY,GAAG;EAC1BC,IAAI,EAAE,KAAK;EACXC,MAAM,EAAE;IACNC,OAAO,EAAE,kBAAkB;IAC3BC,UAAU,EAAE,oBAAoB;IAChCC,IAAI,EAAE,oBAAoB;IAC1BC,IAAI,EAAE,iBAAiB;IACvBC,MAAM,EAAE,oBAAoB;IAC5BC,YAAY,EAAE;EAChB,CAAC;EACDT;AACF,CAA0B","ignoreList":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DefaultTheme.d.ts","sourceRoot":"","sources":["../../../../src/theming/DefaultTheme.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWC,CAAC"}
|