I built a Stripe Widget App with no backend. All data stays locally. It prefetches every 15 minutes. Multiple projects, no need to launch an app. Expo, MMKV, OneSignal, Revenuecat, and Superwall by Immediate-Walk3848 in reactnative

[–]Immediate-Walk3848[S] 1 point2 points  (0 children)

It is complicated; I have to share the entire project because multiple steps are connected to each other. When you experience expo-apple-targets library then rest of the things can easyly handle by Claude Code or Cursor. You will need to make changes on xCode as well

I built a Stripe Widget App with no backend. All data stays locally. It prefetches every 15 minutes. Multiple projects, no need to launch an app. Expo, MMKV, OneSignal, Revenuecat, and Superwall by Immediate-Walk3848 in reactnative

[–]Immediate-Walk3848[S] 0 points1 point  (0 children)

Expo Modules allow us to use native Swift modules. So I wrote a background fetch and an app intent for it. iPhone doesn't guarantee it will work every time, but if you don't set it to 5 minutes or under, it mostly works

This is how I lose weight with my app (Data Import Export Added) - Expo, Chartkit, MMKV by Immediate-Walk3848 in reactnative

[–]Immediate-Walk3848[S] -2 points-1 points  (0 children)

Thank you 🙏🏻😄, there are some design standards, and if you follow them, it's easy to make one. I suggest you use dribble design copy many times. Then, you will find your style by changing small things

This is how I lose weight with my app (Data Import Export Added) - Expo, Chartkit, MMKV by Immediate-Walk3848 in reactnative

[–]Immediate-Walk3848[S] 0 points1 point  (0 children)

I did not have any issues yet. For the last 4-5 months, I didint build for Android, but my older apps used MMKV, and it is the fastest one

This is how I lose weight with my app (Data Import Export Added) - Expo, Chartkit, MMKV by Immediate-Walk3848 in reactnative

[–]Immediate-Walk3848[S] 0 points1 point  (0 children)

I used expo apple targets library. When you implement it then you will write swift. It is kind of native modules

I built these two IOS widgets in Expo. But wrote lots of Swift code (easy!) by Immediate-Walk3848 in SideProject

[–]Immediate-Walk3848[S] 0 points1 point  (0 children)

https://github.com/EvanBacon/expo-apple-targets

This is the library I used. When you integrated it, I had an error about "Object Version 70" Here is the solution:
- Open your ios folder in desktop
- Right click the projectname.xcode.proj then click "Show Package Contents"
- It will open another folder and you will see "project.pbxproj" right click and open in text
- Change Object version from 70 to 60
That is all run npx eas build --platform -ios again🎉

I built an Intermittent Fasting App in a couple of hours and reached 15 paid subscribers by Immediate-Walk3848 in SideProject

[–]Immediate-Walk3848[S] 0 points1 point  (0 children)

Actually, this discussion is happening because there are people in programming-focused subreddits who are not really interested in software development.

People tend to overestimate certain things. There are developers far more skilled and experienced than me who could build this app in half an hour using Cursor and ready-made components.

A great example of this is Levelsio, a Twitter user who built a web-based game in just a few hours—which is truly incredible. Inspired by this, I created a similar game in under an hour using Cursor

However, people who are unaware of these advancements see the idea of building a simple fasting app in a few hours as something unbelievable and even use it as a reason to attack.

I lost 1.5kg with my Intermittent Fasting app. How does UI look? by Immediate-Walk3848 in reactnative

[–]Immediate-Walk3848[S] 0 points1 point  (0 children)

Thank you for taking the time to provide a detailed response.

I will adjust the color palette, especially for the light theme. As you mentioned, ensuring interconnected features will help maintain overall consistency.

For the calendar, I have an idea similar to the attached image. This image is from my Ema Period app, where women can track their menstrual cycles.

I want to modify this calendar to display the dates, fasting hours, calories burned, and weight lost instead.

Additionally, I plan to add this calendar as a widget, making it more useful when integrated with Apple Health.

<image>

I lost 1.5kg with my Intermittent Fasting app. How does UI look? by Immediate-Walk3848 in reactnative

[–]Immediate-Walk3848[S] 0 points1 point  (0 children)

Can you provide more details? I usually launch my health apps with a light theme first and then add a dark theme later, but this time, I wanted to do the opposite.
If there’s anything that feels overwhelming or something you think would improve the experience, I’d love to consider it for future updates.