-
Notifications
You must be signed in to change notification settings - Fork 610
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
Why my toolbar does not display properly? #91
Comments
Thank you - @AndoSuguru. Do you have the same problem with demo-app? https://github.com/xotahal/react-native-material-ui-demo-app |
I can confirm this bug, had to hold back from 1.7.0. I think the problem might be in the fact that styles are passed to the new LeftElement component, I'm not sure though. |
I am getting the same issue across all platforms (iOS, Android, UWD) |
No, it did not occur in the demo application. Note: my package.json {
"name": "Foo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "15.4.2",
"react-native": "0.41.2",
"react-native-material-ui": "^1.7.0",
"react-native-vector-icons": "^3.0.0"
},
"devDependencies": {
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "18.1.0",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}
|
I see the demo app is running |
Hey guys, have the same issue here, would be great if we can fix it. I will look at it later tonight on my fork version anyway. :) |
Temp fix for this is wrap the Toolbar in a View. |
Hey guys, I've just fixed it - sorry for that. There missed just It's fixed in master. I'll publish it in next release - 1.8.0 |
thx!! |
Commands executed to install:
index.ios.js
The text was updated successfully, but these errors were encountered: