Something like the showcase but only for open source apps -- doesn't require them to be published to app store or anything. Feel free to implement if you are interested!
Idea via @jordwalke - https://twitter.com/jordwalke/status/718541198122569728
I've been bookmarking examples I come across, so this might be a good starting point...
That's great @geirman ! Thank you.
Don't forget:
https://github.com/rnplay/rnplay-native
...and this one is a really nice example:
https://github.com/wwayne/react-native-nba-app
...and maybe even:
@dsibiski good adds, especially the nba app which is a very rare non-trivial example... high quality too! I see snowflake as a different breed, which I generally think of as boilerplate or scaffolding. I've a few examples of those (in addition to snowflake) as well if they'd help...
Is anyone currently building this page? If not I would be interested and build a new section to the showcase page.
@DanielMSchmidt I don't think anyone has claimed it yet, take it away! :+1:
I just opened a PR for this. I traversed all mentioned projects, but only found a few of them published to an app store so that I could get the App Icon. I think we should find another place and another format for the other examples; it was hard not to include the NBA App or Den. Maybe a link to https://github.com/jondot/awesome-react-native#examples in the showcase would be enough, but I learned a whole lot from looking at examples, so a more prominent place may be better suited.
The Facebook F8 app is open source: https://github.com/fbsamples/f8app
The perf is amazing. Great example.
@brentvatne @jordwalke @dsibiski Could one of you give me a hint what would need to happen to have this PR shipped? :) I am just not sure what to do and need some guidance.
https://github.com/alwx/luno-react-native
Probably the only complete ClojureScript-based example.
What if we used the react native showcase for this list as well? To do this, we'd need to add a githubLink definition to the showcase definition file, then we could link directly to the source code of each app coded in the open. Something like this perhaps (note the github link)...

I know we're trying to focus the showcase on premium, high-quality apps now, which makes sense. But why not do that while also being the single reference point for all apps? We can add a bestOf or premiumApp or similar designator to the file as well, which would allow us to float those apps to the top, placing them front and center. Then we could add a link to the bottom to view the exhaustive list of all apps...
Then, if we added a filter to the top similar to the one we have on the getting started page, users could quickly get to the content they're after (though it would be nice if they could view any app that is all three, iOS, Android, and Github)...

Thoughts?
Here's another list...
https://github.com/maxenceC/open-source-react-native-apps
@geirman I tried to build this in #6904 but it is quite hard to do so if there is not enough feedback, simply because due to many changes to the showcase it is almost always outdated in your branch.
In addition, please bear in mind that there are many excellent examples of React Native Applications which are not in the app store and therefore have no logo.
Nevertheless, I still think it would be nice to have such a list, especially with the filter. Maybe we could have a dedicated section with the open source apps without logo, which in only a list or link to a list of those for additional examples
@DanielMSchmidt I agree, a filter(able) list without logo would be great. If we wanted to use the same JSON file, then it's probably okay if only the top-n apps with icons are given premier placement (with icon) at the top... then perhaps link to "more" or "all" for a simple list.
Rather than spelling out "iOS" and "Android", it would be better scannable if we used each platform's recognizable icons don't you think? Something like this (though obviously not so large! ha!).

A dedicated section would definitely work too. Just though maybe it would be easier to maintain (and find) if they were all in one place, but maybe not.
Is this still on the table @DanielMSchmidt _et al._? If so, I'd love to PR this task.
@gantman AFAIK, this is just waiting for a champion to take lead.
If you assign me someone who is willing to have a look at it as soon as it's done I would be willing to do it, but the problem last time was, that holding a PR open in this ever-changing region of the code requires a lot of work and is very error prone. I would love to do the work once and get the PR quickly merged ;)
So we have been updating the "showcase" area a bunch, "we" meaning @hramos really. I think the way it is set up right now is pretty good, with the recent changes to have some top tier apps on the home page and some larger list on the "showcase". It's kind of a cesspit for arguments about "what app is showcaseworthy" and we have converged on something maintainable as is so I think a better outlet for this would be some list that is independent of the main RN website that someone just maintains themselves. A la one of those "Awesome X" repos. So, I'm going to close this issue roughly as "working as intended" but I encourage people to make independent lists and share and so on.
I'm disappointed, but I get it. This has lingered long enough. However, @DanielMSchmidt had offered to do the work, but not if the PR would linger unreviewed. He reasonably asked that someone pay attention if he made the effort. Seems fair.
Yeah, I really appreciate everyone's willingness to put in some effort here. I just think that at this point, we do not need additional curated lists of apps on the React Native website, and the setup with a list on the homepage and another list on the showcase is enough. I think a great thing to do with extra lists would be to put them on places that aren't the React Native website.
The folks at Deco are running a separate showcase that aims to list every app in production. While it doesn't currently list non-production sample apps, it's still worth mentioning: https://www.decosoftware.com/showcase
Thanks, @hramos! I wasn't aware of their list. For their showcase, I'd really just want to see apps that were built with their IDE, but maybe that's just me :)
Chatting with Deco software to see if we can get a community driven showcase that's managed: React Native Newsletter is being transferred here, so it makes sense.
Awesome! The ReactNativeNews might be a great place for an Awesome React Native list too :)
Ok, after talking with @GantMan we set this up here https://github.com/ReactNativeNews/React-Native-Apps
@dabit3 that'll work. Does it make sense to add a link added on the react native showcase page to make it more easily discoverable?
@dabit3 did an awesome job! I'm sure we'll be getting more feedback.
@geirman - That sounds good! You going to do that PR?
@GantMan sure, since you agree... I'll submit the PR
Most helpful comment
I've been bookmarking examples I come across, so this might be a good starting point...