Posts by Iago Virgílio • 48 points
2 posts
-
3
votes3
answers1609
viewsA: White screen with React-Native
To solve start by creating a folder Assets inside the briefcase android/app/src/main. Soon after, execute the command: $ react-native bundle --platform android --dev false --entry-file index.js…
react-nativeanswered Iago Virgílio 48 -
0
votes1
answer80
viewsQ: Change Javascript iterative select background color
Hey, you guys. I’m having a hard time changing the background color of multiple selects iteratively. I can already change, but I have to manually specify the element index for this to happen. Here’s…