Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
bndkt committed Sep 12, 2024
1 parent 8b3721e commit 3d985b8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"../app.plugin.js",
{
"name": "Clipper Clip",
"bundleIdSuffix": "AppClip",
"bundleIdSuffix": "Clip",
"targetSuffix": "Clip",
"groupIdentifier": "example.clipper",
"deploymentTarget": "14.2",
Expand Down
Binary file modified example/bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"start": "expo start",
"ios": "expo run:ios --scheme",
"android": "expo run:android",
"prebuild": "expo prebuild --platform ios",
"build": "eas build --local --platform ios --profile simulator"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export function displayOverlay(): void {

export function setSharedCredential(
groupIdentifier: string,
credential: string,
credential: string
): void {
ReactNativeAppClipModule.setSharedCredential(groupIdentifier, credential);
}
Expand Down

0 comments on commit 3d985b8

Please sign in to comment.