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
Unhandled JS Exception: Converting circular structure to JSON
After increasing STICKY_HEADER_HEIGHT from 70 to 270...
If you activate the Inspector and click foreground image, that is, the head in the bubble you'll get this error:
Steps
In ListView
Talk.js
wrap foreground'sImage
in aTouchableOpacity
like this:Build and run the modified code, then click on the foreground image, that is, the head in the bubble.
The result is: "Foreground Clicked"
So far, so good.
Now increase
STICKY_HEADER_HEIGHT
from 70 to 270:(By increasing
STICKY_HEADER_HEIGHT
from 70 to 270 the sticky header are will overlap with the foreground are that renders theTouchableOpacity
area.)Build and run the modified code, then click on the foreground image, that is, the head in the bubble - as before.
EXPECTED
Alert popping up saying "Foreground Clicked!"
ACTUAL
No alert.
The text was updated successfully, but these errors were encountered: