mirror of
https://github.com/balzack/databag.git
synced 2025-02-11 19:19:16 +00:00
fix for error message not showing up
This commit is contained in:
parent
c57675a19f
commit
b86aa94d25
@ -1,5 +1,5 @@
|
||||
import { useRef, useState, useEffect, useContext } from 'react';
|
||||
import { Linking } from 'react-native';
|
||||
import { Linking, Alert } from 'react-native';
|
||||
import { ConversationContext } from 'context/ConversationContext';
|
||||
import { CardContext } from 'context/CardContext';
|
||||
import { ProfileContext } from 'context/ProfileContext';
|
||||
|
Loading…
Reference in New Issue
Block a user