diff --git a/example/app.json b/example/app.json index 4066f2f..2283a07 100644 --- a/example/app.json +++ b/example/app.json @@ -20,7 +20,7 @@ "../app.plugin.js", { "name": "Clipper Clip", - "bundleIdSuffix": "AppClip", + "bundleIdSuffix": "Clip", "targetSuffix": "Clip", "groupIdentifier": "example.clipper", "deploymentTarget": "14.2", diff --git a/example/bun.lockb b/example/bun.lockb index 0e0ce4b..6a1225c 100755 Binary files a/example/bun.lockb and b/example/bun.lockb differ diff --git a/example/package.json b/example/package.json index 12efedc..d179785 100644 --- a/example/package.json +++ b/example/package.json @@ -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": { diff --git a/src/index.ts b/src/index.ts index f8f69b6..e0f844b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -23,7 +23,7 @@ export function displayOverlay(): void { export function setSharedCredential( groupIdentifier: string, - credential: string, + credential: string ): void { ReactNativeAppClipModule.setSharedCredential(groupIdentifier, credential); }