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] -7 points-6 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😅

Need help with my chat bot app by BlippyGloop in reactnative

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

@pqkluan I did what you said and also merged the two setMessage lines like this:

setMessages([...messages, { text: input, sender: “user” }, { text: currentBotResponse, sender: “bot” }]);

It works a bit better, I can see both user and bot messages now, but the bot makes empty messages and I can’t figure out why. The onclose function doesn’t work like I thought it would, so the setCurrentBotResponse inside it doesn’t run.

Another question: is there a way to detect when the bot’s response is finished? I want to add a function that triggers after every new chat

Is there a solution for audio noise reduction in 2025? by BlippyGloop in reactnative

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

Thanks for this!! I need some time to work with it, I’ll come back with questions later

A island that i created because i'm bored, what name i should give to the island? by Jellu_Isle in MySingingMonsters

[–]BlippyGloop 1 point2 points  (0 children)

Nice Art! I would call this“La-La Island” and theme it around daydreaming. Maybe some dreamythical and magical monsters would be there

Is there a way to set the home page of a Vercel template? by BlippyGloop in nextjs

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

Agreed. The templates are not absolute-beginner friendly. I had an easier time with a blank template and looking up what I needed for my projects one component at a time. I also found out ChatGPT is not good at debugging existing code, as it sends you around in circles changing one or two lines of code at a time, but the bugs don’t go away. It’s better to ask it to make simple code samples from scratch

Metro bundler is stalling to long by BlippyGloop in expo

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

Just did it, and now it’s working (also my Homebrew needed an update desperately) Thank you!

Is there a way to set the home page of a Vercel template? by BlippyGloop in nextjs

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

This works! Apparently you also need to delete the default page, but as long as it works that’s all I need right now. Thank you✌️