chore: use correct phone number

This commit is contained in:
Rickard Natt och Dag 2021-08-16 19:28:51 +02:00
parent 688ab7ff52
commit 246bba6943
No known key found for this signature in database
GPG Key ID: 97AA4A72D75845D5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { Linking, Platform } from 'react-native'
const phoneNumber = '+46701234567'
const phoneNumber = '+46730121740'
export const useSMS = () => {
const sendSMS = async (message) => {