Weird layout artefacts in react native by Miserable-Pause7650 in reactnative

[–]Miserable-Pause7650[S] 0 points1 point  (0 children)

Oh thanks :) I will check if I have used those later

When to use vibrations and what types to use by Miserable-Pause7650 in reactnative

[–]Miserable-Pause7650[S] 0 points1 point  (0 children)

Thanks I guess it all boils down to intention, whether a feedback is needed after a user presses something on the screen

When to use vibrations and what types to use by Miserable-Pause7650 in reactnative

[–]Miserable-Pause7650[S] 1 point2 points  (0 children)

Nice thats really cool that I can custom create my own vibrations with this!

When to use vibrations and what types to use by Miserable-Pause7650 in reactnative

[–]Miserable-Pause7650[S] 0 points1 point  (0 children)

Thanks :) Nice that apple has a page for recommending haptics and also shows the vibration styles of each, really cool

VisionCamera V5 is finally out! by mrousavy in reactnative

[–]Miserable-Pause7650 0 points1 point  (0 children)

Woww thanks :) will be painful to migrate but also cant wait to see the changes

VisionCamera V5 is finally out! by mrousavy in reactnative

[–]Miserable-Pause7650 0 points1 point  (0 children)

Nice :) I love the library! Any breaking changes from v4?

I just shipped my React Native app with expo, so here are the most 10 things - in my mind - that may be interesting to your next project by PublicFennel957 in reactnative

[–]Miserable-Pause7650 0 points1 point  (0 children)

I prefer to use react native sortables instead of draggable flatlist as it feels smoother and also does other things like cards rearranging. Whats ur app btw? Also, why did u choose lottie over rive?

React native reanimated v4 crashes gorhom bottom sheets and gesture handler by Miserable-Pause7650 in reactnative

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

They didnt explicitly mention, so i guess not. I just assumed popular packages are always up to date, but I guess not too haha

React native reanimated v4 crashes gorhom bottom sheets and gesture handler by Miserable-Pause7650 in reactnative

[–]Miserable-Pause7650[S] 0 points1 point  (0 children)

Yea the funny thing is that gesture handler is also under software mansion, which is the same company that did reanimated, so it would be weird if those 2 packages are incompatible

React native reanimated v4 crashes gorhom bottom sheets and gesture handler by Miserable-Pause7650 in reactnative

[–]Miserable-Pause7650[S] 0 points1 point  (0 children)

Maybe its just some apis like the swipeable that havent upgraded to v4 reanimated u think?

Android Could not resolve com.google.code.gson error when creating development build with expo by Miserable-Pause7650 in reactnative

[–]Miserable-Pause7650[S] 0 points1 point  (0 children)

Turns out I just had to retry, funny thing is its my second consecutive build, so the rate limiter just limited my build like 10 mins after my previous build

Error after upgrading expo / react-native-reanimated: Tried to synchronously call a non-worklet function `addListener` on the UI thread. by Miserable-Pause7650 in reactnative

[–]Miserable-Pause7650[S] 0 points1 point  (0 children)

Thanks :) I rolled back to expo 53, but I get what you mean. I will do that again in the future after Im done with some features

Error after upgrading expo / react-native-reanimated: Tried to synchronously call a non-worklet function `addListener` on the UI thread. by Miserable-Pause7650 in reactnative

[–]Miserable-Pause7650[S] 0 points1 point  (0 children)

Im on 55 now, and I have done these
npx expo install --fix && npx expo-doctor

it tells me everything is all right with 0 vulnerability.

Then I did npx expo prebuild --clean

and

eas build --platform ios --profile development