Abdul Ragib

Results 9 issues of Abdul Ragib

I am not able to run the FatRat becuase it is showing that i am not connected to internet , but i am connected to ethernet, and my internet is...

BUILD FAILED in 11s error Failed to install the app. Command failed with exit code 1: ./gradlew app:installDebug -PreactNativeDevServerPort=8081 FAILURE: Build failed with an exception. * What went wrong: The...

i have declare setBackgroundMessageHandler in index.js , at run time , event is trigger in background but onDisplayNotificaitonNotification does not called messaging().setBackgroundMessageHandler(async remoteMessage => { const data = JSON.parse(remoteMessage.data.message); -->>...

import {Model} from '@nozbe/watermelondb'; import {date, field, json} from '@nozbe/watermelondb/decorators'; export default class IndividualChatModel extends Model { static table = 'individualChat'; @field('chat_id') chat_id; @field('chat') chat; @json('members', json => json) members;...

### Current behavior when i try to do compression then it show unhandled promise reject , start failed, but when i restart app , compression works fine, ### Expected behavior...