Skip to content

Commit

Permalink
[package] rename
Browse files Browse the repository at this point in the history
  • Loading branch information
liamxujia committed Apr 25, 2021
1 parent 4d9139d commit fa53f7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.beatjs.react">
package="com.beatjs.reactcomponent">
</manifest>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.beatjs.react;
package com.beatjs.reactcomponent;

import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactContextBaseJavaModule;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.beatjs.react;
package com.beatjs.reactcomponent;

import java.util.Arrays;
import java.util.Collections;
Expand Down

0 comments on commit fa53f7a

Please sign in to comment.