We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95e2efc + f679f79 commit 0f1e24fCopy full SHA for 0f1e24f
README.md
@@ -32,7 +32,7 @@ Follow the instructions to install the SDK for [iOS](https://developer.zendesk.c
32
33
#### Android
34
1. `npm install react-native-zendesk-chat --save`
35
-2. Open up `android/app/main/java/[...]/MainActivity.java`
+2. Open up `android/app/main/java/[...]/MainApplication.java`
36
- Add `import com.taskrabbit.zendesk.*;` to the imports at the top of the file
37
- Add `new RNZendeskChatPackage(this)` to the list returned by the `getPackages()` method
38
0 commit comments