uttu-316
Results
2
issues of
uttu-316
``` import AsyncStorage from '@react-native-async-storage/async-storage'; import {configureStore} from '@reduxjs/toolkit'; import { persistStore, persistReducer, FLUSH, REHYDRATE, PAUSE, PERSIST, PURGE, REGISTER, } from 'redux-persist'; import {rootReducer} from './reducers'; const persistConfig = {...
How we are picking a particular peer to send a call notification?