Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(client): Fix React Native support
Use `nanoid/non-secure` for chat IDs because React Native doesn’t support the plain `nanoid` implementation. (Chat IDs are for convenience only so security is unimportant and due to the lack of persistence collisions are also relatively unlikely.)
- Loading branch information