File tree 3 files changed +15
-6
lines changed
3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -188,4 +188,7 @@ ipch/
188
188
Ankh.NoLoad
189
189
190
190
# RN New Version App Generation
191
- Examples /testapp_rn
191
+ Examples /testapp_rn
192
+
193
+ # Android debug build files (conflict ignoring #Visual Studio files)
194
+ ! android /app /src /debug /
Original file line number Diff line number Diff line change
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ package =" com.microsoft.codepush.react" >
3
+
4
+ <uses-permission android : name =" android.permission.INTERNET" />
5
+
6
+ <application >
7
+ <activity android : name =" com.facebook.react.devsupport.DevSettingsActivity" />
8
+ </application >
9
+
10
+ </manifest >
Original file line number Diff line number Diff line change 3
3
4
4
<uses-permission android : name =" android.permission.INTERNET" />
5
5
6
- <application >
7
- <activity android : name =" com.facebook.react.devsupport.DevSettingsActivity" />
8
- </application >
9
-
10
- </manifest >
6
+ </manifest >
You can’t perform that action at this time.
0 commit comments