Posts by Júlio Adolfo Rufino • 29 points
4 posts
-
0
votes1
answer116
viewsQ: Error while running a React-Native and firebase project
Good morning/dawn, I’m having the error giving React-Native run-android the code is this import firebase from 'firebase'; import React, { Component } from 'react'; import {Text, View, Button} from…
-
0
votes1
answer137
viewsQ: Error when building a project in React-Native
Good evening, I’m having the following error when buildar with React-Native (image). I am using windows 7, managed the project using React-Native init from --version 0.55.4 then I went to the…
react-nativeasked Júlio Adolfo Rufino 29 -
-1
votes1
answer27
viewsQ: datagridview does not fill the fields (Windows Form) - C# - Visual Studio Comunnity 2015
Hello, I have a problem, I enter the following problem: When I enter the data in the datagridview it does not "pull" from the database the information to put on the screen. BD is Mysql, Localhost…
c#asked Júlio Adolfo Rufino 29 -
1
votes1
answer126
viewsQ: Customize password characters in the password field
I have a simple form of user and password, and I would like to configure so that instead of appearing the asterisk in the password field, I wanted an image to appear instead. The language of backend…