mehmetnyarar

Results 7 issues of mehmetnyarar

I'm getting the following error: > ESLint: 7.25.0 > > TypeError: Cannot read property 'type' of undefined > Occurred while linting root/packages/mobile/src/screens/main/index.tsx:22 > at JSXAttribute (root/node_modules/eslint-plugin-react-native/lib/rules/no-single-element-style-arrays.js:40:35) > at root/node_modules/eslint/lib/linter/safe-emitter.js:45:58 >...

When I use `next-compose-plugins`, my custom next config is ignored and I can't get environment variables. When I don't use it, there's no problem. Am I doing something wrong or...

I've installed `prettier-standard` to my **monorepo** project. When I run `prettier-standard --lint` on the root, I get the following errors: ```error Parsing error: Unexpected token 7 | export interface EnvVars...

I'd like to use Reactotron while running detox tests but getting the following error: > import typeof AccessibilityInfo from './Libraries/Components/AccessibilityInfo/AccessibilityInfo'; > ^^^^^^ > SyntaxError: Cannot use import statement outside a...

GraphQL files are generated for the whole GraphQL schema. Wouldn't it be nice to generate only what we need (operations that are defined in the manifest.json)?

enhancement

Actual: ```ts { value: ..., onChange: ..., onBlur: ..., } ``` Desired: ```ts { field: ..., fieldState: ..., formState: ..., } ``` "react-hook-form": "^7.6.2", "@hookform/strictly-typed": "^0.0.4",

* **I'm submitting a ...** [x] bug report [ ] feature request [ ] question about the decisions made in the repository [x] question about how to use this project...

bug
help wanted