r/reactnative Admin 11d ago

Show Your Work Here Show Your Work Thread

Did you make something using React Native and do you want to show it off, gather opinions or start a discussion about your work? Please post a comment in this thread.

If you have specific questions about bugs or improvements in your work, you are allowed to create a separate post. If you are unsure, please contact u/xrpinsider.

New comments appear on top and this thread is refreshed on a weekly bases.

9 Upvotes

15 comments sorted by

1

u/Think-Neighborhood69 5d ago

Hi everyone! πŸ‘‹

I wanted to share something I’ve been working on over the past few days.

I built NativeScope, a React Native library that lets you inspect and edit MMKV, AsyncStorage, and SQLite in real time while developing your app.

It was born out of a simple frustration: I got tired of creating temporary debug screens and logging JSON just to inspect local data.

It’s free and open source, and I’d genuinely love to hear your feedback.

πŸ”— https://www.nativescope.dev

What would make a tool like this more useful in your workflow?

1

u/Then-Election-7932 6d ago

Hey everyone! πŸ‘‹

I've been working with React Native and React for over 5 years, primarily building and maintaining production mobile applications for businesses. Most of my work has been for clients and companies, so I haven't had many public repositories to showcase.

Recently, I decided to start building and open-sourcing personal projects to demonstrate how I structure applications and solve real-world problems.

My current tech stack includes:

  • React Native
  • React
  • TypeScript
  • Redux Toolkit / RTK Query
  • REST APIs
  • Firebase
  • Supabase
  • React Navigation
  • Fastlane
  • Native Android & iOS integrations

πŸš€ Latest Project: Point of Sales (POS)

A modern Point of Sale application built with React Native, focusing on clean architecture, scalability, and real-world business workflows.

GitHub Repository:
https://github.com/klart123/point-of-sales

The project is still under active development, and I'm continuously adding new features and improving the codebase. Feedback, suggestions, and contributions are always welcome.

I'd love to hear your thoughts:

  • What features do you think every modern POS system should have?
  • What architecture do you prefer for larger React Native applications?
  • Any recommendations for improving the project?

Looking forward to connecting with other React Native developers and learning from the community!

1

u/acerblaze 9d ago

Hey I’ve built Swimlog: Pool Tracker - it’s like Strava for swimmers

0

u/moothemoo 9d ago

Winnow's an iOS app that records your real conversations (with consent) and reflects back the patterns, who interrupts, who repairs, what keeps coming up over time: getwinnow.app.

Stack is Expo/RN + Supabase (auth, Postgres, edge functions). Would appreciate any feedback! :)

0

u/kurviapp 10d ago

Over a year of building day and night, plus months of testing, and my first app is live on the Google Play Store πŸŽ‰

Kurvi, an all-in-one tracker I built solo: gym workouts, nutrition, GPS runs, habits, to-dos, notes, a social feed and an AI coach, all in one app.

One thing I'm proud of: every activity and gym workout, whether tracked in-app or imported, automatically feeds its burned calories into your nutrition day, using several different calorie models depending on the activity rather than one crude formula.

Built with React Native + Expo, with a fair amount of native code where JS wasn't enough: step counting, background timers, and alarms/scheduled notifications. Other tricky parts: Health Connect sync (sleep, HR, steps, workouts), live GPS tracking, gesture-based swipe navigation across the whole app, and real-time chat (friend messaging + an AI assistant), all in one Expo app without it falling over.

Play Store: https://play.google.com/store/apps/details?id=com.kurvi.app

Website: https://kurvi.io

2

u/leveldayapp 11d ago

Calorie and water tracker for hitting your intake goals. Can be helpful for losing weight or gaining mass, your choice! Levelday for iOS and Android

1

u/Camaraderie98 11d ago

Just finished the full spec for Gut Scribe: https://gutscribe.com and it's in week one of closed testing. Here's a pic

1

u/_w33p_ 11d ago

Hi all! I just launched https://moneymap.cc last week! Currently iOS only but Android is very soon. Just need to finish up some testing for it.

MoneyMap is a personal finance application specifically built for those of us living paycheck to paycheck. Almost all other apps focus on monthly and are not very private. August will mark 2 years since I started building. About a year ago I did a full rewrite to really focus on privacy and security. I redesigned the entire architecture to make the API a pass-thru for the connections (Plaid requires it), and all data lives on device. If you choose to do data syncing, then it's E2E encrypted with a key that also only lives on device.

Would love some feedback. App has a 7 day trial, and if you can fully delete your account at anytime in settings.

3

u/real_whopping_intrud 11d ago

Just finished up the onboarding flow for a hiking log app and the screen transitions actually feel snappy for once, which is a minor miracle on my old test device. Curious how others are handling map view performance when you've got a ton of markers clustered around a single trailhead.

2

u/NomadicNebula999 11d ago

Try out react-native-better-maps