-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
ToolbarAndroid doesn't seem to appear? #2957
Comments
You should set In the future, can you please use Stack Overflow to ask questions and tag them with react-native? http://stackoverflow.com/questions/tagged/react-native This helps us keep track of bugs that need to be fixed in Github issues. Thanks! |
met the same problem |
You need to assign both height and width to the toolbar otherwise it won't renders This is how you need to do
Result |
It seems the ToolbarAndroid component doesn't want to play right with me... Either that, or I'm doing something wrong here.
I've created a test app here https://rnplay.org/apps/CHOsPg
I can't seem to get the component to work, and a couple of other users on Reddit were having issues with it too.
The text was updated successfully, but these errors were encountered: