<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Freddy Huaylla</title>
    <description>The latest articles on DEV Community by Freddy Huaylla (@unfixed92).</description>
    <link>https://dev.to/unfixed92</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F392275%2Fe9ec5093-0899-4914-863c-9efa8b845a20.jpg</url>
      <title>DEV Community: Freddy Huaylla</title>
      <link>https://dev.to/unfixed92</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/unfixed92"/>
    <language>en</language>
    <item>
      <title>Answer: hide scrollbar but keep scroll functionality in react.js</title>
      <dc:creator>Freddy Huaylla</dc:creator>
      <pubDate>Wed, 17 Jun 2020 02:58:31 +0000</pubDate>
      <link>https://dev.to/unfixed92/answer-hide-scrollbar-but-keep-scroll-functionality-in-react-js-3eoe</link>
      <guid>https://dev.to/unfixed92/answer-hide-scrollbar-but-keep-scroll-functionality-in-react-js-3eoe</guid>
      <description>&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/60329344/hide-scrollbar-but-keep-scroll-functionality-in-react-js/60352508#60352508" rel="noopener noreferrer"&gt;
            &lt;span class="title-flare"&gt;answer&lt;/span&gt; re: hide scrollbar but keep scroll functionality in react.js
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Feb 22 '20&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/60329344/hide-scrollbar-but-keep-scroll-functionality-in-react-js/60352508#60352508" rel="noopener noreferrer"&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          30
        &lt;/div&gt;
        &lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fassets.dev.to%2Fassets%2Fstackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;This worked for me, i created an external CSS file just like plain HTML and CSS and then linked it to the react file. It's also cross platform.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;.parentDiv{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.childDiv{
    position: absolute;
    top: 0;
    left: 0;
    bottom: -20px;
    right: -20px; 
    overflow:&lt;/code&gt;&lt;/pre&gt;…
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/60329344/hide-scrollbar-but-keep-scroll-functionality-in-react-js/60352508#60352508" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
    <item>
      <title>React Native 2 : creacion de proyecto</title>
      <dc:creator>Freddy Huaylla</dc:creator>
      <pubDate>Wed, 10 Jun 2020 23:48:03 +0000</pubDate>
      <link>https://dev.to/unfixed92/react-native-2-creacion-de-proyecto-5b3c</link>
      <guid>https://dev.to/unfixed92/react-native-2-creacion-de-proyecto-5b3c</guid>
      <description>&lt;p&gt;md reactnative (crear la ubicacion de mis proyectos)&lt;br&gt;
npx react-native init citas (creacion del proyecto)&lt;br&gt;
npx react-native run-android (ejecutar en un celular , el dispositivo debe tener modo depuracion activado)&lt;/p&gt;

&lt;p&gt;comandos utiles:&lt;br&gt;
ctrl+M = lanza modo debugger de Chrome/web&lt;/p&gt;

&lt;p&gt;opcional:&lt;br&gt;
&lt;a href="https://github.com/jhen0409/react-native-debugger/releases" rel="noopener noreferrer"&gt;https://github.com/jhen0409/react-native-debugger/releases&lt;/a&gt; es un debugger para react&lt;/p&gt;

</description>
    </item>
    <item>
      <title>React Native 1 requisitos/instalacion</title>
      <dc:creator>Freddy Huaylla</dc:creator>
      <pubDate>Mon, 08 Jun 2020 21:53:04 +0000</pubDate>
      <link>https://dev.to/unfixed92/react-native-1-requisitos-instalacion-id</link>
      <guid>https://dev.to/unfixed92/react-native-1-requisitos-instalacion-id</guid>
      <description>&lt;p&gt;Set-ExecutionPolicy AllSigned&lt;/p&gt;

&lt;p&gt;Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('&lt;a href="https://chocolatey.org/install.ps1')" rel="noopener noreferrer"&gt;https://chocolatey.org/install.ps1')&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;choco install -y nodejs.install python2 jdk8&lt;/p&gt;

&lt;p&gt;descargar android studio &lt;a href="https://developer.android.com/studio" rel="noopener noreferrer"&gt;https://developer.android.com/studio&lt;/a&gt; con&lt;br&gt;&lt;br&gt;
 (agregamos android virtual DEVICE)&lt;/p&gt;

&lt;p&gt;no importaremos ninguna configuracion al instalar este&lt;/p&gt;

&lt;p&gt;hacemos una instalación CUSTOM asegurándonos de tener :&lt;br&gt;
 (Performance intel HAXM y Android Virtual DEVICE,SDK platform)&lt;/p&gt;

&lt;p&gt;asignamos 512 ,1024 , 2048.... en ram &lt;/p&gt;

&lt;p&gt;Al terminar la instalación configuracion-&amp;gt;-&amp;gt;-&amp;gt;&lt;/p&gt;

&lt;p&gt;SDK Platform -&amp;gt;android9.0 -&amp;gt;tickear intel x86 atom_64_system image&lt;/p&gt;

&lt;p&gt;SDK Tools  -&amp;gt;android SDK build tools -&amp;gt; 28.0.3 &lt;/p&gt;

&lt;p&gt;aplicar para instalar los nuevos elementos&lt;/p&gt;

&lt;p&gt;VARIABLES DE ENTORNO (Android Home y Platform Tools)&lt;/p&gt;

&lt;p&gt;agregar nueva variable del sistema :&lt;br&gt;
ANDROID_HOME&lt;br&gt;
F:\SDK-android-componentes (ejemplo)&lt;/p&gt;

&lt;p&gt;editar  path  agregando una linea mas que contiene:&lt;/p&gt;

&lt;p&gt;F:\SDK-android-componentes\platform-tools&lt;/p&gt;

</description>
    </item>
    <item>
      <title>usando GoogleMAP en REACT + GoogleApiWrapper</title>
      <dc:creator>Freddy Huaylla</dc:creator>
      <pubDate>Mon, 08 Jun 2020 20:22:06 +0000</pubDate>
      <link>https://dev.to/unfixed92/usando-googlemap-en-react-googleapiwrapper-4mkd</link>
      <guid>https://dev.to/unfixed92/usando-googlemap-en-react-googleapiwrapper-4mkd</guid>
      <description>&lt;h5&gt;creado con el fin de reutilizarse en futuros proyectos :)&lt;/h5&gt;

&lt;h2&gt;1 Mapa Basico en React&lt;/h2&gt;

&lt;p&gt;Crear la aplicacion&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; npx create-react-app my-app
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Ingresamos a la carptea e instalar google map react&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; npm install --save google-maps-react
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;dentro creamos un componente X.js que incluirá el mapa y otros datos&lt;br&gt;
&lt;br&gt;
     import React, { Component } from 'react';  //basicos&lt;br&gt;
     import { Map, GoogleApiWrapper } from 'google-maps-react'; //de google&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt; export class Mapa extends Component {

     render() {
         return (
             &amp;lt;Map
                 style={{ width: '100%', height: '100%' }}
                 initialCenter={{ lat: -18.4745998, lng: -70.2979202 }}
                 zoom={14}
                 google={this.props.google}
             &amp;gt;

             &amp;lt;/Map&amp;gt;
         );
     }
 }
 export default GoogleApiWrapper({
     apiKey: 'miapikeypersonal'
 })(Mapa);
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;exportamos el componente X.js en  App.js &lt;/p&gt;

&lt;p&gt;yarn-start y ya podemos ver el contenido &lt;/p&gt;

&lt;h2&gt;2 MARK en google map&lt;/h2&gt;

&lt;p&gt;importar elementos necesarios&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   import { Map, GoogleApiWrapper, Marker } from 'google-maps-react';
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;agregar una marca en el mapa&lt;br&gt;
           &lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;Marker position={{ lat: -18.4745998, lng: -70.2979202 }} /&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>react</category>
      <category>googlemap</category>
    </item>
  </channel>
</rss>
