Skip to content

Commit

Permalink
Fix Example Project broken link under iOS section
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditi3 authored Oct 20, 2021
1 parent e86a727 commit dbe773b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NOTE: Don't forget to add the CleverTap imports at the top of the file.

Note: Need to use **@import CleverTapSDK;** instead of **#import <CleverTapSDK/CleverTap.h>** and **@import CleverTapReact;** instead of **#import <CleverTapReact/CleverTapReactManager.h>** in the AppDelegate class in case if using ```use_modular_headers!``` in the podfile.

[See the Example Project](https://github.com/CleverTap/clevertap-react-native/blob/master/ExampleProject/ios/ExampleProject/AppDelegate.m).
[See the Example Project](/Example/ios/Example/AppDelegate.m).

### Android
1. Follow the integration instructions [starting with Step 2 here](https://support.clevertap.com/docs/android/getting-started.html).
Expand Down

0 comments on commit dbe773b

Please sign in to comment.