Git Product home page Git Product logo

Comments (11)

giantslogik avatar giantslogik commented on June 22, 2024 4

@efstathiosntonas I reverted the PR that broke 3.12.0. Here is the patch package. It fixed my crash. Perhaps it will fix #6066 also.

patches/react-native-reanimated+3.12.0.patch
react-native-reanimated+3.12.0.patch

from react-native-reanimated.

szydlovsky avatar szydlovsky commented on June 22, 2024 1

Hey @giantslogik @efstathiosntonas, the PR owner is currently a bit unreachable, but I will bring this to his attention next week! Thanks for the patience and the patch 😄

from react-native-reanimated.

qper228 avatar qper228 commented on June 22, 2024 1

@efstathiosntonas I reverted the PR that broke 3.12.0. Here is the patch package. It fixed my crash. Perhaps it will fix #6066 also.

patches/react-native-reanimated+3.12.0.patch react-native-reanimated+3.12.0.patch

worked thx

from react-native-reanimated.

github-actions avatar github-actions commented on June 22, 2024

Hey! 👋

The issue doesn't seem to contain a minimal reproduction.

Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?

from react-native-reanimated.

giantslogik avatar giantslogik commented on June 22, 2024

The call stack is:

TypeError: property is not configurable

This error is located at:
in Unknown (created by _c)
in RCTView (created by View)
in View (created by _c)
in _c
in RCTView (created by View)
in View
in Unknown (created by GenericTouchable)
in RNGestureHandlerButton (created by NativeViewGestureHandler)
in NativeViewGestureHandler (created by RNGestureHandlerButton)
in RNGestureHandlerButton (created by BaseButton)
in BaseButton (created by GenericTouchable)
in GenericTouchable (created by TouchableOpacity)
in TouchableOpacity
in Unknown
in RCTView (created by View)
in View
in Unknown
in RCTView (created by View)
in View
in Unknown (created by ViewRenderer)
in RCTView (created by View)
in View (created by ViewRenderer)
in ViewRenderer (created by RecyclerListView)
in RCTView (created by View)
in View (created by ScrollComponent)
in RCTView (created by View)
in View (created by ScrollComponent)
in RCTScrollContentView (created by ScrollView)
in RCTScrollView (created by ScrollView)
in ScrollView (created by ScrollView)
in ScrollView (created by ScrollComponent)
in ScrollComponent (created by RecyclerListView)

from react-native-reanimated.

giantslogik avatar giantslogik commented on June 22, 2024

Seems this PR is the root cause: #5548 .

from react-native-reanimated.

efstathiosntonas avatar efstathiosntonas commented on June 22, 2024

duplicate: #6066

from react-native-reanimated.

giantslogik avatar giantslogik commented on June 22, 2024

@efstathiosntonas. I didn't find any commonality in the call stack. I'm going to patch package a revert to #5548 to see if it fixes the crash. That PR looks like it was intended to improve logging / warnings.

from react-native-reanimated.

efstathiosntonas avatar efstathiosntonas commented on June 22, 2024

@giantslogik thanks for the patch, it's exactly the same issue as #6066, I just didn't add the full trace.

Fact is, the better logging on 3.12.0 helped me spot a small issue so reverting it is not the way to go imho, it needs to be reworked so it won't crash.

from react-native-reanimated.

dniccum avatar dniccum commented on June 22, 2024

I exhibited the same error. Apparently the cause of my error was the fact that I was doing some basic logic just within the useAnimatedStyle hook:

const animatedButtonsStyle = useAnimatedStyle(() => {
    const hasTags: boolean = connection?.tags && connection?.tags.filter(tag => tag.type.value === 'connection').length > 0
    const start: number = hasTags ? 90 : 60
    const buttonHeight: number = 56
        return {
            ...
        }
})

The hook did not like this. The main culprit was the hasTags variable.

from react-native-reanimated.

tjzel avatar tjzel commented on June 22, 2024

Duplicate of #6066

from react-native-reanimated.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.