Skip to content

Instantly share code, notes, and snippets.

View 3jedgcm's full-sized avatar
🎯
Focusing

3jedgcm 3jedgcm

🎯
Focusing
View GitHub Profile
@3jedgcm
3jedgcm / syntax.md
Created December 16, 2019 10:22
react-native-gem-syntax

GEM Syntaxe

@type IS_TYPE:IS_NAME => IS_DESCRITPION

@arg (IS_METHOD_NAME)IS_TYPE:IS_NAME => IS_DESCRIPTION

@3jedgcm
3jedgcm / FixWebView.js
Last active October 30, 2019 15:47
Fix Issue to WebView in React Native. Collapse this component to Webview. https://github.com/react-native-community/react-native-webview/issues/6
/*
Author: 3jedgcm
*/
import React from 'react'
import {View} from 'react-native'
class FixWebView extends React.Component {
constructor(props) {