Skip to content

Commit 7738f4f

Browse files
committed
rename android package
1 parent 319008f commit 7738f4f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#### Android
2323

2424
1. Open up `android/app/src/main/java/[...]/MainActivity.java`
25-
- Add `import com.reactlibrary.RNReactNativeAccessibilityPackage;` to the imports at the top of the file
25+
- Add `import com.reactnativeaccessibility.RNReactNativeAccessibilityPackage;` to the imports at the top of the file
2626
- Add `new RNReactNativeAccessibilityPackage()` to the list returned by the `getPackages()` method
2727
2. Append the following lines to `android/settings.gradle`:
2828
```

android/src/main/java/com/reactlibrary/RNReactNativeAccessibilityModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.reactlibrary;
1+
package com.reactnativeaccessibility;
22

33
import android.content.Context;
44
import android.support.v4.view.accessibility.AccessibilityEventCompat;

android/src/main/java/com/reactlibrary/RNReactNativeAccessibilityPackage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
package com.reactlibrary;
2+
package com.reactnativeaccessibility;
33

44
import java.util.Arrays;
55
import java.util.Collections;

0 commit comments

Comments
 (0)