-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.d.ts
38 lines (35 loc) · 1.15 KB
/
index.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
declare module "react-native-fullscreen-chz" {
export default class FullScreenChz {
/**
* @see https://github.com/chzappsinc/react-native-fullscreen-chz/tree/main/example#enable
*
* Enable FullScreen in Android
* Hide Both StatusBar and NavigationBar
*
* @author Jasim T K
* @see https://chzapps.com
*
*/
static enable(): void;
/**
* @see https://github.com/chzappsinc/react-native-fullscreen-chz/tree/main/example#disable
*
* Disable fullScreen View in Android (Animated = false)
*
* @see https://github.com/chzappsinc/react-native-fullscreen-chz/tree/main/upcoming#animated-visible
*
* @author Jasim T K
* @see https://chzapps.com
*
*/
static disable(): void;
}
}
/**
*
▒█▀▀█ ▒█░▒█ ▒█▀▀▀█ ░█▀▀█ ▒█▀▀█ ▒█▀▀█ ▒█▀▀▀█
▒█░░░ ▒█▀▀█ ░▄▄▄▀▀ ▒█▄▄█ ▒█▄▄█ ▒█▄▄█ ░▀▀▀▄▄
▒█▄▄█ ▒█░▒█ ▒█▄▄▄█ ▒█░▒█ ▒█░░░ ▒█░░░ ▒█▄▄▄█
COPYRIGHT CHZAPPS
*
* */