Results 5 issues of AJ Jenkins

After upgrading to React Native 0.68, I started seeing this warning: `ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.` Personally, I don't love the suggested...

After upgrading to React Native 0.68, I started seeing this warning: `ViewPropTypes will be removed from React Native. Migrate to ViewPropTypes exported from 'deprecated-react-native-prop-types'.` Personally, I don't love the suggested...

These need to be added to the `"dependencies"` object in your `package.json` file so people installing the package don't need to install these themselves to get the package to work...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Explain what you did Opened your docs page for the Tab component. Repro...

component: Tab

I'm trying to use an `` ([MDN](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local)) in my form, and it doesn't seem possible with how Remix Forms is implemented. Here's my schema: ```js // Copied from zod docs...

enhancement