Seemran
Seemran
### Description When using the onPress prop on the Button component the function get's called twice when used a enter key via keyboard ### CodeSandbox/Snack link https://snack.expo.dev/@seemran.xec/nativebase-template ### Steps to...
Please add an MIT license to this project. Thank you for sharing your work.
After updating react to 18.3.1 getting JSX error ``` NestedMenuItem' cannot be used as a JSX component. Its type 'ForwardRefExoticComponent' is not a valid JSX element type. ```
## 🐛 Bug Report When using `react-hook-form`, defining a nested field named `type` causes TypeScript to incorrectly infer `.type` as a `string` (the internal error type like `'required'`, `'min'`, etc.)...