react-native-code-push
Version:
React Native plugin for the CodePush service
10 lines (7 loc) • 317 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.microsoft.codepush.react">
<uses-permission android:name="android.permission.INTERNET" />
<application>
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" />
</application>
</manifest>