You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* See example of usage [here](https://github.com/thunderheadone/one-sdk-react-native/tree/master/example/src/App.tsx#L31)
138
+
* See example of usage [here](https://github.com/thunderheadone/one-sdk-react-native/tree/master/example/src/App.tsx#L25)
122
139
123
140
## Questions or need help
124
141
125
142
### Thunderhead ONE Support
126
-
_The Thunderhead team is available 24/7 to answer any questions you have. Just email onesupport@thunderhead.com or visit our docs page for more detailed installation and usage information._
143
+
_The Thunderhead team is available 24/7 to answer any questions you have. Just submit a ticket [here](https://support.thunderhead.com/hc/en-us/requests/new) or visit our docs page for more detailed installation and usage information._
127
144
128
145
### Salesforce Interaction Studio Support
129
146
_For Salesforce Marketing Cloud Interaction Studio questions, please submit a support ticket via https://help.salesforce.com/home_
A React Native example to demonstrate how to integrate and use the Thunderhead React Native Module. Before you run the commands mentioned below, ensure you have `cd`'ed into the `example` folder.
2
+
A React Native example to demonstrate how to integrate and use the Thunderhead React Native Module.
3
+
All commands below are to be run in the example app folder.
4
+
```
5
+
$ cd `example`
6
+
```
4
7
5
8
### Install Thunderhead Module
6
-
7
9
```
8
10
$ yarn bootstrap
9
11
```
10
-
### Add the SDK configuration parameters
11
12
13
+
### Add the SDK configuration parameters
12
14
In order to see requests being sent, you will need to add valid credentials as part of the [config file](https://github.com/thunderheadone/one-sdk-react-native/blob/master/example/config/one.js) used by the example app.
13
15
14
-
15
16
### Start React Native app in iOS
16
-
17
17
```
18
18
$ yarn ios
19
19
```
20
20
21
21
### Start React Native in Android
22
-
23
22
```
24
23
$ yarn android
25
24
```
26
25
27
26
## Questions or need help
28
27
29
28
### Thunderhead ONE Support
30
-
_The Thunderhead team is available 24/7 to answer any questions you have. Just email [email protected] or visit our docs page for more detailed installation and usage information._
31
-
29
+
_The Thunderhead team is available 24/7 to answer any questions you have. Just submit a ticket [here](https://support.thunderhead.com/hc/en-us/requests/new) or visit our docs page for more detailed installation and usage information._
32
30
33
31
### Salesforce Interaction Studio Support
34
32
_For Salesforce Marketing Cloud Interaction Studio questions, please submit a support ticket via https://help.salesforce.com/home_
0 commit comments