Questions tagged as 'react-native'

0
answers

React Native Error

Someone could help me I received the following feedback Não esqueça de cancelar as notificações e agendar as notificações do dia seguinte quando o usuário terminar um quiz :thumbsup:. Você pode usar, por exemplo, o isQuestionAvaliable para tes...
asked by 12.08.2018 / 23:57
0
answers

How do I sign in with Facebook on Firebase in a React Native application?

I'm trying to use Firebase to sign in with Facebook, but I'm not getting it from the documentation available on the firebase website. What I want to do is sign in with Facebook using the Firebase feature. If someone has already done this...
asked by 15.08.2018 / 14:27
0
answers

what is the difference between IONIC - REACT NATIVE - XAMARIM [duplicate]

I read several publications in the group about this debate, but all are from about 2 years ago, with the evolutions of the tool, in the current day, what is it worth to focus on learning ?? other questions: 1st is still better to devel...
asked by 03.08.2018 / 19:39
1
answer

Error while running mobile react-native app

Running react-native run-android gives the following error: FAILURE: Build failed with an exception. What went wrong: Execution failed for task ': app: mergeDebugResources'.    Error: java.util.concurrent.ExecutionException: co...
asked by 04.08.2018 / 04:50
1
answer

Number format help in simple mode [duplicate]

I think my question is silly, but I never got to take that test. has some way to recover the value so 10.90 with zero without using function or replace, I have tried here more without success! var total = 10.90; totalreal = parseInt(total)...
asked by 18.07.2018 / 17:32
0
answers

React Native Navigation 2

I try to update to RNN2 and implement this in App.js Navigation.registerComponent("Screen.AlertScreen", () => AlertScreen); Navigation.registerComponent("Screen.OverlayScreen", () => OverlayScreen); Navigation.registerComponent("Screen.S...
asked by 09.07.2018 / 00:24
0
answers

AsyncStorage React Native Login

I'm trying to keep the user logged in to my app, so I made the following the user log in. AsyncStorage.setItem('@MyStorage:Token', res.data.accessToken) AsyncStorage.setItem('@MyStorage:Flag', true) And I tried to do so to validate every ti...
asked by 10.07.2018 / 17:02
0
answers

React Native Compile Update

Whenever I run the react-native run-android command, some components appear at the command prompt requesting update. Like these: :app:mergeDebugAssets UP-TO-DATE :app:generateDebugResValues UP-TO-DATE :app:generateDebugResources UP-TO-DATE...
asked by 28.06.2018 / 19:21
0
answers

How to disable Splash from Expo, and use a custom Splash?

I would like to know how to do for example to disable the Splash of the Expo, and to use type "Splash.js" that I created customized?     
asked by 26.06.2018 / 16:52
0
answers

React native - What should I change from android to IOS

As react native é híbrido , which I have to change normally from one platform to another, for example. Input Text Tabs and among others there is some specification or to know I have to test to see if it will be different in andr...
asked by 26.06.2018 / 16:06