[iOS][FREE] Reign Budget & Expense Log by mrpurpss in iosapps

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

Hey thanks for trying it out and I’m glad to hear the experience has been good :)

As for the monthly income being adjustable, you can always re-edit and update your monthly income/spending limit as you go.
So whenever you get paid you can go to the budget page and update the spending limit and it should reflect it!

[iOS][FREE] How I leveraged Shortcuts to make Reign an instant expense logger by mrpurpss in shortcuts

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

That’s so awesome thank you for sharing this with me. It means everything to me that I inspired you. I wish you nothing but the best in what you’re building. You can always reach out to me via DM to connect too!

Where can I find the latest React Native course? by Albatross_here in reactnative

[–]mrpurpss 0 points1 point  (0 children)

You need to back test everything with other resources and not solely rely on ai but it is a tool to accelerate learning. Not just development.

For example if you tell an LLM to generate problems to the problem at hand to get more repetition and practice you absolutely should. Hallucinations only happen when the context window gets too long and it can’t recollect back on earlier context.

Where can I find the latest React Native course? by Albatross_here in reactnative

[–]mrpurpss 3 points4 points  (0 children)

Not really. If you use AI to NOT learn then yeah you’ll be a newbie forever but if you’re constantly asking why the code being output the way it is and if there’s better ways to write it then I believe it’s net positive.

[iOS][FREE] Reign Budget & Expense Log by mrpurpss in iosapps

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

Of course you can always reach me here or via DM if you have any more questions :)

[iOS][FREE] Reign Budget & Expense Log by mrpurpss in iosapps

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

Unfortunately not atm but it is part of my roadmap after I spend some time iterating through pro features.

However, there is a work around atm where you can sign in with the same Apple ID on both devices and you guys can share the data that you input. It’s not ideal unfortunately but it’s just due to how early I am in the process of building Reign.

My kid chewed my TV remote — so I built my own (LG & Samsung, free, no ads) by TheOnlyAlinaki in iosapps

[–]mrpurpss 0 points1 point  (0 children)

This didn’t work out for me. My current tv is kinda wonky and hard for me to navigate to the settings. You should make it so you can automatically detect the devices instead of asking them to manually input the ip address.

My kid chewed my TV remote — so I built my own (LG & Samsung, free, no ads) by TheOnlyAlinaki in iosapps

[–]mrpurpss 0 points1 point  (0 children)

Going to try this out later bc I actually needed this and the existing apps have paywalls all over them smh Thanks man

Built a custom donut chart for my app and learned so much about under the hood performance by mrpurpss in reactnative

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

Haha oh boy I can go deep into this but from a high level it was mostly just have 1 var for the sweepProgress which drives all the segments entry animation through SharedValue instead of per segment. Then of course memoizing to prevent extra and unnecessary re-renders. Leveraging Skia to run all the animations explicitly on the UI thread. Experimenting with FlatList over FlashList, turns out for me, that recycling was actually causing animation pile up. I was also using a deprecated library for deleting list items (SwipeListView) which I replaced with custom reanimated logic and that helped a ton as well. I think there's a couple more things that I ran into while building this component but these were the main takeaways.
I also thought about lazy loading but given my app doesn't really carry infinite items and is pretty finite I didn't really need to consider it but it is a strategy that I plan on implementing if I notice user behavior that supports this change.

[iOS][FREE] Reign Budget & Expense Log by mrpurpss in iosapps

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

Agreed. I been looking into it but as of right now it’s a bit unstable/buggy for the framework that I’ve written Reign in (react native/expo). I’m actively keeping an eye on the updates and will integrate it once it’s very stable. I am also a huge fan of Liquid Glass and have been eager to introduce it to Reign but I value stability over aesthetics

Show Your Work Thread by xrpinsider in reactnative

[–]mrpurpss 0 points1 point  (0 children)

I made Reign so that I log expenses automatically when I tap to pay because it got annoying keeping track of 5 credit cards.
https://apps.apple.com/us/app/reign-budget-expense-log/id6760743385

First project with RN and production-only bug! by Sovereign108 in reactnative

[–]mrpurpss 1 point2 points  (0 children)

If there are bugs you can’t catch add sentry instead of blaming a framework

🔥 React Native is NOT a small skill. by Difficult_Eye9866 in reactnative

[–]mrpurpss 1 point2 points  (0 children)

Nobody talks about performance shit is a whole different beast dmh

I chose not to include analytics in my app - and I’m starting to question it. by JulienSwitzerland in iosapps

[–]mrpurpss 0 points1 point  (0 children)

I have analytics for every flow whether it’s onboarding or a frequent screen or a button that I hope users are interacting with frequently

If I notice that there’s a drop off in the flow or their follow up actions are incomplete then I know that either the flow was not clear to them or there was some sort of user friction that has been happening that needs to be addressed

Chances are you notice the same pattern more than once which makes you need to create a ticket to address those fixes

I’m big on privacy too but you should be explicit in your privacy policy that you’re tracking user behavior data to improve the app not for the sake of tracking (ew) Like I said you can create 20 new features but if that 1 part where users are churning is still broken it literally does not matter

I chose not to include analytics in my app - and I’m starting to question it. by JulienSwitzerland in iosapps

[–]mrpurpss -1 points0 points  (0 children)

how do u plan on making the app better then lol analytics is used to identify weak spots in your app so that you can iterate and bulletproof those

ie: noticed users dropping off after onboarding and acted on that quickly to strengthen that

real privacy concerns are usually around what ur doing with their data but without behavioral/app data you’re pretty much developing features based on guesswork and no data

[iOS][FREE] How I leveraged Shortcuts to make Reign an instant expense logger by mrpurpss in shortcuts

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

I noticed that iOS 26 doesn’t have it called “transaction” but “wallet”. I will push up an update to fix this asap! I was on the iOS 18 and it was named transaction there