Posts by Igor Scheffer Ferreira • 37 points
3 posts
-
0
votes1
answer349
viewsQ: React-Native Asyncstorage returna null
Good I’m having a problem when I will save some data in Asyncstorage, when I will return it comes null. salvage : export const listarRecados = () => { return dispatch => {…
-
0
votes1
answer154
viewsQ: Row doesn’t respect Padding’s Div
Row has no respect for the padding of the div she’s in. div[role="conteudo"]{ width: 100%; padding:0px; height: 100%; background-color: #FFF; } <div class="container" role="conteudo"> {...}…
-
2
votes2
answers325
viewsQ: How can I execute this query with Laravel 5?
How I would perform the following query in Laravel 5: SELECT *, (SELECT COUNT(`anuncios`.`cat-id`) FROM `anuncios` WHERE `anuncios`.`cat-id`=`categoria`.`cat-id`) AS `cat-total` FROM `categoria`…