Skip to content

Commit

Permalink
changed bundle id -- now handoff works
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed May 2, 2023
1 parent a719142 commit 8d59f03
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 9 deletions.
17 changes: 10 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,19 @@ web-build/
# macOS
.DS_Store

# @generated expo-cli sync-74feb26ff60fc58d02bcf3e8b40082eb46b49d54
# Local Netlify folder
.netlify

ios/
android/
# @generated expo-cli sync-edf23f3fa9fdc942926b473dfad7b7e3c22370b0
# The following patterns were generated by expo-cli

expo-env.d.ts
expo-env.d.ts
expo-env.d.ts
expo-env.d.ts
# @end expo-cli
# Local Netlify folder
.netlify

ios/
android/
expo-env.d.ts
expo-env.d.ts
expo-env.d.ts
# @end expo-cli
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"bundler": "metro",
"output": "static"
},
"name": "twitter",
"name": "Expo Twitter",
"slug": "twitter",
"experiments": {
"tsconfigPaths": true
Expand Down
2 changes: 1 addition & 1 deletion app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export default function RootLayout() {
content="A Twitter clone built with Expo Router"
/>
<meta property="og:image" content="/og-image.jpg" />
<meta name="expo:handoff" content="true" />
<meta property="expo:handoff" content="true" />
</Head>

<Tabs
Expand Down
24 changes: 24 additions & 0 deletions public/.well-known/apple-app-site-association
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"applinks": {
"apps": [],
"details": [
{
"appID": "QQ57RJ5UTD.com.evanbacon.twitter",
"paths": [
"*"
]
}
]
},
"activitycontinuation": {
"apps": [
"QQ57RJ5UTD.com.evanbacon.twitter"
]
},
"webcredentials": {
"apps": [
"QQ57RJ5UTD.com.evanbacon.twitter"
]
}
}

0 comments on commit 8d59f03

Please sign in to comment.