@react-navigation/native 7.0.0-rc.14 → 7.0.0-rc.15
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/commonjs/ServerContainer.js +14 -8
- package/lib/commonjs/ServerContainer.js.map +1 -1
- package/lib/commonjs/useBackButton.js +1 -0
- package/lib/commonjs/useBackButton.js.map +1 -1
- package/lib/commonjs/useDocumentTitle.native.js +2 -1
- package/lib/commonjs/useDocumentTitle.native.js.map +1 -1
- package/lib/module/Link.js +2 -0
- package/lib/module/Link.js.map +1 -1
- package/lib/module/LinkingContext.js +2 -0
- package/lib/module/LinkingContext.js.map +1 -1
- package/lib/module/LocaleDirContext.js +2 -0
- package/lib/module/LocaleDirContext.js.map +1 -1
- package/lib/module/NavigationContainer.js +2 -0
- package/lib/module/NavigationContainer.js.map +1 -1
- package/lib/module/ServerContainer.js +16 -8
- package/lib/module/ServerContainer.js.map +1 -1
- package/lib/module/ServerContext.js +2 -0
- package/lib/module/ServerContext.js.map +1 -1
- package/lib/module/UnhandledLinkingContext.js +2 -0
- package/lib/module/UnhandledLinkingContext.js.map +1 -1
- package/lib/module/__stubs__/createStackNavigator.js +2 -0
- package/lib/module/__stubs__/createStackNavigator.js.map +1 -1
- package/lib/module/__stubs__/window.js +2 -0
- package/lib/module/__stubs__/window.js.map +1 -1
- package/lib/module/createMemoryHistory.js +2 -0
- package/lib/module/createMemoryHistory.js.map +1 -1
- package/lib/module/createStaticNavigation.js +2 -0
- package/lib/module/createStaticNavigation.js.map +1 -1
- package/lib/module/extractPathFromURL.js +2 -0
- package/lib/module/extractPathFromURL.js.map +1 -1
- package/lib/module/index.js +2 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/theming/DarkTheme.js +2 -0
- package/lib/module/theming/DarkTheme.js.map +1 -1
- package/lib/module/theming/DefaultTheme.js +2 -0
- package/lib/module/theming/DefaultTheme.js.map +1 -1
- package/lib/module/theming/fonts.js +2 -0
- package/lib/module/theming/fonts.js.map +1 -1
- package/lib/module/types.js +2 -0
- package/lib/module/useBackButton.js +3 -0
- package/lib/module/useBackButton.js.map +1 -1
- package/lib/module/useBackButton.native.js +2 -0
- package/lib/module/useBackButton.native.js.map +1 -1
- package/lib/module/useDocumentTitle.js +2 -0
- package/lib/module/useDocumentTitle.js.map +1 -1
- package/lib/module/useDocumentTitle.native.js +4 -1
- package/lib/module/useDocumentTitle.native.js.map +1 -1
- package/lib/module/useLinkBuilder.js +2 -0
- package/lib/module/useLinkBuilder.js.map +1 -1
- package/lib/module/useLinkProps.js +2 -0
- package/lib/module/useLinkProps.js.map +1 -1
- package/lib/module/useLinkTo.js +2 -0
- package/lib/module/useLinkTo.js.map +1 -1
- package/lib/module/useLinking.js +2 -0
- package/lib/module/useLinking.js.map +1 -1
- package/lib/module/useLinking.native.js +2 -0
- package/lib/module/useLinking.native.js.map +1 -1
- package/lib/module/useLocale.js +2 -0
- package/lib/module/useLocale.js.map +1 -1
- package/lib/module/useScrollToTop.js +2 -0
- package/lib/module/useScrollToTop.js.map +1 -1
- package/lib/module/useThenable.js +2 -0
- package/lib/module/useThenable.js.map +1 -1
- package/lib/module/useUnhandledLinking.js +2 -0
- package/lib/module/useUnhandledLinking.js.map +1 -1
- package/lib/typescript/commonjs/package.json +1 -0
- package/lib/typescript/commonjs/src/Link.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/LinkingContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/LocaleDirContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/NavigationContainer.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/ServerContainer.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/ServerContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/UnhandledLinkingContext.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/__stubs__/createStackNavigator.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/__stubs__/window.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/createMemoryHistory.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/createStaticNavigation.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/extractPathFromURL.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/theming/DarkTheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/theming/DefaultTheme.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/theming/fonts.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/types.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useBackButton.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useBackButton.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useDocumentTitle.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useDocumentTitle.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useLinkBuilder.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useLinkProps.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useLinkTo.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useLinking.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useLinking.native.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useLocale.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useScrollToTop.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useThenable.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/useUnhandledLinking.d.ts.map +1 -0
- package/lib/typescript/commonjs/tsconfig.build.tsbuildinfo +1 -0
- package/lib/typescript/module/package.json +1 -0
- package/lib/typescript/module/src/Link.d.ts +22 -0
- package/lib/typescript/module/src/Link.d.ts.map +1 -0
- package/lib/typescript/module/src/LinkingContext.d.ts +7 -0
- package/lib/typescript/module/src/LinkingContext.d.ts.map +1 -0
- package/lib/typescript/module/src/LocaleDirContext.d.ts +4 -0
- package/lib/typescript/module/src/LocaleDirContext.d.ts.map +1 -0
- package/lib/typescript/module/src/NavigationContainer.d.ts +19 -0
- package/lib/typescript/module/src/NavigationContainer.d.ts.map +1 -0
- package/lib/typescript/module/src/ServerContainer.d.ts +14 -0
- package/lib/typescript/module/src/ServerContainer.d.ts.map +1 -0
- package/lib/typescript/module/src/ServerContext.d.ts +9 -0
- package/lib/typescript/module/src/ServerContext.d.ts.map +1 -0
- package/lib/typescript/module/src/UnhandledLinkingContext.d.ts +6 -0
- package/lib/typescript/module/src/UnhandledLinkingContext.d.ts.map +1 -0
- package/lib/typescript/module/src/__stubs__/createStackNavigator.d.ts +13 -0
- package/lib/typescript/module/src/__stubs__/createStackNavigator.d.ts.map +1 -0
- package/lib/typescript/module/src/__stubs__/window.d.ts +18 -0
- package/lib/typescript/module/src/__stubs__/window.d.ts.map +1 -0
- package/lib/typescript/module/src/createMemoryHistory.d.ts +25 -0
- package/lib/typescript/module/src/createMemoryHistory.d.ts.map +1 -0
- package/lib/typescript/module/src/createStaticNavigation.d.ts +34 -0
- package/lib/typescript/module/src/createStaticNavigation.d.ts.map +1 -0
- package/lib/typescript/module/src/extractPathFromURL.d.ts +2 -0
- package/lib/typescript/module/src/extractPathFromURL.d.ts.map +1 -0
- package/lib/typescript/module/src/index.d.ts +15 -0
- package/lib/typescript/module/src/index.d.ts.map +1 -0
- package/lib/typescript/module/src/theming/DarkTheme.d.ts +3 -0
- package/lib/typescript/module/src/theming/DarkTheme.d.ts.map +1 -0
- package/lib/typescript/module/src/theming/DefaultTheme.d.ts +3 -0
- package/lib/typescript/module/src/theming/DefaultTheme.d.ts.map +1 -0
- package/lib/typescript/module/src/theming/fonts.d.ts +53 -0
- package/lib/typescript/module/src/theming/fonts.d.ts.map +1 -0
- package/lib/typescript/module/src/types.d.ts +159 -0
- package/lib/typescript/module/src/types.d.ts.map +1 -0
- package/lib/typescript/module/src/useBackButton.d.ts +3 -0
- package/lib/typescript/module/src/useBackButton.d.ts.map +1 -0
- package/lib/typescript/module/src/useBackButton.native.d.ts +4 -0
- package/lib/typescript/module/src/useBackButton.native.d.ts.map +1 -0
- package/lib/typescript/module/src/useDocumentTitle.d.ts +8 -0
- package/lib/typescript/module/src/useDocumentTitle.d.ts.map +1 -0
- package/lib/typescript/module/src/useDocumentTitle.native.d.ts +2 -0
- package/lib/typescript/module/src/useDocumentTitle.native.d.ts.map +1 -0
- package/lib/typescript/module/src/useLinkBuilder.d.ts +25 -0
- package/lib/typescript/module/src/useLinkBuilder.d.ts.map +1 -0
- package/lib/typescript/module/src/useLinkProps.d.ts +32 -0
- package/lib/typescript/module/src/useLinkProps.d.ts.map +1 -0
- package/lib/typescript/module/src/useLinkTo.d.ts +6 -0
- package/lib/typescript/module/src/useLinkTo.d.ts.map +1 -0
- package/lib/typescript/module/src/useLinking.d.ts +14 -0
- package/lib/typescript/module/src/useLinking.d.ts.map +1 -0
- package/lib/typescript/module/src/useLinking.native.d.ts +33 -0
- package/lib/typescript/module/src/useLinking.native.d.ts.map +1 -0
- package/lib/typescript/module/src/useLocale.d.ts +7 -0
- package/lib/typescript/module/src/useLocale.d.ts.map +1 -0
- package/lib/typescript/module/src/useScrollToTop.d.ts +27 -0
- package/lib/typescript/module/src/useScrollToTop.d.ts.map +1 -0
- package/lib/typescript/module/src/useThenable.d.ts +2 -0
- package/lib/typescript/module/src/useThenable.d.ts.map +1 -0
- package/lib/typescript/module/src/useUnhandledLinking.d.ts +7 -0
- package/lib/typescript/module/src/useUnhandledLinking.d.ts.map +1 -0
- package/lib/typescript/module/tsconfig.build.tsbuildinfo +1 -0
- package/package.json +16 -9
- package/src/ServerContainer.tsx +2 -0
- package/src/useBackButton.tsx +1 -0
- package/src/useDocumentTitle.native.tsx +2 -1
- package/lib/typescript/src/Link.d.ts.map +0 -1
- package/lib/typescript/src/LinkingContext.d.ts.map +0 -1
- package/lib/typescript/src/LocaleDirContext.d.ts.map +0 -1
- package/lib/typescript/src/NavigationContainer.d.ts.map +0 -1
- package/lib/typescript/src/ServerContainer.d.ts.map +0 -1
- package/lib/typescript/src/ServerContext.d.ts.map +0 -1
- package/lib/typescript/src/UnhandledLinkingContext.d.ts.map +0 -1
- package/lib/typescript/src/__stubs__/createStackNavigator.d.ts.map +0 -1
- package/lib/typescript/src/__stubs__/window.d.ts.map +0 -1
- package/lib/typescript/src/createMemoryHistory.d.ts.map +0 -1
- package/lib/typescript/src/createStaticNavigation.d.ts.map +0 -1
- package/lib/typescript/src/extractPathFromURL.d.ts.map +0 -1
- package/lib/typescript/src/index.d.ts.map +0 -1
- package/lib/typescript/src/theming/DarkTheme.d.ts.map +0 -1
- package/lib/typescript/src/theming/DefaultTheme.d.ts.map +0 -1
- package/lib/typescript/src/theming/fonts.d.ts.map +0 -1
- package/lib/typescript/src/types.d.ts.map +0 -1
- package/lib/typescript/src/useBackButton.d.ts.map +0 -1
- package/lib/typescript/src/useBackButton.native.d.ts.map +0 -1
- package/lib/typescript/src/useDocumentTitle.d.ts.map +0 -1
- package/lib/typescript/src/useDocumentTitle.native.d.ts.map +0 -1
- package/lib/typescript/src/useLinkBuilder.d.ts.map +0 -1
- package/lib/typescript/src/useLinkProps.d.ts.map +0 -1
- package/lib/typescript/src/useLinkTo.d.ts.map +0 -1
- package/lib/typescript/src/useLinking.d.ts.map +0 -1
- package/lib/typescript/src/useLinking.native.d.ts.map +0 -1
- package/lib/typescript/src/useLocale.d.ts.map +0 -1
- package/lib/typescript/src/useScrollToTop.d.ts.map +0 -1
- package/lib/typescript/src/useThenable.d.ts.map +0 -1
- package/lib/typescript/src/useUnhandledLinking.d.ts.map +0 -1
- /package/lib/typescript/{src → commonjs/src}/Link.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/LinkingContext.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/LocaleDirContext.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/NavigationContainer.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/ServerContainer.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/ServerContext.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/UnhandledLinkingContext.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/__stubs__/createStackNavigator.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/__stubs__/window.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/createMemoryHistory.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/createStaticNavigation.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/extractPathFromURL.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/index.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/theming/DarkTheme.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/theming/DefaultTheme.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/theming/fonts.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/types.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useBackButton.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useBackButton.native.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useDocumentTitle.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useDocumentTitle.native.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useLinkBuilder.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useLinkProps.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useLinkTo.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useLinking.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useLinking.native.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useLocale.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useScrollToTop.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useThenable.d.ts +0 -0
- /package/lib/typescript/{src → commonjs/src}/useUnhandledLinking.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
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;AAI9C,KAAK,OAAO,GAAG,cAAc,CAAC,aAAa,CAAC,CAAC;AAI7C,wBAAgB,UAAU,CACxB,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,aAAa,CAAC,CAAC,EAC3D,EACE,OAAc,EACd,QAAQ,EACR,MAAM,EACN,MAAM,EACN,aAQI,EACJ,SAmBC,EACD,gBAA0C,EAC1C,kBAA8C,GAC/C,EAAE,OAAO,EACV,kBAAkB,EAAE,CAAC,mBAAmB,EAAE,MAAM,GAAG,SAAS,KAAK,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;EAkKtE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useLocale.d.ts","sourceRoot":"","sources":["../../../src/useLocale.tsx"],"names":[],"mappings":"AAIA;;GAEG;AACH,wBAAgB,SAAS;;EAUxB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useScrollToTop.d.ts","sourceRoot":"","sources":["../../../src/useScrollToTop.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE/C,KAAK,aAAa,GAAG;IAAE,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAEpE,KAAK,cAAc,GACf;IAAE,WAAW,IAAI,IAAI,CAAA;CAAE,GACvB;IAAE,QAAQ,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI,CAAA;CAAE,GAC1C;IAAE,cAAc,CAAC,OAAO,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,IAAI,CAAA;CAAE,GAC1E;IAAE,uBAAuB,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI,CAAA;CAAE,CAAC;AAE9D,KAAK,iBAAiB,GAClB;IAAE,kBAAkB,IAAI,KAAK,CAAC,SAAS,GAAG,UAAU,CAAA;CAAE,GACtD;IAAE,OAAO,IAAI,cAAc,CAAA;CAAE,GAC7B,cAAc,CAAC;AA8BnB,wBAAgB,cAAc,CAAC,GAAG,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,CAAC,QAoErE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useThenable.d.ts","sourceRoot":"","sources":["../../../src/useThenable.tsx"],"names":[],"mappings":"AAEA,wBAAgB,WAAW,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,WAAW,CAAC,CAAC,CAAC,4BAuC1D"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useUnhandledLinking.d.ts","sourceRoot":"","sources":["../../../src/useUnhandledLinking.tsx"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,eAAe,EACpB,KAAK,YAAY,EAClB,MAAM,wBAAwB,CAAC;AA2BhC,wBAAgB,4BAA4B;;gDAU1B,eAAe,KAC5B,YAAY,CAAC,eAAe,CAAC,GAAG,SAAS;;EA+C7C"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|