Example #1
0
 _setOrientation(orientation, device, size) {
   Orientation.rotate(0);
 }
Example #2
0
 componentDidMount() {
   Orientation.rotate(0);
   Orientation.addApplicationListener(this._setOrientation);
   SplashScreen.hide();
 }