React native error, please help me. – Threads

TL;DR

The developer is experiencing an issue with signing up users in React Native. Another developer points out that the error occurs because ‘account.get()’ throws, thus the code doesn’t reach line 62. The suggestion is to wrap it in a try-catch block. The original developer then tries making the suggested update. Later messages indicate that users are not being added correctly to the specified collection, even though errors are still occurring. The thread ends with the original developer mentioning a new error after modifying the signup form.

Read more here: Source link