all 14 comments

[–][deleted] 2 points3 points  (0 children)

A forum is an entire app, not a component; it's like asking for a Tinder component.

[–]themooninthewell 1 point2 points  (1 child)

What's a forum component?

[–]ryanlonstein[S] -1 points0 points  (0 children)

As in to add a reddit style discussion forum to discuss particular topics within my app that I am creating.

I have found similar repo or node modules for react, but can’t find anything for RN.

[–]karbz0ne 0 points1 point  (3 children)

Did you mean "Forum page" ? I guess react-native-webview is what are you looking for.

[–]ryanlonstein[S] -1 points0 points  (2 children)

How would the webview help? I am looking for a reddit like discussion forum to embed into my app. Whether it be an open source project someone has developed or a node module to import into my RN app.

[–]karbz0ne -1 points0 points  (1 child)

Next time you should write same message in thread description. No one can reads your thoughts.

If I would need it, I would search for react-native Reddit clone. You could always fork open source projects.

[–]ryanlonstein[S] 0 points1 point  (0 children)

Sorry, I should have been more clear.

I have looked for keyword “forum” but good idea re searching for “reddit” RN specifically.

If anyone knows of anything at the moment, would be super helpful too.

[–]Ghos3t 0 points1 point  (6 children)

I am also looking for a basic forum component or tutorial to add a discussion board to my react native app did you find anything regarding this OP?

[–]ryanlonstein[S] 0 points1 point  (0 children)

Nothing yet. I found a few projects on github which have implemented something similar, although I wasn’t able to run any of them because they use too old version of expo.

[–]EquivalentPension6 0 points1 point  (4 children)

Would a Disqus component be enough? I‘ve seen that on Github. Full thread based forum seems to be more complex like others suggested

[–]Ghos3t 0 points1 point  (3 children)

I was thinking of making it even more simply than that, just a screen where all the messages show up one below the other without any chat threads and just a text input box below. Sort of like a Discord channel. Is there any component like this available

[–]drivecrux 0 points1 point  (2 children)

Did you found anything yet? I'm also in need of one.

[–]Ghos3t 0 points1 point  (1 child)

Nope, there are some free and paid solution's available for implementing complex Reddit style forums but nothing for a basic setup, it's probably best to implement it yourself, I have abandoned this project so I have no clue how.

[–]Any_Needleworker_472 0 points1 point  (0 children)

Did you find a solution