unomed-dev / react-native-matrix-sdk

Matrix client SDK for React Native
Apache License 2.0
4 stars 0 forks source link

Avoid force-unwrapping #4

Open Johennes opened 2 months ago

Johennes commented 2 months ago

The bindings currently use force unwraps (! / !!) in various places. If they fail they crash the app. Ideally we'd convert failures into promise rejections or NOOPs with error logs.