Update react-native-orientation-tests.ts

This commit is contained in:
Moshe Atlow
2016-10-13 10:31:29 +03:00
committed by GitHub
parent 8b6ab8a647
commit bf071282ae

View File

@@ -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();