xmtp / xmtp-react-native

A package you can use to build with XMTP in a React Native or Expo app.
MIT License
41 stars 19 forks source link

Example app: Fix replies #161

Closed daria-github closed 7 months ago

daria-github commented 10 months ago

Is your feature request related to a problem?

Replies are no working reflecting properly in the example app. They likely broke with this PR: https://github.com/xmtp/xmtp-react-native/pull/155

Describe the solution to the problem

Add back logic so replies visually are shown as attached to the parent message.

Can reference xmtp.chat while building where replies have already been added as well to cross-check this functionality.

Would be good to have an E2E test for this to avoid similar breakages in the future.

Describe the uses cases for the feature

No response

Additional details

May want to pull in this ticket after some of the E2E test boilerplate is in place.

alexrisch commented 7 months ago

Fixed in beta branch