Hello,
Dude, I can not wait for the method to finish before showing the return, can anyone help me?
getValor(jogador) {
const id_grupo = this.props.grupoSelected.id;
if (jogador.financeiro) {
const arrayFinanceir...
Good afternoon!
I made a function that searches the data of a JSON on the Web, but wanted to wrap it in a function that would take longer than for example 10 seconds to explode an error on the screen, currently the page is only blank, it only...
I have a web application in firebase, but I'm using it in the development of an android / ios application using Expo. I want authentication to be done by Google, but it happens that because it was created as a web, it asks for ID and secret key...
How do I put javascript tags in react native?
I have this tag to put into a project
<script data-cfasync='false' type='text/javascript' src='link'></script>
It's an ad tag.
In the browser it works. But I do not know how to...
The this.props.usuario.user.guia field is as undefined , but when it is entered in the log the this.props.usuario.user object appears with value. This does not make sense to me.
Log code:
if (!this.props.usuario.logout)...
Save! I'm trying to implement the TensorFlow library in my React Native application, based on ese e in this tutorials.
But I can not even run the project, getting the following error:
Unable to resolve module ../assets/graph.pb...
I do not know how to solve this problem:
My index.js
/** Criando o Entry Point da pasta src */
import React from 'react';
import Routes from './routes';
const App = () => <Routes />;
export default App;
Countdown timer when clicking start returns the value that is set in the parameters. If you add minutes to the counter before starting when you click the start it will return to the value set and not to the new value entered.
import React, { C...
I have version 8.12.0 of NodeJS installed in Debian 9, so I installed the Expo with the command npm install -g expo-cli , which in the end returned the following alerts: IgnoringthisIcreatedaprojectwiththecommandexpoinitNomeProjeto.Sofarev...
Hello, I'm trying to run my native react app through the
sudo react-native run-android
But I always get the following error message:
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '...