Saad Khan
Saad Khan
## 🐛 Bug Report The Button component can not be focused on programmatically. The focus method is not available. The Button uses TouchableOpacity which does have a focus method. ##...
I have a computed columns in one of my tables and it is being generated with allowNull: false. Since I don't send a value for this column, I end up...
As it stands you can pull an existing `.env.example` file from the vault but you can't push .env.example files to the vault. Would love it if I could add or...
## 💬 Questions and Help Hi. Love what you guys are doing. kudos. I'm type checking my SVGR config file like this: ```js // @ts-check /** @type {import('@svgr/core').Config} */ const...
I have the rule [`no-implicit-coercion`](https://eslint.org/docs/latest/rules/no-implicit-coercion#boolean) turned on and it clashes with the fix from `strict-logical-expressions`. Right now, I'm using the [`no-autofix`](https://github.com/aladdin-add/eslint-plugin/tree/master/packages/no-autofix) plugin to suppress the correction and fixing them manually,...
### Describe the bug `BackHandler.addEventListener` returns a `remove` method, but the rule complains when it is used. ```tsx import { BackHandler } from "react-native"; useEffect(() => { const { remove...