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

Bug: sending wrong data to `createFromKeyBundle` makes app crash #66

Closed nmalzieu closed 1 year ago

nmalzieu commented 1 year ago

Describe the bug

on iOS, I sent the wrong data (JSONified UInt Array) to createFromKeyBundle and it crashed (it expects the key base64 encoded but it should not crash)

Expected behavior

No response

Steps to reproduce the bug

No response

nplasterer commented 1 year ago

Fixed by https://github.com/xmtp/xmtp-react-native/pull/70