This line of code in ErrorAbstract is freezing Hermes JS engine in React Native applications:
https://github.com/GetStream/stream-js/blob/main/src/errors.ts#L21
Please see minimal example React Native app here: https://github.com/sesm/rn-gestream-freeze
Related Hermes issue: facebook/hermes#928
This line of code in
ErrorAbstractis freezing Hermes JS engine in React Native applications:https://github.com/GetStream/stream-js/blob/main/src/errors.ts#L21
Please see minimal example React Native app here: https://github.com/sesm/rn-gestream-freeze
Related Hermes issue: facebook/hermes#928