rjritik1137
Results
2
issues of
rjritik1137
I am having a react typescript project with eslint and typescript setup with webpack. I created one declaration.d.ts file having this code ```typescript declare module 'local-react' { export type ReactFCWithChildren...
help wanted
### Current behavior These are my types `import {NativeStackScreenProps} from 'react-native-screens/lib/typescript/native-stack/types' import {ROUTE_NAMES} from './routes' export type RouteParamsList = { [ROUTE_NAMES.home]: {} [ROUTE_NAMES.login]: {name: string} } export type Routes =...
bug
platform:android
repro provided