Anton Telichenko
Results
1
comments of
Anton Telichenko
here is an App.js ``` import React, {useEffect, useState} from 'react'; import type {Node} from 'react'; import {WebView} from 'react-native-webview'; import firestore from '@react-native-firebase/firestore'; import { requestUserPermission, notificationListener, } from...