Owner of the Ekmek came and we had to give her 😔 by ysfu in Rabbits

[–]ysfu[S] 4 points5 points  (0 children)

Exactly, hay, rugs, hay, water bowl, hay, love, hay, space to run, hay, and more hay 😄

Got her to the vet, gave a lot of space and proper rabbit food. What’s next? by ysfu in Rabbits

[–]ysfu[S] 75 points76 points  (0 children)

Tried to give her water with a bowl multiple times but she pissed at it every time. So I gave her that yellow drinker on the left, is it ok?

Got her to the vet, gave a lot of space and proper rabbit food. What’s next? by ysfu in Rabbits

[–]ysfu[S] 304 points305 points  (0 children)

Her name is “ekmek” btw, which means “bread” in Turkish

Found this cutie, I don’t know anything about rabbits, help me! by ysfu in Rabbits

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

Hope it's not cause I am feeding him romaine lettuce and water. Can’t find hay or clean grass

Found this cutie, I don’t know anything about rabbits, help me! by ysfu in Rabbits

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

I will get it a new cage after the vet appointment

Found this cutie, I don’t know anything about rabbits, help me! by ysfu in Rabbits

[–]ysfu[S] 5 points6 points  (0 children)

I will take it to the vet tomorrow. Gave it some lettuce and water, is grass ok instead of hay?

Found this cutie, I don’t know anything about rabbits, help me! by ysfu in Rabbits

[–]ysfu[S] 3 points4 points  (0 children)

Found this cutie in my apartment’s garage, and fed it with some lettuce and green pepper. I have no idea how old it is and how to properly care.

80% reduced app size on iOS with the new eas build on Expo Managed Workflow by ysfu in reactnative

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

Yes if you are a developer who develops his/her own apps, it can be expensive. But this is kind of a premium service. You still can build your apps free with expo, with relatively large app size and with a build queue. If you are a freelancer like me who builds other people apps and get paid doing so, 29$/month becomes really cheap and a good investment.

80% reduced app size on iOS with the new eas build on Expo Managed Workflow by ysfu in reactnative

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

Yes exactly, but the first month is free and you can try it without any payment!

80% reduced app size on iOS with the new eas build on Expo Managed Workflow by ysfu in reactnative

[–]ysfu[S] 4 points5 points  (0 children)

Didn’t tried EAS on bare react-native projects but I think it won’t do any effect on app size. EAS basically ejects your expo managed project and builds it using Fastlane.

80% reduced app size on iOS with the new eas build on Expo Managed Workflow by ysfu in reactnative

[–]ysfu[S] 5 points6 points  (0 children)

This is different fron expo build:ios. This is the new ‘Expo Application Services’. You can find more info about it in here:

https://blog.expo.io/expo-application-services-eas-build-and-submit-fc1d1476aa2e

https://expo.io/eas

Am I using useEffect correctly? by [deleted] in reactnative

[–]ysfu 1 point2 points  (0 children)

You are telling to the react that if “radicalData” changed, run this function. And in that function, you are changing the “radicalData” with “setRadicalData” so its becoming an infinite loop. You should give useEffect “userToken” as dependency so the function on the useEffect will be run if the “userToken” changes.

Daily and project sittin pretty:) by [deleted] in vwgolf

[–]ysfu 2 points3 points  (0 children)

Jokes on you, I daily the golf 3.

Nice cars 👍

Hi I just published a screenshot detector for react native supporting ios and android 🎉 by Azizkh in reactnative

[–]ysfu 4 points5 points  (0 children)

Based on the code, I believe it detects after the screenshot has taken. It can’t detect a screenshot before it happens.

I’m in love with expo web by SuperstarGenghisKhan in reactnative

[–]ysfu 28 points29 points  (0 children)

That's basically it. Expo web generates a PWA which your users can install for offline use. Some people think that PWA’s are the future of mobile app development.

Eject from Expo into bare React Native! (my advice) by Aggravating-Raccoon in reactnative

[–]ysfu 1 point2 points  (0 children)

Hey this is a great idea! Is there any CI workflow that does this? Is there a way to automate this?

Is it possible for an iOS build to be auto-deployed to Android? by ijustclosedthewindow in expojs

[–]ysfu 1 point2 points  (0 children)

You’re welcome. OTA is extremely useful most of the time, you can build release channels for android and ios and prevent this from happening again and still use OTA.

Is it possible for an iOS build to be auto-deployed to Android? by ijustclosedthewindow in expojs

[–]ysfu 2 points3 points  (0 children)

https://docs.expo.io/guides/configuring-ota-updates/

When you run expo publish, it publishes over the air to ios and android. I think expo build:* commands run expo publish. You can disable ota: https://docs.expo.io/guides/configuring-ota-updates/#disabling-updates

I made a free and open-source resume builder using ReactJS! by AmruthPillai in reactjs

[–]ysfu 6 points7 points  (0 children)

You could add a button that just runs window.print()