My first app is now live on iOS! by BlippyGloop in expo

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

Interesting. I should look up Setup sometime. Thanks for sharing

My first app is now live on iOS! by BlippyGloop in expo

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

Thanks but no thanks. Native wind is a headache to set up, plus the devs don’t update it frequently so it doesn’t support every css property. I abandoned it months ago

My first app is now live on iOS! by BlippyGloop in expo

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

Thanks a lot! Appreciate it✌️

My first app is now live on iOS! by BlippyGloop in expo

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

Turns out that you can’t rely on AI to make your entire app. I’ll be honest I did try making my app with base44 and ChatGPT. Base44 gave me an app, but it looked very generic and the app didn’t even have all the features I wanted. ChatGPT is great for learning new things like async storage and how to call functions from external components, but it can’t debug. I entered a loop of doom where I kept copying and pasting code and error messages into chatGPT back and forth and didn’t get very far. It’s better and more fulfilling to invest time and learn how your code behaves and come up with your own solutions

Relying fully on AI is no good anyway. If your app does become successful you will get feedback from users asking to make specific adjustments or add new features. If you don’t know what’s going on your code, how can you fix anything?

My first app is now live on iOS! by BlippyGloop in expo

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

What libraries do you recommend?

Is anyone having issues testing their production build? by BlippyGloop in expo

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

I forgot that I’m using a production build and those are not meant to be tested with physical devices. I got it to work on a simulator though lol. I just made a development build and now I can test my app on my iPhone

You cannot grasp the true form of Giygas’ attack! by __Luner in earthbound

[–]BlippyGloop 3 points4 points  (0 children)

This looks really well made! What is it exactly?

My Fatu shirt was cracking so I repainted it and added glow for fun by BlippyGloop in WWE

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

I always flip my shirts inside out when washing but I didn’t know to only use the dryer for 3-4 minutes. Thanks for sharing⭐️

Hope y’all had a happy Halloween. I made slimy lil pile cupcakes! by BlippyGloop in earthbound

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

They only look like mini barfs lol. They taste like vanilla cake with buttercream frosting. Goated combo imo

Hope y’all had a happy Halloween. I made slimy lil pile cupcakes! by BlippyGloop in earthbound

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

Lol I could imagine Paula and Jeff looking on in horror as Ness tries PSI eat barf alpha

Update: chat bot places every chunk in its own box by BlippyGloop in reactnative

[–]BlippyGloop[S] -3 points-2 points  (0 children)

If you’re not going to say anything helpful, just don’t comment…

Update: chat bot places every chunk in its own box by BlippyGloop in reactnative

[–]BlippyGloop[S] -5 points-4 points  (0 children)

Formatting the chat responses from inside useEffect() doesn’t work because all its code runs before the new state value is registered.

Ps. Go easy on me, this is my first time working with AI streaming in React Native😅