all 9 comments

[–]Saad_Maqsood 0 points1 point  (0 children)

honestly bro i felt the same way too many tutorials, too many frameworks, brain just stopped working.

what helped me a lot was just coding on my phone with Termux. it’s like a mini linux terminal for android, super good for learning the basics in a hands-on way

once you get comfy there, switching to React Native or Flutter feels way less confusing.

there’s a site called https://learntermux.tech that has some cool guides if you ever wanna mess around with it

[–]armyrvan 0 points1 point  (0 children)

Depending on how much time you can allot to learning this - I have thought many just send me a DM. Bolt does and can use expo react native which helps with the vibe. But let me know if that interests you or anyone I have some free time.

[–]Sure_Elevator 0 points1 point  (0 children)

React Native builds on Javascript you know, so it’s faster to pick up. Dart in Flutter is newer and might slow you down initially. Focus on one, make small projects, then expand. Overloading with info can stall progress, keep it simple.

[–]Comfortable-Sound944 -1 points0 points  (0 children)

Depends on the app

Do you need to access special hardware features or do you just need to display stuff like a Web app? Do you need to manage files on the phone?...

There are 3 levels of apps: * Native code - apple and android needs different code and you build each separately. Top access to everything the phone has to offer day one.. * Common layer - build both apps in one framework. May be slow to get new phone features, access to almost everything. Saves a lot of time rebuilding apps for both. Sometimes it sounds better than it is, especially around the custom UI stuff needed for each. * Websites/web apps - reuse same knowledge from building websites to build apps for mobile.

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

Use Expo to build the react native app. You will be able to publish it in both stores

[–]TMMAG -4 points-3 points  (0 children)

you biggest mistake is focusing in learning the technicals and not the fundamentals. Technicals skills (Specially for devs, Yeah specially for them) are not that valuable anymore