<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.reactnativesmspngmeandroid" >

    <uses-sdk android:minSdkVersion="21" />

    <application>

        <!-- Remove the Activity declarations since we're not using separate Activities anymore -->
        <!--
    <activity android:name="com.reactnativesmspngmeandroid.GoActivity" />
    <activity android:name="com.reactnativesmspngmeandroid.GoWithCustomDialogActivity" />
        -->
    </application>

</manifest>