@react-navigation/elements 1.3.9 → 1.3.11

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 (130) hide show
  1. package/lib/commonjs/Background.js +0 -7
  2. package/lib/commonjs/Background.js.map +1 -1
  3. package/lib/commonjs/Header/Header.js +3 -20
  4. package/lib/commonjs/Header/Header.js.map +1 -1
  5. package/lib/commonjs/Header/HeaderBackButton.js +4 -22
  6. package/lib/commonjs/Header/HeaderBackButton.js.map +1 -1
  7. package/lib/commonjs/Header/HeaderBackContext.js +0 -3
  8. package/lib/commonjs/Header/HeaderBackContext.js.map +1 -1
  9. package/lib/commonjs/Header/HeaderBackground.js +0 -8
  10. package/lib/commonjs/Header/HeaderBackground.js.map +1 -1
  11. package/lib/commonjs/Header/HeaderHeightContext.js +0 -3
  12. package/lib/commonjs/Header/HeaderHeightContext.js.map +1 -1
  13. package/lib/commonjs/Header/HeaderShownContext.js +0 -3
  14. package/lib/commonjs/Header/HeaderShownContext.js.map +1 -1
  15. package/lib/commonjs/Header/HeaderTitle.js +0 -8
  16. package/lib/commonjs/Header/HeaderTitle.js.map +1 -1
  17. package/lib/commonjs/Header/getDefaultHeaderHeight.js +0 -4
  18. package/lib/commonjs/Header/getDefaultHeaderHeight.js.map +1 -1
  19. package/lib/commonjs/Header/getHeaderTitle.js +0 -1
  20. package/lib/commonjs/Header/getHeaderTitle.js.map +1 -1
  21. package/lib/commonjs/Header/useHeaderHeight.js +0 -8
  22. package/lib/commonjs/Header/useHeaderHeight.js.map +1 -1
  23. package/lib/commonjs/MaskedView.android.js +0 -2
  24. package/lib/commonjs/MaskedView.android.js.map +1 -1
  25. package/lib/commonjs/MaskedView.ios.js +0 -2
  26. package/lib/commonjs/MaskedView.ios.js.map +1 -1
  27. package/lib/commonjs/MaskedView.js +1 -1
  28. package/lib/commonjs/MaskedView.js.map +1 -1
  29. package/lib/commonjs/MaskedViewNative.js +3 -11
  30. package/lib/commonjs/MaskedViewNative.js.map +1 -1
  31. package/lib/commonjs/MissingIcon.js +0 -6
  32. package/lib/commonjs/MissingIcon.js.map +1 -1
  33. package/lib/commonjs/PlatformPressable.js +1 -14
  34. package/lib/commonjs/PlatformPressable.js.map +1 -1
  35. package/lib/commonjs/ResourceSavingView.js +6 -12
  36. package/lib/commonjs/ResourceSavingView.js.map +1 -1
  37. package/lib/commonjs/SafeAreaProviderCompat.js +3 -13
  38. package/lib/commonjs/SafeAreaProviderCompat.js.map +1 -1
  39. package/lib/commonjs/Screen.js +1 -14
  40. package/lib/commonjs/Screen.js.map +1 -1
  41. package/lib/commonjs/getNamedContext.js +1 -10
  42. package/lib/commonjs/getNamedContext.js.map +1 -1
  43. package/lib/commonjs/index.js +4 -22
  44. package/lib/commonjs/index.js.map +1 -1
  45. package/lib/commonjs/types.js.map +1 -1
  46. package/lib/module/Background.js +0 -1
  47. package/lib/module/Background.js.map +1 -1
  48. package/lib/module/Header/Header.js +3 -8
  49. package/lib/module/Header/Header.js.map +1 -1
  50. package/lib/module/Header/HeaderBackButton.js +4 -12
  51. package/lib/module/Header/HeaderBackButton.js.map +1 -1
  52. package/lib/module/Header/HeaderBackContext.js.map +1 -1
  53. package/lib/module/Header/HeaderBackground.js +0 -1
  54. package/lib/module/Header/HeaderBackground.js.map +1 -1
  55. package/lib/module/Header/HeaderHeightContext.js.map +1 -1
  56. package/lib/module/Header/HeaderShownContext.js.map +1 -1
  57. package/lib/module/Header/HeaderTitle.js +0 -1
  58. package/lib/module/Header/HeaderTitle.js.map +1 -1
  59. package/lib/module/Header/getDefaultHeaderHeight.js +0 -2
  60. package/lib/module/Header/getDefaultHeaderHeight.js.map +1 -1
  61. package/lib/module/Header/getHeaderTitle.js.map +1 -1
  62. package/lib/module/Header/useHeaderHeight.js +0 -2
  63. package/lib/module/Header/useHeaderHeight.js.map +1 -1
  64. package/lib/module/MaskedView.android.js.map +1 -1
  65. package/lib/module/MaskedView.ios.js.map +1 -1
  66. package/lib/module/MaskedView.js +1 -0
  67. package/lib/module/MaskedView.js.map +1 -1
  68. package/lib/module/MaskedViewNative.js +2 -5
  69. package/lib/module/MaskedViewNative.js.map +1 -1
  70. package/lib/module/MissingIcon.js.map +1 -1
  71. package/lib/module/PlatformPressable.js +1 -7
  72. package/lib/module/PlatformPressable.js.map +1 -1
  73. package/lib/module/ResourceSavingView.js +6 -6
  74. package/lib/module/ResourceSavingView.js.map +1 -1
  75. package/lib/module/SafeAreaProviderCompat.js +3 -3
  76. package/lib/module/SafeAreaProviderCompat.js.map +1 -1
  77. package/lib/module/Screen.js +1 -1
  78. package/lib/module/Screen.js.map +1 -1
  79. package/lib/module/getNamedContext.js +1 -5
  80. package/lib/module/getNamedContext.js.map +1 -1
  81. package/lib/module/index.js +4 -2
  82. package/lib/module/index.js.map +1 -1
  83. package/lib/module/types.js.map +1 -1
  84. package/lib/typescript/src/Background.d.ts +1 -0
  85. package/lib/typescript/src/Background.d.ts.map +1 -0
  86. package/lib/typescript/src/Header/Header.d.ts +1 -0
  87. package/lib/typescript/src/Header/Header.d.ts.map +1 -0
  88. package/lib/typescript/src/Header/HeaderBackButton.d.ts +1 -0
  89. package/lib/typescript/src/Header/HeaderBackButton.d.ts.map +1 -0
  90. package/lib/typescript/src/Header/HeaderBackContext.d.ts +1 -0
  91. package/lib/typescript/src/Header/HeaderBackContext.d.ts.map +1 -0
  92. package/lib/typescript/src/Header/HeaderBackground.d.ts +1 -0
  93. package/lib/typescript/src/Header/HeaderBackground.d.ts.map +1 -0
  94. package/lib/typescript/src/Header/HeaderHeightContext.d.ts +1 -0
  95. package/lib/typescript/src/Header/HeaderHeightContext.d.ts.map +1 -0
  96. package/lib/typescript/src/Header/HeaderShownContext.d.ts +1 -0
  97. package/lib/typescript/src/Header/HeaderShownContext.d.ts.map +1 -0
  98. package/lib/typescript/src/Header/HeaderTitle.d.ts +1 -0
  99. package/lib/typescript/src/Header/HeaderTitle.d.ts.map +1 -0
  100. package/lib/typescript/src/Header/getDefaultHeaderHeight.d.ts +1 -0
  101. package/lib/typescript/src/Header/getDefaultHeaderHeight.d.ts.map +1 -0
  102. package/lib/typescript/src/Header/getHeaderTitle.d.ts +1 -0
  103. package/lib/typescript/src/Header/getHeaderTitle.d.ts.map +1 -0
  104. package/lib/typescript/src/Header/useHeaderHeight.d.ts +1 -0
  105. package/lib/typescript/src/Header/useHeaderHeight.d.ts.map +1 -0
  106. package/lib/typescript/src/MaskedView.android.d.ts +1 -0
  107. package/lib/typescript/src/MaskedView.android.d.ts.map +1 -0
  108. package/lib/typescript/src/MaskedView.d.ts +1 -0
  109. package/lib/typescript/src/MaskedView.d.ts.map +1 -0
  110. package/lib/typescript/src/MaskedView.ios.d.ts +1 -0
  111. package/lib/typescript/src/MaskedView.ios.d.ts.map +1 -0
  112. package/lib/typescript/src/MaskedViewNative.d.ts +1 -0
  113. package/lib/typescript/src/MaskedViewNative.d.ts.map +1 -0
  114. package/lib/typescript/src/MissingIcon.d.ts +1 -0
  115. package/lib/typescript/src/MissingIcon.d.ts.map +1 -0
  116. package/lib/typescript/src/PlatformPressable.d.ts +1 -0
  117. package/lib/typescript/src/PlatformPressable.d.ts.map +1 -0
  118. package/lib/typescript/src/ResourceSavingView.d.ts +1 -0
  119. package/lib/typescript/src/ResourceSavingView.d.ts.map +1 -0
  120. package/lib/typescript/src/SafeAreaProviderCompat.d.ts +1 -0
  121. package/lib/typescript/src/SafeAreaProviderCompat.d.ts.map +1 -0
  122. package/lib/typescript/src/Screen.d.ts +1 -0
  123. package/lib/typescript/src/Screen.d.ts.map +1 -0
  124. package/lib/typescript/src/getNamedContext.d.ts +1 -0
  125. package/lib/typescript/src/getNamedContext.d.ts.map +1 -0
  126. package/lib/typescript/src/index.d.ts +1 -0
  127. package/lib/typescript/src/index.d.ts.map +1 -0
  128. package/lib/typescript/src/types.d.ts +1 -0
  129. package/lib/typescript/src/types.d.ts.map +1 -0
  130. package/package.json +4 -4
@@ -1 +1 @@
1
- {"version":3,"names":["NavigationContext","NavigationRouteContext","React","StyleSheet","View","useSafeAreaFrame","useSafeAreaInsets","Background","getDefaultHeaderHeight","HeaderHeightContext","HeaderShownContext","Screen","props","dimensions","insets","isParentHeaderShown","useContext","parentHeaderHeight","focused","modal","header","headerShown","headerTransparent","headerStatusBarHeight","top","navigation","route","children","style","headerHeight","setHeaderHeight","useState","styles","container","content","e","height","nativeEvent","layout","absolute","create","flex","flexDirection","position","left","right"],"sources":["Screen.tsx"],"sourcesContent":["import {\n NavigationContext,\n NavigationProp,\n NavigationRouteContext,\n ParamListBase,\n RouteProp,\n} from '@react-navigation/native';\nimport * as React from 'react';\nimport { StyleProp, StyleSheet, View, ViewStyle } from 'react-native';\nimport {\n useSafeAreaFrame,\n useSafeAreaInsets,\n} from 'react-native-safe-area-context';\n\nimport Background from './Background';\nimport getDefaultHeaderHeight from './Header/getDefaultHeaderHeight';\nimport HeaderHeightContext from './Header/HeaderHeightContext';\nimport HeaderShownContext from './Header/HeaderShownContext';\n\ntype Props = {\n focused: boolean;\n modal?: boolean;\n navigation: NavigationProp<ParamListBase>;\n route: RouteProp<ParamListBase>;\n header: React.ReactNode;\n headerShown?: boolean;\n headerStatusBarHeight?: number;\n headerTransparent?: boolean;\n style?: StyleProp<ViewStyle>;\n children: React.ReactNode;\n};\n\nexport default function Screen(props: Props) {\n const dimensions = useSafeAreaFrame();\n const insets = useSafeAreaInsets();\n\n const isParentHeaderShown = React.useContext(HeaderShownContext);\n const parentHeaderHeight = React.useContext(HeaderHeightContext);\n\n const {\n focused,\n modal = false,\n header,\n headerShown = true,\n headerTransparent,\n headerStatusBarHeight = isParentHeaderShown ? 0 : insets.top,\n navigation,\n route,\n children,\n style,\n } = props;\n\n const [headerHeight, setHeaderHeight] = React.useState(() =>\n getDefaultHeaderHeight(dimensions, modal, headerStatusBarHeight)\n );\n\n return (\n <Background\n accessibilityElementsHidden={!focused}\n importantForAccessibility={focused ? 'auto' : 'no-hide-descendants'}\n style={[styles.container, style]}\n >\n <View style={styles.content}>\n <HeaderShownContext.Provider\n value={isParentHeaderShown || headerShown !== false}\n >\n <HeaderHeightContext.Provider\n value={headerShown ? headerHeight : parentHeaderHeight ?? 0}\n >\n {children}\n </HeaderHeightContext.Provider>\n </HeaderShownContext.Provider>\n </View>\n {headerShown ? (\n <NavigationContext.Provider value={navigation}>\n <NavigationRouteContext.Provider value={route}>\n <View\n onLayout={(e) => {\n const { height } = e.nativeEvent.layout;\n\n setHeaderHeight(height);\n }}\n style={headerTransparent ? styles.absolute : null}\n >\n {header}\n </View>\n </NavigationRouteContext.Provider>\n </NavigationContext.Provider>\n ) : null}\n </Background>\n );\n}\n\nconst styles = StyleSheet.create({\n container: {\n flex: 1,\n flexDirection: 'column-reverse',\n },\n // This is necessary to avoid applying 'column-reverse' to screen content\n content: {\n flex: 1,\n },\n absolute: {\n position: 'absolute',\n top: 0,\n left: 0,\n right: 0,\n },\n});\n"],"mappings":"AAAA,SACEA,iBADF,EAGEC,sBAHF,QAMO,0BANP;AAOA,OAAO,KAAKC,KAAZ,MAAuB,OAAvB;AACA,SAAoBC,UAApB,EAAgCC,IAAhC,QAAuD,cAAvD;AACA,SACEC,gBADF,EAEEC,iBAFF,QAGO,gCAHP;AAKA,OAAOC,UAAP,MAAuB,cAAvB;AACA,OAAOC,sBAAP,MAAmC,iCAAnC;AACA,OAAOC,mBAAP,MAAgC,8BAAhC;AACA,OAAOC,kBAAP,MAA+B,6BAA/B;AAeA,eAAe,SAASC,MAAT,CAAgBC,KAAhB,EAA8B;EAC3C,MAAMC,UAAU,GAAGR,gBAAgB,EAAnC;EACA,MAAMS,MAAM,GAAGR,iBAAiB,EAAhC;EAEA,MAAMS,mBAAmB,GAAGb,KAAK,CAACc,UAAN,CAAiBN,kBAAjB,CAA5B;EACA,MAAMO,kBAAkB,GAAGf,KAAK,CAACc,UAAN,CAAiBP,mBAAjB,CAA3B;EAEA,MAAM;IACJS,OADI;IAEJC,KAAK,GAAG,KAFJ;IAGJC,MAHI;IAIJC,WAAW,GAAG,IAJV;IAKJC,iBALI;IAMJC,qBAAqB,GAAGR,mBAAmB,GAAG,CAAH,GAAOD,MAAM,CAACU,GANrD;IAOJC,UAPI;IAQJC,KARI;IASJC,QATI;IAUJC;EAVI,IAWFhB,KAXJ;EAaA,MAAM,CAACiB,YAAD,EAAeC,eAAf,IAAkC5B,KAAK,CAAC6B,QAAN,CAAe,MACrDvB,sBAAsB,CAACK,UAAD,EAAaM,KAAb,EAAoBI,qBAApB,CADgB,CAAxC;EAIA,oBACE,oBAAC,UAAD;IACE,2BAA2B,EAAE,CAACL,OADhC;IAEE,yBAAyB,EAAEA,OAAO,GAAG,MAAH,GAAY,qBAFhD;IAGE,KAAK,EAAE,CAACc,MAAM,CAACC,SAAR,EAAmBL,KAAnB;EAHT,gBAKE,oBAAC,IAAD;IAAM,KAAK,EAAEI,MAAM,CAACE;EAApB,gBACE,oBAAC,kBAAD,CAAoB,QAApB;IACE,KAAK,EAAEnB,mBAAmB,IAAIM,WAAW,KAAK;EADhD,gBAGE,oBAAC,mBAAD,CAAqB,QAArB;IACE,KAAK,EAAEA,WAAW,GAAGQ,YAAH,GAAkBZ,kBAAlB,aAAkBA,kBAAlB,cAAkBA,kBAAlB,GAAwC;EAD5D,GAGGU,QAHH,CAHF,CADF,CALF,EAgBGN,WAAW,gBACV,oBAAC,iBAAD,CAAmB,QAAnB;IAA4B,KAAK,EAAEI;EAAnC,gBACE,oBAAC,sBAAD,CAAwB,QAAxB;IAAiC,KAAK,EAAEC;EAAxC,gBACE,oBAAC,IAAD;IACE,QAAQ,EAAGS,CAAD,IAAO;MACf,MAAM;QAAEC;MAAF,IAAaD,CAAC,CAACE,WAAF,CAAcC,MAAjC;MAEAR,eAAe,CAACM,MAAD,CAAf;IACD,CALH;IAME,KAAK,EAAEd,iBAAiB,GAAGU,MAAM,CAACO,QAAV,GAAqB;EAN/C,GAQGnB,MARH,CADF,CADF,CADU,GAeR,IA/BN,CADF;AAmCD;AAED,MAAMY,MAAM,GAAG7B,UAAU,CAACqC,MAAX,CAAkB;EAC/BP,SAAS,EAAE;IACTQ,IAAI,EAAE,CADG;IAETC,aAAa,EAAE;EAFN,CADoB;EAK/B;EACAR,OAAO,EAAE;IACPO,IAAI,EAAE;EADC,CANsB;EAS/BF,QAAQ,EAAE;IACRI,QAAQ,EAAE,UADF;IAERnB,GAAG,EAAE,CAFG;IAGRoB,IAAI,EAAE,CAHE;IAIRC,KAAK,EAAE;EAJC;AATqB,CAAlB,CAAf"}
1
+ {"version":3,"names":["NavigationContext","NavigationRouteContext","React","StyleSheet","View","useSafeAreaFrame","useSafeAreaInsets","Background","getDefaultHeaderHeight","HeaderHeightContext","HeaderShownContext","Screen","props","dimensions","insets","isParentHeaderShown","useContext","parentHeaderHeight","focused","modal","header","headerShown","headerTransparent","headerStatusBarHeight","top","navigation","route","children","style","headerHeight","setHeaderHeight","useState","styles","container","content","e","height","nativeEvent","layout","absolute","create","flex","flexDirection","position","left","right"],"sourceRoot":"../../src","sources":["Screen.tsx"],"mappings":"AAAA,SACEA,iBAAiB,EAEjBC,sBAAsB,QAGjB,0BAA0B;AACjC,OAAO,KAAKC,KAAK,MAAM,OAAO;AAC9B,SAAoBC,UAAU,EAAEC,IAAI,QAAmB,cAAc;AACrE,SACEC,gBAAgB,EAChBC,iBAAiB,QACZ,gCAAgC;AAEvC,OAAOC,UAAU,MAAM,cAAc;AACrC,OAAOC,sBAAsB,MAAM,iCAAiC;AACpE,OAAOC,mBAAmB,MAAM,8BAA8B;AAC9D,OAAOC,kBAAkB,MAAM,6BAA6B;AAe5D,eAAe,SAASC,MAAM,CAACC,KAAY,EAAE;EAC3C,MAAMC,UAAU,GAAGR,gBAAgB,EAAE;EACrC,MAAMS,MAAM,GAAGR,iBAAiB,EAAE;EAElC,MAAMS,mBAAmB,GAAGb,KAAK,CAACc,UAAU,CAACN,kBAAkB,CAAC;EAChE,MAAMO,kBAAkB,GAAGf,KAAK,CAACc,UAAU,CAACP,mBAAmB,CAAC;EAEhE,MAAM;IACJS,OAAO;IACPC,KAAK,GAAG,KAAK;IACbC,MAAM;IACNC,WAAW,GAAG,IAAI;IAClBC,iBAAiB;IACjBC,qBAAqB,GAAGR,mBAAmB,GAAG,CAAC,GAAGD,MAAM,CAACU,GAAG;IAC5DC,UAAU;IACVC,KAAK;IACLC,QAAQ;IACRC;EACF,CAAC,GAAGhB,KAAK;EAET,MAAM,CAACiB,YAAY,EAAEC,eAAe,CAAC,GAAG5B,KAAK,CAAC6B,QAAQ,CAAC,MACrDvB,sBAAsB,CAACK,UAAU,EAAEM,KAAK,EAAEI,qBAAqB,CAAC,CACjE;EAED,oBACE,oBAAC,UAAU;IACT,2BAA2B,EAAE,CAACL,OAAQ;IACtC,yBAAyB,EAAEA,OAAO,GAAG,MAAM,GAAG,qBAAsB;IACpE,KAAK,EAAE,CAACc,MAAM,CAACC,SAAS,EAAEL,KAAK;EAAE,gBAEjC,oBAAC,IAAI;IAAC,KAAK,EAAEI,MAAM,CAACE;EAAQ,gBAC1B,oBAAC,kBAAkB,CAAC,QAAQ;IAC1B,KAAK,EAAEnB,mBAAmB,IAAIM,WAAW,KAAK;EAAM,gBAEpD,oBAAC,mBAAmB,CAAC,QAAQ;IAC3B,KAAK,EAAEA,WAAW,GAAGQ,YAAY,GAAGZ,kBAAkB,IAAI;EAAE,GAE3DU,QAAQ,CACoB,CACH,CACzB,EACNN,WAAW,gBACV,oBAAC,iBAAiB,CAAC,QAAQ;IAAC,KAAK,EAAEI;EAAW,gBAC5C,oBAAC,sBAAsB,CAAC,QAAQ;IAAC,KAAK,EAAEC;EAAM,gBAC5C,oBAAC,IAAI;IACH,QAAQ,EAAGS,CAAC,IAAK;MACf,MAAM;QAAEC;MAAO,CAAC,GAAGD,CAAC,CAACE,WAAW,CAACC,MAAM;MAEvCR,eAAe,CAACM,MAAM,CAAC;IACzB,CAAE;IACF,KAAK,EAAEd,iBAAiB,GAAGU,MAAM,CAACO,QAAQ,GAAG;EAAK,GAEjDnB,MAAM,CACF,CACyB,CACP,GAC3B,IAAI,CACG;AAEjB;AAEA,MAAMY,MAAM,GAAG7B,UAAU,CAACqC,MAAM,CAAC;EAC/BP,SAAS,EAAE;IACTQ,IAAI,EAAE,CAAC;IACPC,aAAa,EAAE;EACjB,CAAC;EACD;EACAR,OAAO,EAAE;IACPO,IAAI,EAAE;EACR,CAAC;EACDF,QAAQ,EAAE;IACRI,QAAQ,EAAE,UAAU;IACpBnB,GAAG,EAAE,CAAC;IACNoB,IAAI,EAAE,CAAC;IACPC,KAAK,EAAE;EACT;AACF,CAAC,CAAC"}
@@ -1,16 +1,12 @@
1
- var _global$contexts;
2
-
3
1
  import * as React from 'react';
4
2
  const contexts = '__react_navigation__elements_contexts';
5
3
  // We use a global variable to keep our contexts so that we can reuse same contexts across packages
6
- global[contexts] = (_global$contexts = global[contexts]) !== null && _global$contexts !== void 0 ? _global$contexts : new Map();
4
+ global[contexts] = global[contexts] ?? new Map();
7
5
  export default function getNamedContext(name, initialValue) {
8
6
  let context = global[contexts].get(name);
9
-
10
7
  if (context) {
11
8
  return context;
12
9
  }
13
-
14
10
  context = /*#__PURE__*/React.createContext(initialValue);
15
11
  context.displayName = name;
16
12
  global[contexts].set(name, context);
@@ -1 +1 @@
1
- {"version":3,"names":["React","contexts","global","Map","getNamedContext","name","initialValue","context","get","createContext","displayName","set"],"sources":["getNamedContext.tsx"],"sourcesContent":["import * as React from 'react';\n\nconst contexts = '__react_navigation__elements_contexts';\n\ndeclare global {\n var __react_navigation__elements_contexts: Map<string, React.Context<any>>;\n}\n\n// We use a global variable to keep our contexts so that we can reuse same contexts across packages\nglobal[contexts] = global[contexts] ?? new Map<string, React.Context<any>>();\n\nexport default function getNamedContext<T>(\n name: string,\n initialValue: T\n): React.Context<T> {\n let context = global[contexts].get(name);\n\n if (context) {\n return context;\n }\n\n context = React.createContext<T>(initialValue);\n context.displayName = name;\n\n global[contexts].set(name, context);\n\n return context;\n}\n"],"mappings":";;AAAA,OAAO,KAAKA,KAAZ,MAAuB,OAAvB;AAEA,MAAMC,QAAQ,GAAG,uCAAjB;AAMA;AACAC,MAAM,CAACD,QAAD,CAAN,uBAAmBC,MAAM,CAACD,QAAD,CAAzB,+DAAuC,IAAIE,GAAJ,EAAvC;AAEA,eAAe,SAASC,eAAT,CACbC,IADa,EAEbC,YAFa,EAGK;EAClB,IAAIC,OAAO,GAAGL,MAAM,CAACD,QAAD,CAAN,CAAiBO,GAAjB,CAAqBH,IAArB,CAAd;;EAEA,IAAIE,OAAJ,EAAa;IACX,OAAOA,OAAP;EACD;;EAEDA,OAAO,gBAAGP,KAAK,CAACS,aAAN,CAAuBH,YAAvB,CAAV;EACAC,OAAO,CAACG,WAAR,GAAsBL,IAAtB;EAEAH,MAAM,CAACD,QAAD,CAAN,CAAiBU,GAAjB,CAAqBN,IAArB,EAA2BE,OAA3B;EAEA,OAAOA,OAAP;AACD"}
1
+ {"version":3,"names":["React","contexts","global","Map","getNamedContext","name","initialValue","context","get","createContext","displayName","set"],"sourceRoot":"../../src","sources":["getNamedContext.tsx"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAE9B,MAAMC,QAAQ,GAAG,uCAAuC;AAMxD;AACAC,MAAM,CAACD,QAAQ,CAAC,GAAGC,MAAM,CAACD,QAAQ,CAAC,IAAI,IAAIE,GAAG,EAA8B;AAE5E,eAAe,SAASC,eAAe,CACrCC,IAAY,EACZC,YAAe,EACG;EAClB,IAAIC,OAAO,GAAGL,MAAM,CAACD,QAAQ,CAAC,CAACO,GAAG,CAACH,IAAI,CAAC;EAExC,IAAIE,OAAO,EAAE;IACX,OAAOA,OAAO;EAChB;EAEAA,OAAO,gBAAGP,KAAK,CAACS,aAAa,CAAIH,YAAY,CAAC;EAC9CC,OAAO,CAACG,WAAW,GAAGL,IAAI;EAE1BH,MAAM,CAACD,QAAQ,CAAC,CAACU,GAAG,CAACN,IAAI,EAAEE,OAAO,CAAC;EAEnC,OAAOA,OAAO;AAChB"}
@@ -14,8 +14,10 @@ export { default as PlatformPressable } from './PlatformPressable';
14
14
  export { default as ResourceSavingView } from './ResourceSavingView';
15
15
  export { default as SafeAreaProviderCompat } from './SafeAreaProviderCompat';
16
16
  export { default as Screen } from './Screen';
17
- export const Assets = [// eslint-disable-next-line import/no-commonjs
18
- require('./assets/back-icon.png'), // eslint-disable-next-line import/no-commonjs
17
+ export const Assets = [
18
+ // eslint-disable-next-line import/no-commonjs
19
+ require('./assets/back-icon.png'),
20
+ // eslint-disable-next-line import/no-commonjs
19
21
  require('./assets/back-icon-mask.png')];
20
22
  export * from './types';
21
23
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["default","Background","getDefaultHeaderHeight","getHeaderTitle","Header","HeaderBackButton","HeaderBackContext","HeaderBackground","HeaderHeightContext","HeaderShownContext","HeaderTitle","useHeaderHeight","MissingIcon","PlatformPressable","ResourceSavingView","SafeAreaProviderCompat","Screen","Assets","require"],"sources":["index.tsx"],"sourcesContent":["export { default as Background } from './Background';\nexport { default as getDefaultHeaderHeight } from './Header/getDefaultHeaderHeight';\nexport { default as getHeaderTitle } from './Header/getHeaderTitle';\nexport { default as Header } from './Header/Header';\nexport { default as HeaderBackButton } from './Header/HeaderBackButton';\nexport { default as HeaderBackContext } from './Header/HeaderBackContext';\nexport { default as HeaderBackground } from './Header/HeaderBackground';\nexport { default as HeaderHeightContext } from './Header/HeaderHeightContext';\nexport { default as HeaderShownContext } from './Header/HeaderShownContext';\nexport { default as HeaderTitle } from './Header/HeaderTitle';\nexport { default as useHeaderHeight } from './Header/useHeaderHeight';\nexport { default as MissingIcon } from './MissingIcon';\nexport { default as PlatformPressable } from './PlatformPressable';\nexport { default as ResourceSavingView } from './ResourceSavingView';\nexport { default as SafeAreaProviderCompat } from './SafeAreaProviderCompat';\nexport { default as Screen } from './Screen';\n\nexport const Assets = [\n // eslint-disable-next-line import/no-commonjs\n require('./assets/back-icon.png'),\n // eslint-disable-next-line import/no-commonjs\n require('./assets/back-icon-mask.png'),\n];\n\nexport * from './types';\n"],"mappings":"AAAA,SAASA,OAAO,IAAIC,UAApB,QAAsC,cAAtC;AACA,SAASD,OAAO,IAAIE,sBAApB,QAAkD,iCAAlD;AACA,SAASF,OAAO,IAAIG,cAApB,QAA0C,yBAA1C;AACA,SAASH,OAAO,IAAII,MAApB,QAAkC,iBAAlC;AACA,SAASJ,OAAO,IAAIK,gBAApB,QAA4C,2BAA5C;AACA,SAASL,OAAO,IAAIM,iBAApB,QAA6C,4BAA7C;AACA,SAASN,OAAO,IAAIO,gBAApB,QAA4C,2BAA5C;AACA,SAASP,OAAO,IAAIQ,mBAApB,QAA+C,8BAA/C;AACA,SAASR,OAAO,IAAIS,kBAApB,QAA8C,6BAA9C;AACA,SAAST,OAAO,IAAIU,WAApB,QAAuC,sBAAvC;AACA,SAASV,OAAO,IAAIW,eAApB,QAA2C,0BAA3C;AACA,SAASX,OAAO,IAAIY,WAApB,QAAuC,eAAvC;AACA,SAASZ,OAAO,IAAIa,iBAApB,QAA6C,qBAA7C;AACA,SAASb,OAAO,IAAIc,kBAApB,QAA8C,sBAA9C;AACA,SAASd,OAAO,IAAIe,sBAApB,QAAkD,0BAAlD;AACA,SAASf,OAAO,IAAIgB,MAApB,QAAkC,UAAlC;AAEA,OAAO,MAAMC,MAAM,GAAG,CACpB;AACAC,OAAO,CAAC,wBAAD,CAFa,EAGpB;AACAA,OAAO,CAAC,6BAAD,CAJa,CAAf;AAOP,cAAc,SAAd"}
1
+ {"version":3,"names":["default","Background","getDefaultHeaderHeight","getHeaderTitle","Header","HeaderBackButton","HeaderBackContext","HeaderBackground","HeaderHeightContext","HeaderShownContext","HeaderTitle","useHeaderHeight","MissingIcon","PlatformPressable","ResourceSavingView","SafeAreaProviderCompat","Screen","Assets","require"],"sourceRoot":"../../src","sources":["index.tsx"],"mappings":"AAAA,SAASA,OAAO,IAAIC,UAAU,QAAQ,cAAc;AACpD,SAASD,OAAO,IAAIE,sBAAsB,QAAQ,iCAAiC;AACnF,SAASF,OAAO,IAAIG,cAAc,QAAQ,yBAAyB;AACnE,SAASH,OAAO,IAAII,MAAM,QAAQ,iBAAiB;AACnD,SAASJ,OAAO,IAAIK,gBAAgB,QAAQ,2BAA2B;AACvE,SAASL,OAAO,IAAIM,iBAAiB,QAAQ,4BAA4B;AACzE,SAASN,OAAO,IAAIO,gBAAgB,QAAQ,2BAA2B;AACvE,SAASP,OAAO,IAAIQ,mBAAmB,QAAQ,8BAA8B;AAC7E,SAASR,OAAO,IAAIS,kBAAkB,QAAQ,6BAA6B;AAC3E,SAAST,OAAO,IAAIU,WAAW,QAAQ,sBAAsB;AAC7D,SAASV,OAAO,IAAIW,eAAe,QAAQ,0BAA0B;AACrE,SAASX,OAAO,IAAIY,WAAW,QAAQ,eAAe;AACtD,SAASZ,OAAO,IAAIa,iBAAiB,QAAQ,qBAAqB;AAClE,SAASb,OAAO,IAAIc,kBAAkB,QAAQ,sBAAsB;AACpE,SAASd,OAAO,IAAIe,sBAAsB,QAAQ,0BAA0B;AAC5E,SAASf,OAAO,IAAIgB,MAAM,QAAQ,UAAU;AAE5C,OAAO,MAAMC,MAAM,GAAG;AACpB;AACAC,OAAO,CAAC,wBAAwB,CAAC;AACjC;AACAA,OAAO,CAAC,6BAA6B,CAAC,CACvC;AAED,cAAc,SAAS"}
@@ -1 +1 @@
1
- {"version":3,"names":[],"sources":["types.tsx"],"sourcesContent":["import type {\n Animated,\n LayoutChangeEvent,\n StyleProp,\n TextStyle,\n ViewStyle,\n} from 'react-native';\n\nexport type Layout = { width: number; height: number };\n\nexport type HeaderOptions = {\n /**\n * String or a function that returns a React Element to be used by the header.\n * Defaults to screen `title` or route name.\n *\n * It receives `allowFontScaling`, `tintColor`, `style` and `children` in the options object as an argument.\n * The title string is passed in `children`.\n */\n headerTitle?: string | ((props: HeaderTitleProps) => React.ReactNode);\n /**\n * How to align the the header title.\n * Defaults to `center` on iOS and `left` on Android.\n */\n headerTitleAlign?: 'left' | 'center';\n /**\n * Style object for the title component.\n */\n headerTitleStyle?: Animated.WithAnimatedValue<StyleProp<TextStyle>>;\n /**\n * Style object for the container of the `headerTitle` element.\n */\n headerTitleContainerStyle?: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;\n /**\n * Whether header title font should scale to respect Text Size accessibility settings. Defaults to `false`.\n */\n headerTitleAllowFontScaling?: boolean;\n /**\n * Function which returns a React Element to display on the left side of the header.\n */\n headerLeft?: (props: {\n tintColor?: string;\n pressColor?: string;\n pressOpacity?: number;\n labelVisible?: boolean;\n }) => React.ReactNode;\n /**\n * Whether a label is visible in the left button. Used to add extra padding.\n */\n headerLeftLabelVisible?: boolean;\n /**\n * Style object for the container of the `headerLeft` element`.\n */\n headerLeftContainerStyle?: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;\n /**\n * Function which returns a React Element to display on the right side of the header.\n */\n headerRight?: (props: {\n tintColor?: string;\n pressColor?: string;\n pressOpacity?: number;\n }) => React.ReactNode;\n /**\n * Style object for the container of the `headerRight` element.\n */\n headerRightContainerStyle?: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;\n /**\n * Color for material ripple (Android >= 5.0 only).\n */\n headerPressColor?: string;\n /**\n * Color for material ripple (Android >= 5.0 only).\n */\n headerPressOpacity?: number;\n /**\n * Tint color for the header.\n */\n headerTintColor?: string;\n /**\n * Function which returns a React Element to render as the background of the header.\n * This is useful for using backgrounds such as an image, a gradient, blur effect etc.\n * You can use this with `headerTransparent` to render a blur view, for example, to create a translucent header.\n */\n headerBackground?: (props: {\n style: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;\n }) => React.ReactNode;\n /**\n * Style object for the container of the `headerBackground` element.\n */\n headerBackgroundContainerStyle?: Animated.WithAnimatedValue<\n StyleProp<ViewStyle>\n >;\n /**\n * Defaults to `false`. If `true`, the header will not have a background unless you explicitly provide it with `headerBackground`.\n * The header will also float over the screen so that it overlaps the content underneath.\n * This is useful if you want to render a semi-transparent header or a blurred background.\n */\n headerTransparent?: boolean;\n /**\n * Style object for the header. You can specify a custom background color here, for example.\n */\n headerStyle?: Animated.WithAnimatedValue<StyleProp<ViewStyle>>;\n /**\n * Whether to hide the elevation shadow (Android) or the bottom border (iOS) on the header.\n *\n * This is a short-hand for the following styles:\n *\n * ```js\n * {\n * elevation: 0,\n * shadowOpacity: 0,\n * borderBottomWidth: 0,\n * }\n * ```\n *\n * If the above styles are specified in `headerStyle` along with `headerShadowVisible: false`,\n * then `headerShadowVisible: false` will take precedence.\n */\n headerShadowVisible?: boolean;\n /**\n * Extra padding to add at the top of header to account for translucent status bar.\n * By default, it uses the top value from the safe area insets of the device.\n * Pass 0 or a custom value to disable the default behaviour, and customize the height.\n */\n headerStatusBarHeight?: number;\n};\n\nexport type HeaderTitleProps = {\n /**\n * The title text of the header.\n */\n children: string;\n /**\n * Whether title font should scale to respect Text Size accessibility settings.\n */\n allowFontScaling?: boolean;\n /**\n * Tint color for the header.\n */\n tintColor?: string;\n /**\n * Callback to trigger when the size of the title element changes.\n */\n onLayout?: (e: LayoutChangeEvent) => void;\n /**\n * Style object for the title element.\n */\n style?: Animated.WithAnimatedValue<StyleProp<TextStyle>>;\n};\n\nexport type HeaderButtonProps = {\n /**\n * Tint color for the header button.\n */\n tintColor?: string;\n /**\n * Color for material ripple (Android >= 5.0 only).\n */\n pressColor?: string;\n /**\n * Opacity when the button is pressed, used when ripple is not supported.\n */\n pressOpacity?: number;\n /**\n * Whether it's possible to navigate back in stack.\n */\n canGoBack?: boolean;\n};\n\nexport type HeaderBackButtonProps = HeaderButtonProps & {\n /**\n * Whether the button is disabled.\n */\n disabled?: boolean;\n /**\n * Callback to call when the button is pressed.\n */\n onPress?: () => void;\n /**\n * Function which returns a React Element to display custom image in header's back button.\n */\n backImage?: (props: { tintColor: string }) => React.ReactNode;\n /**\n * Label text for the button. Usually the title of the previous screen.\n * By default, this is only shown on iOS.\n */\n label?: string;\n /**\n * Label text to show when there isn't enough space for the full label.\n */\n truncatedLabel?: string;\n /**\n * Whether the label text is visible.\n * Defaults to `true` on iOS and `false` on Android.\n */\n labelVisible?: boolean;\n /**\n * Style object for the label.\n */\n labelStyle?: Animated.WithAnimatedValue<StyleProp<TextStyle>>;\n /**\n * Whether label font should scale to respect Text Size accessibility settings.\n */\n allowFontScaling?: boolean;\n /**\n * Callback to trigger when the size of the label changes.\n */\n onLabelLayout?: (e: LayoutChangeEvent) => void;\n /**\n * Layout of the screen.\n */\n screenLayout?: Layout;\n /**\n * Layout of the title element in the header.\n */\n titleLayout?: Layout;\n /**\n * Accessibility label for the button for screen readers.\n */\n accessibilityLabel?: string;\n /**\n * ID to locate this button in tests.\n */\n testID?: string;\n /**\n * Style object for the button.\n */\n style?: StyleProp<ViewStyle>;\n};\n"],"mappings":""}
1
+ {"version":3,"names":[],"sourceRoot":"../../src","sources":["types.tsx"],"mappings":""}
@@ -5,3 +5,4 @@ declare type Props = ViewProps & {
5
5
  };
6
6
  export default function Background({ style, ...rest }: Props): JSX.Element;
7
7
  export {};
8
+ //# sourceMappingURL=Background.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Background.d.ts","sourceRoot":"","sources":["../../../src/Background.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAQ,SAAS,EAAE,MAAM,cAAc,CAAC;AAE/C,aAAK,KAAK,GAAG,SAAS,GAAG;IACvB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,eAS3D"}
@@ -16,3 +16,4 @@ declare type Props = HeaderOptions & {
16
16
  };
17
17
  export default function Header(props: Props): JSX.Element;
18
18
  export {};
19
+ //# sourceMappingURL=Header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/Header/Header.tsx"],"names":[],"mappings":";AAOA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAMtD,aAAK,KAAK,GAAG,aAAa,GAAG;IAC3B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAkBF,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,KAAK,EAAE,KAAK,eAuP1C"}
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  import type { HeaderBackButtonProps } from '../types';
3
3
  export default function HeaderBackButton({ disabled, allowFontScaling, backImage, label, labelStyle, labelVisible, onLabelLayout, onPress, pressColor, pressOpacity, screenLayout, tintColor: customTintColor, titleLayout, truncatedLabel, accessibilityLabel, testID, style, }: HeaderBackButtonProps): JSX.Element;
4
+ //# sourceMappingURL=HeaderBackButton.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderBackButton.d.ts","sourceRoot":"","sources":["../../../../src/Header/HeaderBackButton.tsx"],"names":[],"mappings":";AAcA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,UAAU,CAAC;AAEtD,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EACvC,QAAQ,EACR,gBAAgB,EAChB,SAAS,EACT,KAAK,EACL,UAAU,EACV,YAAY,EACZ,aAAa,EACb,OAAO,EACP,UAAU,EACV,YAAY,EACZ,YAAY,EACZ,SAAS,EAAE,eAAe,EAC1B,WAAW,EACX,cAAuB,EACvB,kBAA6E,EAC7E,MAAM,EACN,KAAK,GACN,EAAE,qBAAqB,eAsIvB"}
@@ -3,3 +3,4 @@ declare const HeaderBackContext: import("react").Context<{
3
3
  title: string;
4
4
  } | undefined>;
5
5
  export default HeaderBackContext;
6
+ //# sourceMappingURL=HeaderBackContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderBackContext.d.ts","sourceRoot":"","sources":["../../../../src/Header/HeaderBackContext.tsx"],"names":[],"mappings":";AAEA,QAAA,MAAM,iBAAiB;WAA4B,MAAM;cAGxD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -6,3 +6,4 @@ declare type Props = Omit<ViewProps, 'style'> & {
6
6
  };
7
7
  export default function HeaderBackground({ style, ...rest }: Props): JSX.Element;
8
8
  export {};
9
+ //# sourceMappingURL=HeaderBackground.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderBackground.d.ts","sourceRoot":"","sources":["../../../../src/Header/HeaderBackground.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,QAAQ,EAER,SAAS,EAET,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AAEtB,aAAK,KAAK,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,GAAG;IACtC,KAAK,CAAC,EAAE,QAAQ,CAAC,iBAAiB,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;IACzD,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,eAiBjE"}
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  declare const HeaderHeightContext: import("react").Context<number | undefined>;
3
3
  export default HeaderHeightContext;
4
+ //# sourceMappingURL=HeaderHeightContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderHeightContext.d.ts","sourceRoot":"","sources":["../../../../src/Header/HeaderHeightContext.tsx"],"names":[],"mappings":";AAEA,QAAA,MAAM,mBAAmB,6CAGxB,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,3 +1,4 @@
1
1
  /// <reference types="react" />
2
2
  declare const HeaderShownContext: import("react").Context<boolean>;
3
3
  export default HeaderShownContext;
4
+ //# sourceMappingURL=HeaderShownContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderShownContext.d.ts","sourceRoot":"","sources":["../../../../src/Header/HeaderShownContext.tsx"],"names":[],"mappings":";AAEA,QAAA,MAAM,kBAAkB,kCAA+C,CAAC;AAExE,eAAe,kBAAkB,CAAC"}
@@ -7,3 +7,4 @@ declare type Props = Omit<TextProps, 'style'> & {
7
7
  };
8
8
  export default function HeaderTitle({ tintColor, style, ...rest }: Props): JSX.Element;
9
9
  export {};
10
+ //# sourceMappingURL=HeaderTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HeaderTitle.d.ts","sourceRoot":"","sources":["../../../../src/Header/HeaderTitle.tsx"],"names":[],"mappings":";AAEA,OAAO,EACL,QAAQ,EAER,SAAS,EAET,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AAEtB,aAAK,KAAK,GAAG,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,GAAG;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,QAAQ,CAAC,iBAAiB,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;CAC1D,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,SAAS,EAAE,KAAK,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,eAgBvE"}
@@ -1,2 +1,3 @@
1
1
  import type { Layout } from '../types';
2
2
  export default function getDefaultHeaderHeight(layout: Layout, modalPresentation: boolean, statusBarHeight: number): number;
3
+ //# sourceMappingURL=getDefaultHeaderHeight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getDefaultHeaderHeight.d.ts","sourceRoot":"","sources":["../../../../src/Header/getDefaultHeaderHeight.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAEvC,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAC5C,MAAM,EAAE,MAAM,EACd,iBAAiB,EAAE,OAAO,EAC1B,eAAe,EAAE,MAAM,GACtB,MAAM,CA8BR"}
@@ -3,3 +3,4 @@ export default function getHeaderTitle(options: {
3
3
  title?: string;
4
4
  headerTitle?: HeaderOptions['headerTitle'];
5
5
  }, fallback: string): string;
6
+ //# sourceMappingURL=getHeaderTitle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getHeaderTitle.d.ts","sourceRoot":"","sources":["../../../../src/Header/getHeaderTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C,MAAM,CAAC,OAAO,UAAU,cAAc,CACpC,OAAO,EAAE;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,aAAa,CAAC,aAAa,CAAC,CAAA;CAAE,EACvE,QAAQ,EAAE,MAAM,GACf,MAAM,CAMR"}
@@ -1 +1,2 @@
1
1
  export default function useHeaderHeight(): number;
2
+ //# sourceMappingURL=useHeaderHeight.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useHeaderHeight.d.ts","sourceRoot":"","sources":["../../../../src/Header/useHeaderHeight.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,UAAU,eAAe,WAUtC"}
@@ -1 +1,2 @@
1
1
  export { default } from './MaskedViewNative';
2
+ //# sourceMappingURL=MaskedView.android.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MaskedView.android.d.ts","sourceRoot":"","sources":["../../../src/MaskedView.android.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC"}
@@ -8,3 +8,4 @@ declare type Props = {
8
8
  };
9
9
  export default function MaskedView({ children }: Props): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
10
10
  export {};
11
+ //# sourceMappingURL=MaskedView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MaskedView.d.ts","sourceRoot":"","sources":["../../../src/MaskedView.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,KAAK,KAAK,MAAM,OAAO,CAAC;AAEpC,aAAK,KAAK,GAAG;IACX,WAAW,EAAE,KAAK,CAAC,YAAY,CAAC;IAChC,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;CAC9B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,QAAQ,EAAE,EAAE,KAAK,sEAErD"}
@@ -1 +1,2 @@
1
1
  export { default } from './MaskedViewNative';
2
+ //# sourceMappingURL=MaskedView.ios.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MaskedView.ios.d.ts","sourceRoot":"","sources":["../../../src/MaskedView.ios.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC"}
@@ -8,3 +8,4 @@ declare type Props = React.ComponentProps<MaskedViewType> & {
8
8
  };
9
9
  export default function MaskedView({ children, ...rest }: Props): JSX.Element;
10
10
  export {};
11
+ //# sourceMappingURL=MaskedViewNative.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MaskedViewNative.d.ts","sourceRoot":"","sources":["../../../src/MaskedViewNative.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,aAAK,cAAc,GACjB,cAAc,uCAAuC,EAAE,OAAO,CAAC;AAEjE,aAAK,KAAK,GAAG,KAAK,CAAC,cAAc,CAAC,cAAc,CAAC,GAAG;IAClD,QAAQ,EAAE,KAAK,CAAC,YAAY,CAAC;CAC9B,CAAC;AAeF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,EAAE,KAAK,eAM9D"}
@@ -7,3 +7,4 @@ declare type Props = {
7
7
  };
8
8
  export default function MissingIcon({ color, size, style }: Props): JSX.Element;
9
9
  export {};
10
+ //# sourceMappingURL=MissingIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MissingIcon.d.ts","sourceRoot":"","sources":["../../../src/MissingIcon.tsx"],"names":[],"mappings":";AACA,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAEtE,aAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,EAAE,KAAK,eAEhE"}
@@ -10,3 +10,4 @@ export declare type Props = Omit<PressableProps, 'style'> & {
10
10
  * PlatformPressable provides an abstraction on top of Pressable to handle platform differences.
11
11
  */
12
12
  export default function PlatformPressable({ onPressIn, onPressOut, android_ripple, pressColor, pressOpacity, style, ...rest }: Props): JSX.Element;
13
+ //# sourceMappingURL=PlatformPressable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PlatformPressable.d.ts","sourceRoot":"","sources":["../../../src/PlatformPressable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EACL,QAAQ,EAKR,cAAc,EACd,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AAEtB,oBAAY,KAAK,GAAG,IAAI,CAAC,cAAc,EAAE,OAAO,CAAC,GAAG;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,QAAQ,CAAC,iBAAiB,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC;IACzD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAQF;;GAEG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,EACxC,SAAS,EACT,UAAU,EACV,cAAc,EACd,UAAU,EACV,YAAkB,EAClB,KAAK,EACL,GAAG,IAAI,EACR,EAAE,KAAK,eAgDP"}
@@ -7,3 +7,4 @@ declare type Props = {
7
7
  };
8
8
  export default function ResourceSavingScene({ visible, children, style, ...rest }: Props): JSX.Element;
9
9
  export {};
10
+ //# sourceMappingURL=ResourceSavingView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ResourceSavingView.d.ts","sourceRoot":"","sources":["../../../src/ResourceSavingView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAY,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAEhF,aAAK,KAAK,GAAG;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAIF,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,EAC1C,OAAO,EACP,QAAQ,EACR,KAAK,EACL,GAAG,IAAI,EACR,EAAE,KAAK,eAuCP"}
@@ -9,3 +9,4 @@ declare namespace SafeAreaProviderCompat {
9
9
  var initialMetrics: import("react-native-safe-area-context").Metrics;
10
10
  }
11
11
  export default SafeAreaProviderCompat;
12
+ //# sourceMappingURL=SafeAreaProviderCompat.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SafeAreaProviderCompat.d.ts","sourceRoot":"","sources":["../../../src/SafeAreaProviderCompat.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAGL,SAAS,EAGT,SAAS,EACV,MAAM,cAAc,CAAC;AAOtB,aAAK,KAAK,GAAG;IACX,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,CAAC;AAeF,iBAAwB,sBAAsB,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,EAAE,KAAK,eAmBxE;kBAnBuB,sBAAsB;;;eAAtB,sBAAsB"}
@@ -15,3 +15,4 @@ declare type Props = {
15
15
  };
16
16
  export default function Screen(props: Props): JSX.Element;
17
17
  export {};
18
+ //# sourceMappingURL=Screen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Screen.d.ts","sourceRoot":"","sources":["../../../src/Screen.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,cAAc,EAEd,aAAa,EACb,SAAS,EACV,MAAM,0BAA0B,CAAC;AAClC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAoB,SAAS,EAAE,MAAM,cAAc,CAAC;AAWtE,aAAK,KAAK,GAAG;IACX,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,UAAU,EAAE,cAAc,CAAC,aAAa,CAAC,CAAC;IAC1C,KAAK,EAAE,SAAS,CAAC,aAAa,CAAC,CAAC;IAChC,MAAM,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,KAAK,EAAE,KAAK,eA2D1C"}
@@ -3,3 +3,4 @@ declare global {
3
3
  var __react_navigation__elements_contexts: Map<string, React.Context<any>>;
4
4
  }
5
5
  export default function getNamedContext<T>(name: string, initialValue: T): React.Context<T>;
6
+ //# sourceMappingURL=getNamedContext.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getNamedContext.d.ts","sourceRoot":"","sources":["../../../src/getNamedContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,qCAAqC,EAAE,GAAG,CAAC,MAAM,EAAE,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC;CAC5E;AAKD,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,CAAC,EACvC,IAAI,EAAE,MAAM,EACZ,YAAY,EAAE,CAAC,GACd,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAalB"}
@@ -16,3 +16,4 @@ export { default as SafeAreaProviderCompat } from './SafeAreaProviderCompat';
16
16
  export { default as Screen } from './Screen';
17
17
  export declare const Assets: any[];
18
18
  export * from './types';
19
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AACpF,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACpE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,4BAA4B,CAAC;AAC1E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AACxE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAC9E,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,6BAA6B,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,0BAA0B,CAAC;AACtE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,sBAAsB,EAAE,MAAM,0BAA0B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAE7C,eAAO,MAAM,MAAM,OAKlB,CAAC;AAEF,cAAc,SAAS,CAAC"}
@@ -219,3 +219,4 @@ export declare type HeaderBackButtonProps = HeaderButtonProps & {
219
219
  */
220
220
  style?: StyleProp<ViewStyle>;
221
221
  };
222
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/types.tsx"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-navigation/elements",
3
3
  "description": "UI Components for React Navigation",
4
- "version": "1.3.9",
4
+ "version": "1.3.11",
5
5
  "keywords": [
6
6
  "react-native",
7
7
  "react-navigation",
@@ -38,14 +38,14 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@react-native-masked-view/masked-view": "0.2.7",
41
- "@react-navigation/native": "^6.0.16",
41
+ "@react-navigation/native": "^6.1.1",
42
42
  "@testing-library/react-native": "^11.5.0",
43
43
  "@types/react": "~18.0.0",
44
44
  "@types/react-native": "~0.69.1",
45
45
  "del-cli": "^3.0.1",
46
46
  "react": "18.0.0",
47
47
  "react-native": "0.69.5",
48
- "react-native-builder-bob": "^0.18.1",
48
+ "react-native-builder-bob": "^0.20.3",
49
49
  "typescript": "^4.7.4"
50
50
  },
51
51
  "peerDependencies": {
@@ -68,5 +68,5 @@
68
68
  ]
69
69
  ]
70
70
  },
71
- "gitHead": "4e29403ec63d9304561e296667f6cf15806c316b"
71
+ "gitHead": "2b22d3ea9ca99bc298f4fb48ae9808b65aa25620"
72
72
  }