Posts by Guilherme Magno • 9 points
2 posts
-
0
votes1
answer88
viewsA: Expo - Invalid hook call inside function components
I had not understood the real concept of the Hooks in React-on, my code missing only final alignment, was like this: homescreen.js import React, { useState } from 'React'; import { Stylesheet, Text,…
-
0
votes1
answer88
viewsQ: Expo - Invalid hook call inside function components
I was learning Expo, and I needed to create a dynamic list of counters. On my screen I have a button + that adds other squares, and each of these squares has a counter inside them, from what I…