Trying to implement push notifications

This commit is contained in:
2024-09-12 17:32:14 -05:00
parent 6407a23ee0
commit 868ad01c3f
6 changed files with 295 additions and 9 deletions

View File

@ -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 }