@react-navigation/elements 1.3.3 → 1.3.4

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { HeaderOptions, Layout } from '../types';
3
2
  declare type Props = HeaderOptions & {
4
3
  /**
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { HeaderBackButtonProps } from '../types';
3
2
  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;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { Animated, StyleProp, TextProps, TextStyle } from 'react-native';
3
2
  declare type Props = Omit<TextProps, 'style'> & {
4
3
  tintColor?: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { StyleProp, TextStyle } from 'react-native';
3
2
  declare type Props = {
4
3
  color?: string;
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.3",
4
+ "version": "1.3.4",
5
5
  "keywords": [
6
6
  "react-native",
7
7
  "react-navigation",
@@ -38,15 +38,15 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@react-native-masked-view/masked-view": "^0.2.4",
41
- "@react-navigation/native": "^6.0.10",
41
+ "@react-navigation/native": "^6.0.11",
42
42
  "@testing-library/react-native": "^7.2.0",
43
- "@types/react": "^17.0.9",
44
- "@types/react-native": "~0.64.9",
43
+ "@types/react": "^17.0.47",
44
+ "@types/react-native": "~0.68.1",
45
45
  "del-cli": "^3.0.1",
46
- "react": "17.0.1",
47
- "react-native": "~0.64.3",
46
+ "react": "17.0.2",
47
+ "react-native": "~0.68.2",
48
48
  "react-native-builder-bob": "^0.18.1",
49
- "typescript": "^4.3.2"
49
+ "typescript": "^4.7.4"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "@react-navigation/native": "^6.0.0",
@@ -68,5 +68,5 @@
68
68
  ]
69
69
  ]
70
70
  },
71
- "gitHead": "b1c421445ecb75d514ce27791433b12f9a7e75b7"
71
+ "gitHead": "f20e54feaa1f8e81d9e72042d18c046af537298e"
72
72
  }