@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.
Files changed (223) hide show
  1. package/lib/commonjs/ServerContainer.js +14 -8
  2. package/lib/commonjs/ServerContainer.js.map +1 -1
  3. package/lib/commonjs/useBackButton.js +1 -0
  4. package/lib/commonjs/useBackButton.js.map +1 -1
  5. package/lib/commonjs/useDocumentTitle.native.js +2 -1
  6. package/lib/commonjs/useDocumentTitle.native.js.map +1 -1
  7. package/lib/module/Link.js +2 -0
  8. package/lib/module/Link.js.map +1 -1
  9. package/lib/module/LinkingContext.js +2 -0
  10. package/lib/module/LinkingContext.js.map +1 -1
  11. package/lib/module/LocaleDirContext.js +2 -0
  12. package/lib/module/LocaleDirContext.js.map +1 -1
  13. package/lib/module/NavigationContainer.js +2 -0
  14. package/lib/module/NavigationContainer.js.map +1 -1
  15. package/lib/module/ServerContainer.js +16 -8
  16. package/lib/module/ServerContainer.js.map +1 -1
  17. package/lib/module/ServerContext.js +2 -0
  18. package/lib/module/ServerContext.js.map +1 -1
  19. package/lib/module/UnhandledLinkingContext.js +2 -0
  20. package/lib/module/UnhandledLinkingContext.js.map +1 -1
  21. package/lib/module/__stubs__/createStackNavigator.js +2 -0
  22. package/lib/module/__stubs__/createStackNavigator.js.map +1 -1
  23. package/lib/module/__stubs__/window.js +2 -0
  24. package/lib/module/__stubs__/window.js.map +1 -1
  25. package/lib/module/createMemoryHistory.js +2 -0
  26. package/lib/module/createMemoryHistory.js.map +1 -1
  27. package/lib/module/createStaticNavigation.js +2 -0
  28. package/lib/module/createStaticNavigation.js.map +1 -1
  29. package/lib/module/extractPathFromURL.js +2 -0
  30. package/lib/module/extractPathFromURL.js.map +1 -1
  31. package/lib/module/index.js +2 -0
  32. package/lib/module/index.js.map +1 -1
  33. package/lib/module/theming/DarkTheme.js +2 -0
  34. package/lib/module/theming/DarkTheme.js.map +1 -1
  35. package/lib/module/theming/DefaultTheme.js +2 -0
  36. package/lib/module/theming/DefaultTheme.js.map +1 -1
  37. package/lib/module/theming/fonts.js +2 -0
  38. package/lib/module/theming/fonts.js.map +1 -1
  39. package/lib/module/types.js +2 -0
  40. package/lib/module/useBackButton.js +3 -0
  41. package/lib/module/useBackButton.js.map +1 -1
  42. package/lib/module/useBackButton.native.js +2 -0
  43. package/lib/module/useBackButton.native.js.map +1 -1
  44. package/lib/module/useDocumentTitle.js +2 -0
  45. package/lib/module/useDocumentTitle.js.map +1 -1
  46. package/lib/module/useDocumentTitle.native.js +4 -1
  47. package/lib/module/useDocumentTitle.native.js.map +1 -1
  48. package/lib/module/useLinkBuilder.js +2 -0
  49. package/lib/module/useLinkBuilder.js.map +1 -1
  50. package/lib/module/useLinkProps.js +2 -0
  51. package/lib/module/useLinkProps.js.map +1 -1
  52. package/lib/module/useLinkTo.js +2 -0
  53. package/lib/module/useLinkTo.js.map +1 -1
  54. package/lib/module/useLinking.js +2 -0
  55. package/lib/module/useLinking.js.map +1 -1
  56. package/lib/module/useLinking.native.js +2 -0
  57. package/lib/module/useLinking.native.js.map +1 -1
  58. package/lib/module/useLocale.js +2 -0
  59. package/lib/module/useLocale.js.map +1 -1
  60. package/lib/module/useScrollToTop.js +2 -0
  61. package/lib/module/useScrollToTop.js.map +1 -1
  62. package/lib/module/useThenable.js +2 -0
  63. package/lib/module/useThenable.js.map +1 -1
  64. package/lib/module/useUnhandledLinking.js +2 -0
  65. package/lib/module/useUnhandledLinking.js.map +1 -1
  66. package/lib/typescript/commonjs/package.json +1 -0
  67. package/lib/typescript/commonjs/src/Link.d.ts.map +1 -0
  68. package/lib/typescript/commonjs/src/LinkingContext.d.ts.map +1 -0
  69. package/lib/typescript/commonjs/src/LocaleDirContext.d.ts.map +1 -0
  70. package/lib/typescript/commonjs/src/NavigationContainer.d.ts.map +1 -0
  71. package/lib/typescript/commonjs/src/ServerContainer.d.ts.map +1 -0
  72. package/lib/typescript/commonjs/src/ServerContext.d.ts.map +1 -0
  73. package/lib/typescript/commonjs/src/UnhandledLinkingContext.d.ts.map +1 -0
  74. package/lib/typescript/commonjs/src/__stubs__/createStackNavigator.d.ts.map +1 -0
  75. package/lib/typescript/commonjs/src/__stubs__/window.d.ts.map +1 -0
  76. package/lib/typescript/commonjs/src/createMemoryHistory.d.ts.map +1 -0
  77. package/lib/typescript/commonjs/src/createStaticNavigation.d.ts.map +1 -0
  78. package/lib/typescript/commonjs/src/extractPathFromURL.d.ts.map +1 -0
  79. package/lib/typescript/commonjs/src/index.d.ts.map +1 -0
  80. package/lib/typescript/commonjs/src/theming/DarkTheme.d.ts.map +1 -0
  81. package/lib/typescript/commonjs/src/theming/DefaultTheme.d.ts.map +1 -0
  82. package/lib/typescript/commonjs/src/theming/fonts.d.ts.map +1 -0
  83. package/lib/typescript/commonjs/src/types.d.ts.map +1 -0
  84. package/lib/typescript/commonjs/src/useBackButton.d.ts.map +1 -0
  85. package/lib/typescript/commonjs/src/useBackButton.native.d.ts.map +1 -0
  86. package/lib/typescript/commonjs/src/useDocumentTitle.d.ts.map +1 -0
  87. package/lib/typescript/commonjs/src/useDocumentTitle.native.d.ts.map +1 -0
  88. package/lib/typescript/commonjs/src/useLinkBuilder.d.ts.map +1 -0
  89. package/lib/typescript/commonjs/src/useLinkProps.d.ts.map +1 -0
  90. package/lib/typescript/commonjs/src/useLinkTo.d.ts.map +1 -0
  91. package/lib/typescript/commonjs/src/useLinking.d.ts.map +1 -0
  92. package/lib/typescript/commonjs/src/useLinking.native.d.ts.map +1 -0
  93. package/lib/typescript/commonjs/src/useLocale.d.ts.map +1 -0
  94. package/lib/typescript/commonjs/src/useScrollToTop.d.ts.map +1 -0
  95. package/lib/typescript/commonjs/src/useThenable.d.ts.map +1 -0
  96. package/lib/typescript/commonjs/src/useUnhandledLinking.d.ts.map +1 -0
  97. package/lib/typescript/commonjs/tsconfig.build.tsbuildinfo +1 -0
  98. package/lib/typescript/module/package.json +1 -0
  99. package/lib/typescript/module/src/Link.d.ts +22 -0
  100. package/lib/typescript/module/src/Link.d.ts.map +1 -0
  101. package/lib/typescript/module/src/LinkingContext.d.ts +7 -0
  102. package/lib/typescript/module/src/LinkingContext.d.ts.map +1 -0
  103. package/lib/typescript/module/src/LocaleDirContext.d.ts +4 -0
  104. package/lib/typescript/module/src/LocaleDirContext.d.ts.map +1 -0
  105. package/lib/typescript/module/src/NavigationContainer.d.ts +19 -0
  106. package/lib/typescript/module/src/NavigationContainer.d.ts.map +1 -0
  107. package/lib/typescript/module/src/ServerContainer.d.ts +14 -0
  108. package/lib/typescript/module/src/ServerContainer.d.ts.map +1 -0
  109. package/lib/typescript/module/src/ServerContext.d.ts +9 -0
  110. package/lib/typescript/module/src/ServerContext.d.ts.map +1 -0
  111. package/lib/typescript/module/src/UnhandledLinkingContext.d.ts +6 -0
  112. package/lib/typescript/module/src/UnhandledLinkingContext.d.ts.map +1 -0
  113. package/lib/typescript/module/src/__stubs__/createStackNavigator.d.ts +13 -0
  114. package/lib/typescript/module/src/__stubs__/createStackNavigator.d.ts.map +1 -0
  115. package/lib/typescript/module/src/__stubs__/window.d.ts +18 -0
  116. package/lib/typescript/module/src/__stubs__/window.d.ts.map +1 -0
  117. package/lib/typescript/module/src/createMemoryHistory.d.ts +25 -0
  118. package/lib/typescript/module/src/createMemoryHistory.d.ts.map +1 -0
  119. package/lib/typescript/module/src/createStaticNavigation.d.ts +34 -0
  120. package/lib/typescript/module/src/createStaticNavigation.d.ts.map +1 -0
  121. package/lib/typescript/module/src/extractPathFromURL.d.ts +2 -0
  122. package/lib/typescript/module/src/extractPathFromURL.d.ts.map +1 -0
  123. package/lib/typescript/module/src/index.d.ts +15 -0
  124. package/lib/typescript/module/src/index.d.ts.map +1 -0
  125. package/lib/typescript/module/src/theming/DarkTheme.d.ts +3 -0
  126. package/lib/typescript/module/src/theming/DarkTheme.d.ts.map +1 -0
  127. package/lib/typescript/module/src/theming/DefaultTheme.d.ts +3 -0
  128. package/lib/typescript/module/src/theming/DefaultTheme.d.ts.map +1 -0
  129. package/lib/typescript/module/src/theming/fonts.d.ts +53 -0
  130. package/lib/typescript/module/src/theming/fonts.d.ts.map +1 -0
  131. package/lib/typescript/module/src/types.d.ts +159 -0
  132. package/lib/typescript/module/src/types.d.ts.map +1 -0
  133. package/lib/typescript/module/src/useBackButton.d.ts +3 -0
  134. package/lib/typescript/module/src/useBackButton.d.ts.map +1 -0
  135. package/lib/typescript/module/src/useBackButton.native.d.ts +4 -0
  136. package/lib/typescript/module/src/useBackButton.native.d.ts.map +1 -0
  137. package/lib/typescript/module/src/useDocumentTitle.d.ts +8 -0
  138. package/lib/typescript/module/src/useDocumentTitle.d.ts.map +1 -0
  139. package/lib/typescript/module/src/useDocumentTitle.native.d.ts +2 -0
  140. package/lib/typescript/module/src/useDocumentTitle.native.d.ts.map +1 -0
  141. package/lib/typescript/module/src/useLinkBuilder.d.ts +25 -0
  142. package/lib/typescript/module/src/useLinkBuilder.d.ts.map +1 -0
  143. package/lib/typescript/module/src/useLinkProps.d.ts +32 -0
  144. package/lib/typescript/module/src/useLinkProps.d.ts.map +1 -0
  145. package/lib/typescript/module/src/useLinkTo.d.ts +6 -0
  146. package/lib/typescript/module/src/useLinkTo.d.ts.map +1 -0
  147. package/lib/typescript/module/src/useLinking.d.ts +14 -0
  148. package/lib/typescript/module/src/useLinking.d.ts.map +1 -0
  149. package/lib/typescript/module/src/useLinking.native.d.ts +33 -0
  150. package/lib/typescript/module/src/useLinking.native.d.ts.map +1 -0
  151. package/lib/typescript/module/src/useLocale.d.ts +7 -0
  152. package/lib/typescript/module/src/useLocale.d.ts.map +1 -0
  153. package/lib/typescript/module/src/useScrollToTop.d.ts +27 -0
  154. package/lib/typescript/module/src/useScrollToTop.d.ts.map +1 -0
  155. package/lib/typescript/module/src/useThenable.d.ts +2 -0
  156. package/lib/typescript/module/src/useThenable.d.ts.map +1 -0
  157. package/lib/typescript/module/src/useUnhandledLinking.d.ts +7 -0
  158. package/lib/typescript/module/src/useUnhandledLinking.d.ts.map +1 -0
  159. package/lib/typescript/module/tsconfig.build.tsbuildinfo +1 -0
  160. package/package.json +16 -9
  161. package/src/ServerContainer.tsx +2 -0
  162. package/src/useBackButton.tsx +1 -0
  163. package/src/useDocumentTitle.native.tsx +2 -1
  164. package/lib/typescript/src/Link.d.ts.map +0 -1
  165. package/lib/typescript/src/LinkingContext.d.ts.map +0 -1
  166. package/lib/typescript/src/LocaleDirContext.d.ts.map +0 -1
  167. package/lib/typescript/src/NavigationContainer.d.ts.map +0 -1
  168. package/lib/typescript/src/ServerContainer.d.ts.map +0 -1
  169. package/lib/typescript/src/ServerContext.d.ts.map +0 -1
  170. package/lib/typescript/src/UnhandledLinkingContext.d.ts.map +0 -1
  171. package/lib/typescript/src/__stubs__/createStackNavigator.d.ts.map +0 -1
  172. package/lib/typescript/src/__stubs__/window.d.ts.map +0 -1
  173. package/lib/typescript/src/createMemoryHistory.d.ts.map +0 -1
  174. package/lib/typescript/src/createStaticNavigation.d.ts.map +0 -1
  175. package/lib/typescript/src/extractPathFromURL.d.ts.map +0 -1
  176. package/lib/typescript/src/index.d.ts.map +0 -1
  177. package/lib/typescript/src/theming/DarkTheme.d.ts.map +0 -1
  178. package/lib/typescript/src/theming/DefaultTheme.d.ts.map +0 -1
  179. package/lib/typescript/src/theming/fonts.d.ts.map +0 -1
  180. package/lib/typescript/src/types.d.ts.map +0 -1
  181. package/lib/typescript/src/useBackButton.d.ts.map +0 -1
  182. package/lib/typescript/src/useBackButton.native.d.ts.map +0 -1
  183. package/lib/typescript/src/useDocumentTitle.d.ts.map +0 -1
  184. package/lib/typescript/src/useDocumentTitle.native.d.ts.map +0 -1
  185. package/lib/typescript/src/useLinkBuilder.d.ts.map +0 -1
  186. package/lib/typescript/src/useLinkProps.d.ts.map +0 -1
  187. package/lib/typescript/src/useLinkTo.d.ts.map +0 -1
  188. package/lib/typescript/src/useLinking.d.ts.map +0 -1
  189. package/lib/typescript/src/useLinking.native.d.ts.map +0 -1
  190. package/lib/typescript/src/useLocale.d.ts.map +0 -1
  191. package/lib/typescript/src/useScrollToTop.d.ts.map +0 -1
  192. package/lib/typescript/src/useThenable.d.ts.map +0 -1
  193. package/lib/typescript/src/useUnhandledLinking.d.ts.map +0 -1
  194. /package/lib/typescript/{src → commonjs/src}/Link.d.ts +0 -0
  195. /package/lib/typescript/{src → commonjs/src}/LinkingContext.d.ts +0 -0
  196. /package/lib/typescript/{src → commonjs/src}/LocaleDirContext.d.ts +0 -0
  197. /package/lib/typescript/{src → commonjs/src}/NavigationContainer.d.ts +0 -0
  198. /package/lib/typescript/{src → commonjs/src}/ServerContainer.d.ts +0 -0
  199. /package/lib/typescript/{src → commonjs/src}/ServerContext.d.ts +0 -0
  200. /package/lib/typescript/{src → commonjs/src}/UnhandledLinkingContext.d.ts +0 -0
  201. /package/lib/typescript/{src → commonjs/src}/__stubs__/createStackNavigator.d.ts +0 -0
  202. /package/lib/typescript/{src → commonjs/src}/__stubs__/window.d.ts +0 -0
  203. /package/lib/typescript/{src → commonjs/src}/createMemoryHistory.d.ts +0 -0
  204. /package/lib/typescript/{src → commonjs/src}/createStaticNavigation.d.ts +0 -0
  205. /package/lib/typescript/{src → commonjs/src}/extractPathFromURL.d.ts +0 -0
  206. /package/lib/typescript/{src → commonjs/src}/index.d.ts +0 -0
  207. /package/lib/typescript/{src → commonjs/src}/theming/DarkTheme.d.ts +0 -0
  208. /package/lib/typescript/{src → commonjs/src}/theming/DefaultTheme.d.ts +0 -0
  209. /package/lib/typescript/{src → commonjs/src}/theming/fonts.d.ts +0 -0
  210. /package/lib/typescript/{src → commonjs/src}/types.d.ts +0 -0
  211. /package/lib/typescript/{src → commonjs/src}/useBackButton.d.ts +0 -0
  212. /package/lib/typescript/{src → commonjs/src}/useBackButton.native.d.ts +0 -0
  213. /package/lib/typescript/{src → commonjs/src}/useDocumentTitle.d.ts +0 -0
  214. /package/lib/typescript/{src → commonjs/src}/useDocumentTitle.native.d.ts +0 -0
  215. /package/lib/typescript/{src → commonjs/src}/useLinkBuilder.d.ts +0 -0
  216. /package/lib/typescript/{src → commonjs/src}/useLinkProps.d.ts +0 -0
  217. /package/lib/typescript/{src → commonjs/src}/useLinkTo.d.ts +0 -0
  218. /package/lib/typescript/{src → commonjs/src}/useLinking.d.ts +0 -0
  219. /package/lib/typescript/{src → commonjs/src}/useLinking.native.d.ts +0 -0
  220. /package/lib/typescript/{src → commonjs/src}/useLocale.d.ts +0 -0
  221. /package/lib/typescript/{src → commonjs/src}/useScrollToTop.d.ts +0 -0
  222. /package/lib/typescript/{src → commonjs/src}/useThenable.d.ts +0 -0
  223. /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