Posts by Taylon Assis • 11 points
2 posts
-
0
votes2
answers792
viewsA: I try to install React Navigation and returns a denied permission error
I also had this problem with some React packages. If you’re using your machine’s command terminal, try using the Git terminal. Install the Git suitable for your OS. After that, you’ll have Git CMD.…
-
1
votes1
answer562
viewsQ: Wait for the results of asynchronous Firebase methods
I am frequently having problems in various code snippets where I need to call asynchronous methods from the Firebase Database library. The issue is that these methods often do not return their…