forked from Ivasoft/mattermost-mobile
* Upgrade to RN 0.59.6 and dependencies * Remove channel loader unused style * Update to the latest netInfo that fixes a crash * Do not set default timezone with moment * Use RN 0.59.8
9 lines
374 B
XML
9 lines
374 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
|
|
|
|
<application android:usesCleartextTraffic="true" tools:targetApi="28" tools:ignore="GoogleAppIndexingWarning" />
|
|
</manifest>
|