We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Instead of import { ... } from 'react-form-with-constraints/lib/Native' import { ... } from 'react-form-with-constraints/lib/Bootstrap4'
import { ... } from 'react-form-with-constraints/lib/Native'
import { ... } from 'react-form-with-constraints/lib/Bootstrap4'
Introduce multiple npm packages:
Will also solve some TypeScript typings:
node_modules/@types/node/index.d.ts(117,13): error TS2300: Duplicate identifier 'require'. node_modules/@types/react-native/index.d.ts(8584,14): error TS2300: Duplicate identifier 'require'.
See DefinitelyTyped/DefinitelyTyped#16825
error TS2415: Class 'FormWithConstraints' incorrectly extends base class 'FormWithConstraints'. Types of property 'validateFields' are incompatible.
The text was updated successfully, but these errors were encountered:
Problem with react-native, see yarnpkg/yarn#3882
Sorry, something went wrong.
See c28d123
global
require
No branches or pull requests
Instead of
import { ... } from 'react-form-with-constraints/lib/Native'
import { ... } from 'react-form-with-constraints/lib/Bootstrap4'
Introduce multiple npm packages:
Will also solve some TypeScript typings:
See DefinitelyTyped/DefinitelyTyped#16825
The text was updated successfully, but these errors were encountered: