This commit is contained in:
Moshe Atlow
2016-10-10 19:13:57 +03:00
committed by GitHub
parent 696b283c7f
commit 41e61a77a1
@@ -12,5 +12,5 @@ Orientation.lockToLandscape();
Orientation.lockToLandscapeLeft();
Orientation.lockToLandscapeRight();
Orientation.unlockAllOrientations();
Orientation.getOrientation((err,orientation)=>{}));
Orientation.getSpecificOrientation((err,orientation)=>{}));
Orientation.getOrientation((err,orientation)=>{});
Orientation.getSpecificOrientation((err,orientation)=>{});