No Description

AndroidManifest.xml 263B

123456789101112
  1. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  2. package="com.RNFetchBlob">
  3. <application
  4. android:allowBackup="true"
  5. android:label="@string/app_name"
  6. android:supportsRtl="true">
  7. </application>
  8. </manifest>