Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit b69dfea

Browse files
committed
fix #66
1 parent e3516a9 commit b69dfea

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

lib/android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="io.rong.libcore.rn">
3+
package="cn.rongcloud.imlib.react">
44
<application>
55

66
</application>

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rongcloud-react-native-imlib",
33
"description": "React Native RongCloud IMLib",
4-
"version": "0.3.12",
4+
"version": "0.3.13",
55
"license": "MIT",
66
"main": "lib/js",
77
"author": {
@@ -15,6 +15,7 @@
1515
"lib/android/src",
1616
"lib/android/libs",
1717
"lib/android/build.gradle",
18+
"react-native.config.js",
1819
"rongcloud-react-native-imlib.podspec"
1920
],
2021
"repository": {

react-native.config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
module.exports = { project: { android: { sourceDir: "lib/android" } } };
1+
module.exports = {
2+
dependency: {
3+
platforms: {
4+
android: { sourceDir: "lib/android" },
5+
},
6+
},
7+
};

0 commit comments

Comments
 (0)