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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Describe the bug Package don't support import in typescript project
To Reproduce
npm install react-native-switch-toggle --save
import SwitchToggle from "react-native-switch-toggle";
Expected behavior Add declaration file support for package
Screenshots Demo: https://prnt.sc/15ybbgr
Desktop (please complete the following information):
"react-native": "~0.63.4", "expo": "~41.0.1",
The text was updated successfully, but these errors were encountered:
Oh.. Thanks you for issuing this. There was a mistake in cloud deployment script. Will fix this soon!
Sorry, something went wrong.
5541550
Release 2.2.0
7f4c9a4
Resolve #49 #48
Resolved in 2.2.1
2.2.1
7f4aa57
No branches or pull requests
Describe the bug
Package don't support import in typescript project
To Reproduce
npm install react-native-switch-toggle --save
import SwitchToggle from "react-native-switch-toggle";
Expected behavior
Add declaration file support for package
Screenshots
Demo: https://prnt.sc/15ybbgr
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: