resolvers
resolvers copied to clipboard
Publish it in react native directory
Could you please provide more details?
actually i used it in my expo app and when I ran expo-doctor to check any common issues. it told me that this package doesn't have a meta data or something, and i know expo checks react native directory for libraries not npm registry. so just to avoid the warning, you could publish the package to react native directory so that expo-doctor doesn't complain at all
here's the WARNING from expo-doctor:
✖ Validate packages against React Native Directory package metadata
The following issues were found when validating your dependencies against React Native Directory:
No metadata available: @hookform/resolvers
Advice:
Update React Native Directory to include metadata for unknown packages. Alternatively, set expo.doctor.reactNativeDirectoryCheck.listUnknownPackages in package.json to false to skip warnings about packages with no metadata, if the warning is not relevant.