Migrated to using expo clipboard to resolve null getString from clipboard.
Issue was found if phone did not have a SIM card and therefore did not receive a SMS, the clipboard would return null and break. This fixes as it allows null, so the user can type the code if there is none, or auto paste if they receive.
Migrated to using expo clipboard to resolve null getString from clipboard.
Issue was found if phone did not have a SIM card and therefore did not receive a SMS, the clipboard would return null and break. This fixes as it allows null, so the user can type the code if there is none, or auto paste if they receive.