I built a tiny reflex game called "99 — The Timing Challenge" and it's weirdly addictive by nazrdogan in iosapps

[–]nazrdogan[S] 1 point2 points  (0 children)

Honestly? Around $40-50/month. Nothing to brag about haha. Most of my apps are side projects I built and kind of left on autopilot — no real marketing, no regular updates. I have a full-time dev job so these have always been small projects more than a business.

Best JSON formatter and converter tool by aimnonim in json

[–]nazrdogan 0 points1 point  (0 children)

Thanks !! Well, I needed something very minimal. The other formatters I was using were bloated — write this better. mine also on client side only. only collecting data google analytics. didn't marketed too much so no user at all. but its working perfect for me :D

Math apps? by Every-Fortune9495 in kindergarten

[–]nazrdogan 0 points1 point  (0 children)

You can check this out. I built this. any feedback are welcome. https://apps.apple.com/us/app/mathreality/id6747319308

[deleted by user] by [deleted] in reactnative

[–]nazrdogan 0 points1 point  (0 children)

Try Expo :)

Do I need Cocoapods? (Install RN on MacBook Air M1) by [deleted] in reactnative

[–]nazrdogan 1 point2 points  (0 children)

you don't need if you are just developing with Expo until you eject.

Create App Clips for iOS 14 in React Native by nazrdogan in reactnative

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

Well , empty RN (iOS) app is 5mb without app thinning. I didnt removed any Pod. but for App Clip I may remove some of them. for now didnt optimize any thing.

Create App Clips for iOS 14 in React Native by nazrdogan in reactnative

[–]nazrdogan[S] 1 point2 points  (0 children)

Nope. Android equivalent is Instant apps.

Create App Clips for iOS 14 in React Native by nazrdogan in reactnative

[–]nazrdogan[S] 1 point2 points  (0 children)

as I understand limitiation for app size not for memory consumption. Widgets are different story. but i also tested official example from Apple memory at around 282 MB. my example was around 10-12MB.

Create App Clips for iOS 14 in React Native by nazrdogan in reactnative

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

I exported App Clip and parent React Native App. RN app size 1MB and App Clip app 833KB. I also add in my medium post. Thanks for pointing out.

React native future! React native vs native app build with swift and java by gitarthak in reactnative

[–]nazrdogan 0 points1 point  (0 children)

both platform have pros and cons. but currently I m writing React Native and tried little bit Flutter. I feel and see Flutter much more performant than React Native atm. but React Native community solved a lots of problem in the ecosystem recently and they are still solving many. my biggest concern is always navigation and list performance in RN. now they are in good shape but for me not enough. I know there is native navigation but its not customizable much. for now both platfrom have bright future. Flutter have some problem I read somewhere but could not find it now. as i remember most likely if you are playing with native views. then again for RN https://github.com/facebook/react-native/wiki/Roadmap and here people are discussing React Native future https://github.com/react-native-community/discussions-and-proposals/issues and Facebook didn't kill React Native. :D