Trying to implement push notifications
This commit is contained in:
@ -27,7 +27,6 @@ export default function HomeScreen() {
|
||||
}
|
||||
|
||||
const user = JSON.parse(storedUser);
|
||||
//const otherUserId = user.id === 1 ? 2 : 1;
|
||||
|
||||
const response = await axios.get(`${BASE_URL}/getMessage`, {
|
||||
params: { apiKey: API_KEY, userId: user.id }
|
||||
|
Reference in New Issue
Block a user