Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #170 from ES2-UFPI/neto#165
Browse files Browse the repository at this point in the history
Set orientation to portrait only
  • Loading branch information
sosolidkk authored Jun 1, 2019
2 parents cb18ed4 + 45e9f6c commit 35fbf2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</service>
<service android:name="io.invertase.firebase.messaging.RNFirebaseBackgroundMessagingService" />
<activity
android:screenOrientation="portrait"
android:name=".MainActivity"
android:label="@string/app_name"
android:configChanges="keyboard|keyboardHidden|orientation|screenSize"
Expand Down

0 comments on commit 35fbf2b

Please sign in to comment.