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
13 reactions

dylan pfp
dylan
@dylsteck.eth
the link you could use is warpcast.com/~/conversations/[hash] and it should deeplink you into Warpcast šŸ«”
1 reply
0 recast
3 reactions

Jorge Pablo Franetovic šŸŽ© pfp
Jorge Pablo Franetovic šŸŽ©
@jpfraneto.eth
maybe it is because Iā€™m running this inside expo run dev but it takes me to brave (this is the code: const openWarpcast = () => { if (videoDetails?.castHash) { Linking.openURL(`https://www.warpcast.com/~/conversations/${videoDetails.castHash}`); } }; (ā€¦) <TouchableOpacity style={styles.warpcastButton} onPress={openWarpcast}> <Text style={styles.buttonText}>View on Warpcast</Text> </TouchableOpacity> )
2 replies
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
brave generally isn't the most friendly with linking out of brave (security reasons i assume)
1 reply
0 recast
0 reaction

Jorge Pablo Franetovic šŸŽ© pfp
Jorge Pablo Franetovic šŸŽ©
@jpfraneto.eth
and when you code a frame for example and want to link from inside the frame a cast? how do you deeplink that? it keeps taking me out of warpcast when i implement it with just a link
1 reply
0 recast
0 reaction

Samuel pfp
Samuel
@samuellhuber.eth
Link or postlink action for the frame button with the link scheme Dylan put above
0 reply
0 recast
0 reaction