This diff implements the logic for onPressTagChannel in TagUnfollowedFarcasterChannel. The important thing about this method is that before dispatching our action promise, we want to validate the input through fetchFarcasterChannelByName
Depends on D11857