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 bc1a94d + 56f594e commit d1eda87Copy full SHA for d1eda87
README.md
@@ -51,11 +51,6 @@ Follow the instructions to install the SDK for [iOS](https://developer.zendesk.c
51
- Add `import com.taskrabbit.zendesk.*;` to the imports at the top of the file
52
- Add `new RNZendeskChatPackage(this)` to the list returned by the `getPackages()` method
53
54
-2. Open up `android/app/main/java/[...]/MainActivity.java`
55
-
56
-- Add `import com.taskrabbit.zendesk.*;` to the imports at the top of the file
57
-- Add `new RNZendeskChatPackage(this)` to the list returned by the `getPackages()` method
58
59
3. Append the following lines to `android/settings.gradle`:
60
61
```
0 commit comments