This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 20015-Arsat-Aguila-Mobile git:(master) ✗ react-native run-android | |
| Scanning folders for symlinks in /Users/nelson/proyectos/whiteprompt/2019/20015-Arsat-Aguila-Mobile/node_modules (19ms) | |
| JS server not recognized, continuing with build... | |
| Building and installing the app on the device (cd android && ./gradlew installDebug)... | |
| > Configure project :app | |
| WARNING: The option 'android.enableAapt2' is deprecated and should not be used anymore. | |
| Use 'android.enableAapt2=true' to remove this warning. | |
| It will be removed at the end of 2018.. | |
| Reading env from: .env | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?php | |
| // Configure your Subject Prefix and Recipient here | |
| $subjectPrefix = 'Contacto desde Orbit Web'; | |
| $emailTo = 'email@email.com'; | |
| $errors = array(); // array to hold validation errors | |
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import React, { useState } from 'react'; | |
| import ModalBox from '../../features/ModalBox/index'; | |
| import PropTypes from 'prop-types'; | |
| // import { Mixpanel } from '../../../utils/mixpanel'; | |
| import { Formik, Field, Form } from 'formik'; | |
| import { LinearProgress, MenuItem } from '@material-ui/core'; | |
| import MuiTextField from '@material-ui/core/TextField'; | |
| import { fieldToTextField, TextField } from 'formik-material-ui'; | |
| import SuccessMessage from '../SuccessMessage'; | |
| import { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import { connect } from 'react-redux'; | |
| import { submitRequest } from '../../project/state'; | |
| import FormRequesQuote from './FormRequesQuote'; | |
| const volumenoptions = [ | |
| { | |
| value: 'none', | |
| label: 'I don`t know', | |
| }, | |
| { | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import { connect } from 'react-redux'; | |
| import React, { Component } from 'react'; | |
| import { Link } from 'react-router-dom'; | |
| import { fetchProjects } from '../state/operations'; | |
| import { requestProjects } from '../state/actions'; | |
| import store from '../../../rootReducer'; | |
| import { | |
| ViewProjects, | |
| LandingProyect, | |
| LandingMain, | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import React from 'react'; | |
| import ReactDOM from 'react-dom'; | |
| import { VictoryChart, VictoryLine, VictoryStack, VictoryArea, VictoryTheme } from 'victory'; | |
| import _ from 'underscore'; | |
| import { red } from 'ansi-colors'; | |
| export class BiomassChart extends React.Component { | |
| constructor(props) { | |
| super(props); | |
| this.state = { data: this.getData() }; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | import React, { useState } from 'react'; | |
| function Gallery({ data }) { | |
| const [showInLightbox, setInLightbox] = useState(0); | |
| const [openLightbox, setOpenLightbox] = useState(0); | |
| const ImagesData = data; | |
| const numbersImages = ImagesData.length; | |
| let imageInit = 0; | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | const dataFirstProject = { | |
| title: 'Middlebury College improved forest management project', | |
| tagline: | |
| 'Located on 2,673.2 acres of mixed hardwood and conifer forest in the Adirondacks of central Vermont, the Middlebury College developed this project to become a carbon-neutral entity by offseting the carbon produced through the college’s operations.', | |
| main_picture: 'https://images.app.goo.gl/zVAMu3RXxmKeha3h9', | |
| credits_avail: { | |
| quatinty: 10000, | |
| unit: 'credtis', | |
| }, | |
| credits_issued: { |