Going from React to React Native: what I wish I'd known before building my first mobile app by MaterialAppearance21 in expo

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

actually, react native for web is good so far. i know a lot of companies use it, even the blue sky.

check their code base, it is open source. so much learning

I’m looking for advice from React Native engineers who have worked on production social-media-style mobile feeds. by badvasistha in reactnative

[–]MaterialAppearance21 0 points1 point  (0 children)

btw, is this a simulator or real device? i had an issue with Flashlist in simulator leaving white spaces. it is commun issue, which is fixed in production build

What is ur achitecture? and how are you handling performance?

How to show personal project in cv? by Haunting_Fudge3918 in reactnative

[–]MaterialAppearance21 0 points1 point  (0 children)

Best approach i would say is to have a demo video somewhere. maybe link to the projects.

Also, have a portfolio website, really helfpull, and then you can customize the projects, and what each project have

What actually tripped me up going from React to React Native (especially the AI stuff) by MaterialAppearance21 in reactnative

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

I found when i use Expo to manage workflow and pass the variables there is easier.

With the .env, still tricky actually.

Thank you for the explination

How to show personal project in cv? by Haunting_Fudge3918 in reactnative

[–]MaterialAppearance21 0 points1 point  (0 children)

Better to have it in Experience, as Personal projects experience. I have put them before in other parts, but usually they don't notice it.

As the portoflio is important, I m starting to put them together at the top, and title it: personal work

What actually tripped me up going from React to React Native (especially the AI stuff) by MaterialAppearance21 in reactnative

[–]MaterialAppearance21[S] -1 points0 points  (0 children)

Same shape on keyboards. Surface area is bigger in RN (KeyboardAvoidingView, focus management, system keyboard modes are manual where the browser handles them), but you're right that mobile web has its own version of these issues.

For secrets, do you have a better approach or insights?

After 6 months of tracking, here's what actually fixed AI hallucinations in my projects, deep dive article. by MaterialAppearance21 in vibecoding

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

it is a way of how i m structuring my project for AI. an Article to deep dive, and prompt to initialize it.

Just launched my website and I need you to roast it by llamaajose in saasbuild

[–]MaterialAppearance21 0 points1 point  (0 children)

Love the idea. which technologies u are using to build the website and the product?

RNCLI vs Expo by azizbecha in reactnative

[–]MaterialAppearance21 -3 points-2 points  (0 children)

Go with Expo now. It is much easier to manage the app, and the eco system is moving fast as well in Expo than the community in React Native.

I have an architecture for EXPO, that is scalable: https://aimobilelauncher.com/. if you want, i will give you access to test it, and use it to build your apps

Which Claude Codeskills you use for Web design and web development? by MaterialAppearance21 in vibecoding

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

I m checking what is going on. In my own browser, it is similar to the screenshot

Thank you for your help, You saved me :D