ABDUL MAHAM
ABDUL MAHAM
I confirm this bug in expo@50. the error produced when you add the "icon" option to the TabScreen component.For now, I've commented on the icon option until I find the...
this is due to the fact that the version of this package on npm is 4 years old. to solve the problem, install the rest main branch directly, which is...
use `router.push('/(tabs)')` to match initial route (default to index) inside (tabs) group or `router.push('/(tabs/index)')` if you want to access index file inside (tabs) group
hi @eyupdogan you can use this fork https://github.com/boterop/react-native-background-timer
> The above mentioned package won't support typescript TypeScript support has now been added
Create a file name `supertest-session.d.ts` ```typescript // supertest-session.d.ts declare module 'supertest-session' { import type { Agent } from 'supertest'; import type { Express } from 'express'; function session(app: Express): Agent;...