I'm trying to make a crawler using arduino, a gps module and a gsm.
I can receive the latitude, longitude and send to the cell phone as SMS, but in the mobile I am trying to build an application with react-native , in which I am learnin...
I have the following JSON
{
"Id":"ssjsjs",
"Name":"STFksks S.A",
"Alias":"STF jnsns S.A",
"DocumentId":"010101",
"Accounts":[
"hahadkjkjteste"
],
"CountryCode":"BRA",
"Country":"Brasil",
"Address":{
"Post...
Good evening!
I'm trying to make a select component that is used more than once inside another Parent component.
To create the "option" tags, I make a map inside the array that I created as a state of the Pai / App class.
So far, it wor...
I've been trying to create a simple list of the names of the events that I get from a request for GraphApi from Facebook. The object I get is the following:
How do I list only event names? for example:
John Mayer ....
Popload ....
Torm...
I created a component that has six images but when compiling my code I get the following error.
AndthisismysourcecodefortheImovelPhotoscomponentimportReactfrom'react';functionImovelPhotos(){return(<divclass="col s12 m3 l3">
<...
I'm running the commands:
react-native init AwesomeProject
cd AwesomeProject
react-native start
And then this command:
react-native run-android
The error that appears:
How to fix this error ??
I have the following structure to display the famous Hello World with reactjs:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<script src="https://cdnjs.cloudfla...
I'm having trouble implementing the bootstrap-loader in the webpack. I get this error output on the console:
ERROR in
./~/css-loader!/~/resolve-url-loader!/~/sass-loader?sourceMap!/~/bootstrap-loader/lib/bootstrap.styles.loader.js!./~/ b...
I would like to create a common class in my application with react and material-ui. I have, for example, that create a series of elements with tables. Every time I use I have to import some libs. For example:
const Table = require('material-ui...
The successful route is not activated after the PayPal checkout that redirects to / success
PS: My view is in react.
This is the part that is not being called when access / success
app.get('/success', (req, res) => {
const payerId...