Posts by Leandro Souza • 46 points
3 posts
-
2
votes4
answers1892
viewsA: Error React-Nactivate-Esture-Handler in version React-Native 0.60.0
I had this same problem. I tried everything and nothing worked, and the worst was the slowness and high memory consumption when I tried to give the start. The solution I found was to go back to…
-
0
votes1
answer136
viewsA: How to make a program in java that tells you which positions are ahead and behind a word
From what I understand you want to know the positions of the words that are in that array: String[] arrayString = frase.split(" "); I made a very simple example with one of the ways you can do it:…
-
0
votes1
answer301
viewsA: React-Native start locks in Loading dependency Graph
I had the same problem. But after about 10 to 15 minutes I went to done. Only until it was done, it consumed all memory. Apparently the problem is in the version of React-Native, was using version…