File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- external exitApp : unit => unit =
2- "" [@@ bs . scope "BackHandler" ] [@@ bs . module "react-native" ];
1+ external exitApp : unit => unit = "" [@@ bs . scope "BackHandler" ] [@@ bs . module "react-native" ];
32
4- external addEventListener : string => (unit => unit ) => unit =
3+ external addEventListener : string => (unit => bool ) => unit =
54 "" [@@ bs . scope "BackHandler" ] [@@ bs . module "react-native" ];
65
7- external removeEventListener : string => (unit => unit ) => unit =
8- "" [@@ bs . scope "BackHandler" ] [@@ bs . module "react-native" ];
6+ external removeEventListener : string => (unit => bool ) => unit =
7+ "" [@@ bs . scope "BackHandler" ] [@@ bs . module "react-native" ];
Original file line number Diff line number Diff line change 1- external exitApp : unit => unit =
2- "" [@@ bs . scope "BackHandler" ] [@@ bs . module "react-native" ];
1+ external exitApp : unit => unit = "" [@@ bs . scope "BackHandler" ] [@@ bs . module "react-native" ];
32
4- external addEventListener : string => (unit => unit ) => unit =
3+ external addEventListener : string => (unit => bool ) => unit =
54 "" [@@ bs . scope "BackHandler" ] [@@ bs . module "react-native" ];
65
7- external removeEventListener : string => (unit => unit ) => unit =
8- "" [@@ bs . scope "BackHandler" ] [@@ bs . module "react-native" ];
6+ external removeEventListener : string => (unit => bool ) => unit =
7+ "" [@@ bs . scope "BackHandler" ] [@@ bs . module "react-native" ];
You can’t perform that action at this time.
0 commit comments