We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aed64f1 + 10bafb4 commit dcba832Copy full SHA for dcba832
types/index.d.ts
@@ -0,0 +1,11 @@
1
+declare module 'react-native-brownfield' {
2
+ /**
3
+ * A method to pop to native screen used to push React Native experience.
4
+ */
5
+ export function popToNative(animated?: boolean): void;
6
+
7
8
+ * A method used to toggle iOS native back gesture and Android hardware back button.
9
10
+ export function setNativeGesturesAndButtonsEnabled(enabled: boolean): void;
11
+}
0 commit comments