Skip to content

Commit f1a4bef

Browse files
committed
move example app to examples
1 parent ad7e523 commit f1a4bef

File tree

166 files changed

+76
-52997
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+76
-52997
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ local.properties
4141
android.iml
4242

4343
# Ruby
44-
example/vendor/
44+
examples/*/vendor/
4545

4646
# Cocoapods
4747
#
48-
example/ios/Pods
48+
examples/*/ios/Pods
4949

5050
# node.js
5151
#

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,6 @@ Add the following in your `MainActivity`
317317
}
318318
```
319319

320-
See the [example app](https://github.com/intercom/intercom-react-native/blob/main/sandboxes/NotificationsSandbox/App.tsx) for an example of how to handle deep linking in your app.
321-
322320
### IOS
323321

324322
Intercom for iOS requires a **minimum iOS version of 15.**
@@ -469,7 +467,7 @@ Setup of React Native deep links can be found [Here](https://reactnative.dev/doc
469467
@end
470468
```
471469

472-
See the [example app](https://github.com/intercom/intercom-react-native/blob/main/example/src/App.tsx) for an example of how to handle deep linking in your app.
470+
See the [example app](https://github.com/intercom/intercom-react-native/blob/main/examples/example/src/App.tsx) for an example of how to handle deep linking in your app.
473471

474472
___
475473

@@ -1099,7 +1097,7 @@ ___
10991097

11001098
## Usage
11011099

1102-
[Check example app](./example/src/App.tsx)
1100+
[Check example app](./examples/example/src/App.tsx)
11031101
___
11041102

11051103
## Troubleshooting

0 commit comments

Comments
 (0)