-
Notifications
You must be signed in to change notification settings - Fork 61
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
Layout is off #2
Comments
Also experiencing both of these issues when I tried using this project. |
I temporarily fixed the layout by adjusting this code in Pulse.js:
|
Happy to merge a PR, if it fixes the issue for everyone |
Same problem here, any news? |
Modify pulse.js const { width } = Dimensions.get('window'); also make sure you are using same height width in other custom components |
When using this component in RN 0.39.0 inside a View the layout seems off. Please see the attached screenshot.
Also when clicking on the TouchableHighlight it throws an error
Any idea why?
The text was updated successfully, but these errors were encountered: