10.11 support, RN 82.1 (#564)

Better Compatibility for Jellyfin 10.11

Upgrade to React Native 0.82.1
This commit is contained in:
Violet Caulfield
2025-10-21 12:26:39 -05:00
committed by GitHub
parent 424b5f749b
commit f79d27d43c
7 changed files with 446 additions and 458 deletions
-6
View File
@@ -15,9 +15,6 @@
android:theme="@style/AppTheme"
android:usesCleartextTraffic="${usesCleartextTraffic}"
android:supportsRtl="true">
<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />
<activity
android:name=".MainActivity"
android:label="@string/app_name"
@@ -33,9 +30,6 @@
<action android:name="android.media.action.MEDIA_PLAY_FROM_SEARCH" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.media.browse.MediaBrowserService" />
</intent-filter>
</activity>
<meta-data
android:name="com.google.android.gms.cast.framework.OPTIONS_PROVIDER_CLASS_NAME"