Skip to content

Commit

Permalink
typescript migration, graphql codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
dabit3 committed Dec 5, 2022
1 parent 874d62d commit 326869a
Show file tree
Hide file tree
Showing 54 changed files with 6,395 additions and 49 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,14 @@ onProfileImagePress
### Query options for `Feed`

```graphql
# explorePublications
explorePublications(
request: ExplorePublicationRequest!
): ExplorePublicationResult!

# getPublications

# getComments
```

> View the entire schema [here](schema.graphql)
Expand All @@ -79,7 +84,6 @@ import { Profiles } from 'react-native-lens'
```
onFollowPress = () => null
onProfilePress = () => null
isFollowing = null
profileData = null
onEndReachedThreshold = .7
infiniteScroll = true
Expand Down
286 changes: 286 additions & 0 deletions dist/components/Feed.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 326869a

Please sign in to comment.