storyly-react-native
Version:
A react-native component for Storyly
12 lines (11 loc) • 494 B
Plain Text
1
2<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3 package="com.appsamurai.storyly.reactnative" >
4
5 <uses-sdk
6 android:minSdkVersion="21"
6-->/Users/yigit/storyly/storyly-mobile/react-native/storyly-react-native/android/src/main/AndroidManifest.xml
7 android:targetSdkVersion="31" />
7-->/Users/yigit/storyly/storyly-mobile/react-native/storyly-react-native/android/src/main/AndroidManifest.xml
8
9</manifest>