Skip to content

Commit 69e6fa4

Browse files
committed
rename android module name
1 parent 4d244b4 commit 69e6fa4

File tree

3 files changed

+2
-16
lines changed

3 files changed

+2
-16
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
22

33
*.iml
4+
.DS_Store
45

56
## Directory-based project format:
67
.idea/

RNClipboard.android.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

RNClipboardAndroid/app/src/main/java/com/davidsandor/rnclipboardandroid/RNClipboardAndroid.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public RNClipboardAndroid(ReactApplicationContext reactContext) {
2323

2424
@Override
2525
public String getName() {
26-
return "ClipboardAndroid";
26+
return "RNClipboard";
2727
}
2828

2929
@ReactMethod

0 commit comments

Comments
 (0)