-
-
Notifications
You must be signed in to change notification settings - Fork 424
fix(android_imports): added missing '.android' #614
New issue
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
fix(android_imports): added missing '.android' #614
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tried this in my project, works perfectly and fixes my problem.
a flow rule was causing a [cannot-resolve-module] error added type any to picker.android due to unclear type
@vonovak Any chance you can merge this and cut a new release? I think this will help out a bunch of us! Thanks! |
hello folks, thank you for your patience. I superseded this PR by #625 which uses a little cleaner solution. It will be released soon 🙂 |
🎉 This issue has been resolved in version 6.1.4 🎉 If this package helps you, consider sponsoring us! 🚀 |
Thanks so much @vonovak for the fix! Things are working well now! |
Summary
Test Plan
Working feature test
Check this video
Scope
Android ✅
Checklist
README.md
example/App.js
)