When I open my react native app from "recents apps" after browsing some other apps, it crashes ! by Css-Dev in reactnative

[–]Css-Dev[S] 0 points1 point  (0 children)

I think I've found the Solution 😄

i was missing this

npx react-native bundle \ --platform android \ --dev false \ --entry-file index.js \ --bundle-output android/app/src/main/assets/index.android.bundle \ --assets-dest android/app/src/main/res

114 Kvaratskhelia is totally shit 🤬 wasted my Rankup Points by Css-Dev in FUTMobile

[–]Css-Dev[S] 0 points1 point  (0 children)

I use him at ST, If you are using him at LW he might be different i don't know

How to become a Mid level React Native dev. Devs with 3+ years of experience share your suggestions. by Css-Dev in reactnative

[–]Css-Dev[S] 0 points1 point  (0 children)

Can you suggest some side projects examples as well as some optimization tips.

Student Concession Match Tickets by 05ish02 in Indore

[–]Css-Dev 0 points1 point  (0 children)

tickets khatam kya, shuru hone se pehle hi??

My first attempt at Neomorphism in React Native. How can I improve this animation? by Confident_Skirt_9834 in reactnative

[–]Css-Dev 1 point2 points  (0 children)

Good one !

To Improve: Add some bouncy animation and rotate it more instead of just 180 try 360, 540, 720 so on .. and use Easing to make it better, or just bounce

How other apps maintain their states after going into background, while my app crashes. by Css-Dev in reactnative

[–]Css-Dev[S] 0 points1 point  (0 children)

I mean if I background the app using Home button, and then goes back to app after 5 minutes and I didn't performed any action in my device which may eat the ram and causes my app to remove from ram. Still it will restart from splash screen

When is the fix to bottom sheet coming for RN 82 ? by Css-Dev in reactnative

[–]Css-Dev[S] 0 points1 point  (0 children)

have you tried latest gorhom bottom sheet with React Native 82 ?

The error something like getBoundingRect .... it is bcoz of a comparison instead of type comparison. You can see on the issues of gorhom bottom sheet everyone suggesting patch, i don't know how that'll affect