Hide 'Follows You' pill on own Followers page #6107
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
When looking at your own followers page, every account listed has the "Follows You" pill:
That seems a little redundant; after all, I am looking at my own followers page. Of course they all follow me...
This PR hides that pill when viewing your own page, like:
I will note that I really thought Twitter did this, and then I looked and it didn't. So, maybe this is a silly idea. Happy to close; it was fun to hack on the app locally! 😄
Also, have never worked with react-native, so wasn't sure how I was supposed to pass additional data down to
renderItem
, so just added a param instead of making each item be an object or something.