Upgrade to React Native 0.59.3 #513

Merged
akinwale merged 4 commits from react-native-0.59 into master 2019-04-05 10:13:35 +02:00
Showing only changes of commit b2f66b7fa2 - Show all commits

View file

@ -55,7 +55,8 @@
android:icon="@drawable/icon"
android:allowBackup="true"
android:theme="@style/LbryAppTheme"
android:hardwareAccelerated="true">
android:hardwareAccelerated="true"
android:usesCleartextTraffic="true">
{% for m in args.meta_data %}
<meta-data android:name="{{ m.split('=', 1)[0] }}" android:value="{{ m.split('=', 1)[-1] }}"/>{% endfor %}