Posts by tempdev • 71 points
3 posts
-
1
votes2
answers600
viewsQ: How to store words from a text in an array
I need to create a function that takes a text and stores each word in an array. In c# I know there is the Tochararray() function and with that I just need to do a "go" to and check when there is a…
javascriptasked tempdev 71 -
6
votes3
answers6131
viewsQ: How to Save Data with Asyncstorage
I’m trying to save the mobile data without using a database. I found the AsyncStorage but I’m not able to implement. saveData(){ let usuario = 'Usuario Top'; AsyncStorage.setItem('usuario',…
-
0
votes1
answer170
viewsQ: Problem with installation of the Reactnative-FBSDK package (Authentication via Facebook)
I’m studying the type of authentication in firebase, but I was only able to make work the standard authentication (email/password); I’m having problems to authenticate via Facebook, because the…
react-nativeasked tempdev 71