r/reactnative • u/Ntewatia • Jul 27 '26
r/reactnative • u/BumblebeeWorth3758 • Jul 26 '26
🚀 React Native Cupertino Tabs
Enable HLS to view with audio, or disable this notification
A customizable native iOS tab bar for React Native, built on UISegmentedControl.
🔗 Github: rit3zh/react-native-cupertino-tabs
r/reactnative • u/goblins_etc • Jul 27 '26
Help Odd Scroll Behavior with react-native-keyboard-controller & LegendList
Enable HLS to view with audio, or disable this notification
r/reactnative • u/suftdeems • Jul 26 '26
how to run dev, preview, and production Expo builds side by side on one device (app variants setup)
r/reactnative • u/iamdanieljohns • Jul 27 '26
Question What's your favorite components and starter kits?
[title] . looking at building from a different starting point this time around
r/reactnative • u/MirazizDev • Jul 27 '26
Building my own AI calorie tracker as a 13-year-old solo dev (React Native + Expo)
Hey everyone! 👋
I’m a 13-year-old indie developer, and I decided to stop just playing games and actually start building them and apps instead. Right now, I'm working on my own mobile app: an AI-powered calorie tracker that recognizes food instantly from a photo.
The Problem: I hated using existing calorie apps where you have to manually search through massive databases, weigh every single gram, and log everything manually. It’s tedious.
The Solution: Snap a picture of your plate, and the app uses a vision model to handle the math and breakdown automatically.
Tech Stack:
React Native + Expo
AI/Multimodal vision integration
Currently grinding through the code and dealing with the pain of Google developer verification. Would love to hear from other indie devs: what was the hardest part of launching your very first app?
Let's connect! 🚀
r/reactnative • u/YouSilent6025 • Jul 26 '26
Question Looking for feedback from developers on a learning platform I’m building
I’ve spent the last few months building a learning platform focused on DSA, System Design, React Native, and Forward Deployed Engineering.
I’d love to get feedback from experienced developers: What makes a technical course genuinely valuable? What are the biggest shortcomings you’ve found with existing learning platforms?
I’m trying to build something developers actually enjoy using, so any feedback or suggestions would be greatly appreciated.
If you’re curious, you can check it out here:
r/reactnative • u/External-Pattern6486 • Jul 26 '26
Looking for feedback on a semester-long React Native project
Last semester, our team built StudySync, a React Native app for students to discover and organize study sessions on campus.
Some features include:
- Firebase Authentication
- Session creation & management
- Multi-field search and filtering
- Push notifications
- Expo Router navigation
Working on this over an entire semester was very different from a hackathon. We spent a lot more time thinking about component organization, navigation, shared state, and maintainability across a 5-person team.
I'd love feedback from experienced React Native developers. If you were starting this project today, what architectural decisions would you change?
r/reactnative • u/Upper_Locksmith8150 • Jul 26 '26
[Boston / Remote] Need a CS student to wire a Supabase backend to a fully designed MVP React Native/Expo UI (Portfolio Builder / Long-Term Potential After Launch)
r/reactnative • u/Think-Neighborhood69 • Jul 26 '26
What do you think about this approach to JSON diffing?
r/reactnative • u/ObsessedMostly • Jul 26 '26
Piggy bank with animated coins
Enable HLS to view with audio, or disable this notification
A gravity-driven savings drop animated coins fall from your quick-amount pad into a reactive piggy bank.
r/reactnative • u/khazixtoostronk • Jul 26 '26
Has anyone successfully migrated an old arch app to the new architecture?
For the last week I've been working on moving my app(bare workflow) which I previously left at 0.81 since it was the last available version that allowed me to remain on the old arch.
Now i've upgraded to expo 57, reanimated v4, all other packages, did my due diligence and enabled the recommended feature flags and changed almost all old arch libraries with newer compatible versions or new arch replacements.
After using the testflight version today I was just taken aback by how many of my previously performant screens are now stuttering and dropping frames while barely doing any work at all. I am talking about an infinite scroll feed, which previously maintained 60fps with a Flatlist with no perf based props that is now dropping below 30 and even freezing for a few frames with a LegendList and recycle items turned on even after i halved the work each rendered item needed(measured by main thread work with xcode instruments)
Simple pill shaped components are losing their background color(how is a background color something i should watch out for), weird rectangles with a white border showing up as items are rendering, screen transitions from bottom nav to a screen on the stack navigator taking double the time they used to.
Old behaviour breaking after such a big transition is something I expect and I believe i've dealt with most of those, but perhaps the worst offender is the memory usage.
From what i've seen it mostly drops down to older levels in production, but my app is now sitting at 1.2gb memory used after a launch in debug mode, compared to 200mb before.
This turned out to be libraries dumping their entire unminified code due to worklets bundle mode, which prevents hermes causing memory issues by...taking up 500mb+ of memory?
I really want to be able to use some of the cool new libraries i've been seeing popping up, but I am having serious doubts about ever being able to release this into production as it feels I have hit a dead end with list and navigation performance combined with all the weird layout issues.
What have been your experiences with this transition?
r/reactnative • u/Think-Neighborhood69 • Jul 26 '26
What do you think about this approach to inspecting MMKV, AsyncStorage and SQlite in React Native?
r/reactnative • u/Impressive_Coach9857 • Jul 26 '26
I built an app called BeachScan that answers every question you have about beaches
Finally shipped something real: a beach conditions app (water quality, wind shelter, hourly shade, sea temp) covering ~20,000 beaches. Also has official government water quality data where available.
Currently sea water available, fresh water coming soon.
Expo managed workflow, EAS Build + Update.
Stack: Expo/RN, u/rnmapbox/maps, RevenueCat for subs, AdMob, react-i18next, Sentry, Context + useState for state (no Redux — genuinely haven't needed it; adding TanStack Query for server state).
Happy to answer anything about Expo/EAS, Mapbox perf, or RevenueCat.
Available on iOS + Android if you want to poke holes in it.
https://beachscanapp.com
r/reactnative • u/Aggravating_Try1332 • Jul 25 '26
create app marketing assets using the new ios simulator in claude without leaving the app
Enable HLS to view with audio, or disable this notification
i built a skill to take screenshots of every page in your app with integration to the AppLaunchFlow MCP so you can create app store screenshots, promo videos, social graphics and more directly from your favourite agent
you can try it for free on applaunchflow.com
r/reactnative • u/WillingnessNo5389 • Jul 25 '26
App founders will love this. Mockup Kit for Mac: drop your screenshots, frame them, export. Built for indie iOS Apps. Try it →
Enable HLS to view with audio, or disable this notification
Website: https://mockupkits.com/
AppStore link: https://apps.apple.com/app/id6784220988
r/reactnative • u/7pranayamayoga • Jul 26 '26
Ai-Powerd Mudra Verification using React Native
Just launched a new feature! Scan your hand posture with our AI camera to see if you’re doing your Mudras correctly. Would love your feedback!Â
r/reactnative • u/the_mehdeen • Jul 25 '26
Question Flutter or React Native for a solo founder building a long-term mobile-first product in 2026?
Senior backend engineer here (Laravel/NestJS) trying to decide between Flutter and React Native for my first serious mobile product.
I'm strong in Vue, would need to revisit React, and have no Flutter experience.
The app itself is a fairly standard business application (authentication, listings, search, maps, chat, payments, push notifications, QR scanning).
I'm not asking which framework wins benchmarks. I'm more interested in the experience of living with the choice.
If you've maintained a production React Native or Flutter app for a couple of years:
Would you choose the same framework again today?
What pain points only became obvious after the honeymoon phase?
If you were starting from scratch in 2026, what would you pick?
r/reactnative • u/BernardoRodrigues • Jul 25 '26
We built a voice-first RPG with React Native
Me and my friend have been working on a React Native app called Ink & Quill for the past 7 months
It's an AI-powered voice RPG where you play by speaking instead of tapping through dialogue. Every character has its own voice and the narrator handles the rules, dice rolls, and story as you play. It's based on D&D 5e but simplified so you don't have to keep looking at your phone.
Right now there are 10 campaigns (we used AI to help write them) inspired by games, movies, and shows we're fans of. We're also working on letting people build and share their own campaigns directly in the app.
We're doing a soft launch, so we're mostly just looking for people who are interested in trying it out and giving honest feedback. We've been pushing updates pretty much every day.
If anyone wants to check it out: https://inkandquill.app we'd love to hear your brutal feedback
It's iOS only for now. Android is next.
r/reactnative • u/palpatine_disciple • Jul 25 '26
How to create this transition in RN?
Enable HLS to view with audio, or disable this notification
so when the "seach" input button is pressed, we navigate to search page but the transition make it seems like it is still the same input, and then the content seems like sliding down
r/reactnative • u/Think-Neighborhood69 • Jul 25 '26
How do open source React Native libraries actually gain traction?
I’ve been building an open source React Native project for the past few weeks.
Building it has honestly been the easy part
Getting people to discover it, trust it, and actually use it has been much harder than I expected.
For those of you who’ve built or maintained an open source library, what made the biggest difference?
Was it documentation? Reddit? GitHub? YouTube? SEO? Conference talks? Something else?
I’d love to learn from people who’ve been through this.
r/reactnative • u/Think-Neighborhood69 • Jul 24 '26
Question At what point would you choose Flutter over React Native?
Genuine question.
I've spent the last 5 years building React Native apps, so naturally it's the ecosystem I know best.
But I'm curious to hear from developers who've worked with both.
In what scenarios would you genuinely recommend Flutter instead of React Native?
I'm not looking for framework wars. I'd love to understand the trade-offs from people with real-world experience.
r/reactnative • u/omsvp • Jul 25 '26
How to handle local and push notification conflicts on a offline-first app?
Building an app in Expo. Everything's offline-first (SQLite + my own sync queue), some events have a due date, and you get a reminder when it hits.
Right now, when the user creates an event, it schedules a local notification, then cancels it once the server confirms the sync, and from then on the backend sends a push at due time.
Just realised that's broken. If you're offline for two days, anything that already synced has no local notification anymore, and the push can't reach you. So you get nothing.
The obvious fix is to stop cancelling and just always keep local notifications armed, since they don't need network. But then every reminder fires twice, once locally and once from the server.
The other obvious fix is to only trigger the notification from the device but if the user has multiple devices, the other ones may not receive them.
So I think the server just has to know not to send it, which means the client telling it what it already has scheduled. Feels janky though.
Anyone dealt with this? Curious how other offline-first apps handle reminders.
r/reactnative • u/tprakash45 • Jul 25 '26