Update react-native-orientation-tests.ts

This commit is contained in:
Moshe Atlow
2016-10-10 21:49:41 +03:00
committed by GitHub
parent fa389c0a12
commit 259018e6ad

View File

@@ -6,6 +6,7 @@ Orientation.addOrientationListener((orientation)=>{});
Orientation.removeOrientationListener((orientation)=>{});
Orientation.removeSpecificOrientationListener((orientation)=>{});
Orientation.getInitialOrientation();
Orientation.lockToPortrait();
Orientation.lockToPortrait();
Orientation.lockToLandscape();