You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the upgrade from RN 0.75.4 to 0.77 (i already had installed React-Native-Paper 5.12.3, now it is 5.13.1 so no migration)
Now tapping on cards with the onPress event triggers the error TypeError: Cannot add new property '_tracking'
Does anyone have the same problem?
PS The problems seems to happen in flat lists views only
Expected behaviour
It should execute the onpress as always.
How to reproduce?
Upgrade a project RN from 0.75.4 to 0.77 and React-Native-Paper from 5.12.3 to 5.13.1.
Place a card in a scrolling flat list
Current behaviour
After the upgrade from RN 0.75.4 to 0.77 (i already had installed React-Native-Paper 5.12.3, now it is 5.13.1 so no migration)
Now tapping on cards with the onPress event triggers the error
TypeError: Cannot add new property '_tracking'
Does anyone have the same problem?
PS The problems seems to happen in flat lists views only
Expected behaviour
It should execute the onpress as always.
How to reproduce?
Upgrade a project RN from 0.75.4 to 0.77 and React-Native-Paper from 5.12.3 to 5.13.1.
Place a card in a scrolling flat list
Preview
What have you tried so far?
To identify i just launched the app in debug mode and when tapping the RN error dialog pops up
Your Environment
The text was updated successfully, but these errors were encountered: