Posts by Mateus Siqueira • 15 points
3 posts
-
1
votes3
answers1699
viewsQ: Error running the React application on android emulator
I can’t open an React Native project in the emulator, I’ve tried using Genymotion and Android Studio but always the same error occurs when I run: sudo react-native run-android 27 actionable tasks: 2…
-
-1
votes1
answer233
viewsQ: Carousel materialize does not work
I’m using the default startup code of materialize, but it doesn’t work Carousel <div class="carousel"> <a class="carousel-item" href="#one!"><img…
-
-1
votes1
answer27
viewsQ: background with possition: Absolute; does not work
I am trying to build this site . I positioned the elements with position: Absolute; . I tried to add the background but it does not appear . .smartphone{ background-color: grey; width: 400px;…