Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
V-m1r authored Oct 28, 2024
1 parent d90d113 commit b3a16d6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ npx expo install react-native-webview
| **PLAN** | Integration of Individual Plan Component |
| **WORKOUT** | Integration of Individual Workout Component |
| **CHALLENGE** | Integration of Individual Exercise in a challenge form |
| **EXPERIENCE** | Integration of our Experience component. Contact support for more details |
| **CAMERA** | Integration of our camera component with pose-analysis and feedback |

## MAIN Integration Option
Expand Down Expand Up @@ -176,6 +177,17 @@ const postData: IPostData = {
/>
```

## EXPERIENCE Integration Option
```typescript
<KinestexSDK
ref={kinestexSDKRef}
data={postData}
integrationOption={IntegrationOption.EXPERIENCE} // EXPERIENCE integration option
experience={"box"} // exact name of the experience you want to display
handleMessage={handleMessage}
/>
```

## CAMERA Integration Option

1. Modify `postData` to include the current exercise and all expected exercises a person should do:
Expand Down

0 comments on commit b3a16d6

Please sign in to comment.