mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Update react-native-orientation-tests.ts
This commit is contained in:
@@ -4,6 +4,7 @@ import * as Orientation from 'react-native-orientation';
|
||||
|
||||
Orientation.addOrientationListener((orientation)=>{});
|
||||
Orientation.removeOrientationListener((orientation)=>{});
|
||||
Orientation.addSpecificOrientationListener((orientation)=>{});
|
||||
Orientation.removeSpecificOrientationListener((orientation)=>{});
|
||||
|
||||
Orientation.getInitialOrientation();
|
||||
|
||||
Reference in New Issue
Block a user