react-native-wonderpush
Version:
Mobile push notification delivery with the WonderPush service. The WonderPush ReactNative SDK is compatible with iOS and Android.
12 lines (11 loc) • 576 B
Plain Text
1<?xml version="1.0" encoding="utf-8"?>
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.wonderpush.sdk.reactnative" >
4
5 <uses-sdk
6 android:minSdkVersion="21"
6-->/data/notiflex/gits/notiflex-platform-scripts/sdk/install/WonderPushExample/node_modules/react-native-wonderpush/android/src/main/AndroidManifest.xml
7 android:targetSdkVersion="31" />
7-->/data/notiflex/gits/notiflex-platform-scripts/sdk/install/WonderPushExample/node_modules/react-native-wonderpush/android/src/main/AndroidManifest.xml
8
9</manifest>