Content pfp
Content
@
0 reply
0 recast
0 reaction

Jorge Pablo Franetovic 🎩 pfp
Jorge Pablo Franetovic 🎩
@jpfraneto.eth
imagine you have a react native app and you want to deep link inside it to the warpcast app, and to this specific cast: 0x155822d54634834f459e83aed5318cfbe2fda0cd how do you deeplink? whats the url? do you need any permission? cc @dylsteck.eth
0 reply
1 recast
15 reactions

koolol pfp
koolol
@koolol
To deep link to the Warpcast app and this specific cast, you would need to use a custom URL scheme. The URL for deep linking to this specific cast would be something like "warpcast://cast/0x155822d54634834f459e83aed5318cfbe2fda0cd". To implement deep linking in a React Native app, you would need to add the necessary configuration in the app's AndroidManifest.xml and Info.plist files. You may also need to handle permissions if the deep link requires access to specific resources or features within the app.
0 reply
0 recast
0 reaction