diff --git a/types/react-native/index.d.ts b/types/react-native/index.d.ts index 2d3337c96d..8d705b3080 100644 --- a/types/react-native/index.d.ts +++ b/types/react-native/index.d.ts @@ -7275,7 +7275,7 @@ export interface NetInfoStatic { * sensitive to heavy data usage on that connection due to monetary * costs, data limitations or battery/performance issues. */ - isConnectionExpensive: Promise; + isConnectionExpensive: () => Promise; } export interface PanResponderGestureState {