Profiles

Profile

Renders an individual profile

import { Profile } from "@lens-protocol/react-native-lens-ui-kit";
<Profile profile={profile} />;

Default props

profile (required)
ListHeaderComponent = null
ListFooterComponent = null
feed = null
signedInUser = null
hideLikes = false
hideComments = false
hideMirrors = false
hideCollects = false
infiniteScroll = true
onEndReachedThreshold = .65
onProfileImagePress
# Functions
onFollowingPress = profile => console.log({ profile })
onFollowersPress = profile => console.log({ profile })
onProfileImagePress = publication => console.log({ publication })
onCollectPress = publication => console.log({ publication })
onCommentPress = publication => console.log({ publication })
onMirrorPress = publication => console.log({ publication })
onLikePress = publication => console.log({ publication })

Styles

publicationStyles = PublicationStyles (opens in a new tab)
headerStyles = ProfileHeaderStyles (opens in a new tab)
feedStyles = FeedStyles (opens in a new tab)

Last updated on January 4, 2023