-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Cannot resolve symbol 'heightPercentageToDP' #94
Comments
Hi @amduffy19 Try running If it doesn't then kindly let us know. |
Why the |
To link any library he might reinstalled using the later command above, I would also like to point out that the |
Since the problem is with |
I'm using this library on Android with no problems, everything looks great and is responsive.
However, I'm trying to get it working on iOS and running into the errors "Cannot resolve symbol 'heightPercentageToDP'" and "Cannot resolve symbol 'widthPercentageToDP'" when I try to import these functions.
This is not just an issue with WebStorm not finding the functions, because the result when I run the app is that there is no styling -- all the margins and paddings are 0, the width of my TextInputs is the full screen, etc.
Any ideas why this isn't working for iOS? Thank you!
The text was updated successfully, but these errors were encountered: