diff --git a/native/avatars/avatar-hooks.js b/native/avatars/avatar-hooks.js index 9e9a053ed4..601c8c924b 100644 --- a/native/avatars/avatar-hooks.js +++ b/native/avatars/avatar-hooks.js @@ -541,7 +541,16 @@ function useShowAvatarActionSheet( + ); + } else if (option.id === 'farcaster') { + return ( + );