Skip to content

Commit

Permalink
updated version and added EXPERIENCE integration option
Browse files Browse the repository at this point in the history
  • Loading branch information
V-m1r committed Oct 28, 2024
1 parent b3a16d6 commit 3d9db68
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,16 @@ const App = () => {
ref={kinestexSDKRef}
// change based on your use-case
data={postDataMAIN}
// change based on your use-case: MAIN, PLAN, WORKOUT, CHALLENGE, CAMERA
// change based on your use-case: MAIN, PLAN, WORKOUT, CHALLENGE, EXPERIENCE CAMERA
integrationOption={IntegrationOption.MAIN}
// handle data from the kinestex sdk
handleMessage={handleMessage}
// If using the PLAN Integration Option, you must specify the plan name that you want to present:
plan="Circuit Training"
// If using the WORKOUT Integration Option, you must specify the workout name that you want to present:
workout="Fitness Lite"
// IF using EXPERIENCE Integration Option, you must specify the experience name that you want to present:
experience={"box"}
/>
</View>
</View>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "jest"
},
"dependencies": {
"kinestex-sdk-react-native": "^1.1.2",
"kinestex-sdk-react-native": "^1.1.5",
"react": "18.2.0",
"react-native": "0.73.6",
"react-native-webview": "^13.8.1"
Expand Down

0 comments on commit 3d9db68

Please sign in to comment.