react-native-wallpaper-manager
Version:
set Wallpaper with react-native
9 lines • 397 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.cunyutech.hollyliu.reactnative.wallpaper">
<uses-permission android:name="android.permission.SET_WALLPAPER" />
<application>
<meta-data
android:name="com.cunyutech.hollyliu.reactnative.wallpaper.MyGlideModule"
android:value="GlideModule" />
</application>
</manifest>