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.
1 parent 0ba0585 commit 8c636ecCopy full SHA for 8c636ec
src/types.ts
@@ -2,7 +2,7 @@ import {ANDROID, IOS, RESULTS} from './constants';
2
3
type Values<T extends object> = T[keyof T];
4
5
-export type {Rationale} from 'react-native';
+export {Rationale} from 'react-native';
6
7
export type AndroidPermission = Values<typeof ANDROID>;
8
export type IOSPermission = Values<typeof IOS>;
0 commit comments