Skip to content

Commit

Permalink
Merge pull request #95 from KELiON/patch-1
Browse files Browse the repository at this point in the history
Remove <application> from AndroidManifest
  • Loading branch information
maxs15 authored Oct 4, 2020
2 parents f48335f + 16bfef2 commit 7665005
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.react.rnspinkit">

<application
android:label="@string/app_name"
android:supportsRtl="true">

</application>

</manifest>

0 comments on commit 7665005

Please sign in to comment.