Skip to content

Instantly share code, notes, and snippets.

View fernandoamz's full-sized avatar

Fernando Amezcua fernandoamz

View GitHub Profile
import React, {useEffect, useState} from 'react';
import {
View,
TextInput,
TouchableOpacity,
Text,
ScrollView,
Modal,
} from 'react-native';
import Amplify, {Auth, API, graphqlOperation} from 'aws-amplify';

How to make a RubyGem file

¿WHAT ARE RUBYGEMS FILES?

A RubyGem is a package written in Ruby, this package provides standard and auto-contained, we can call this files with command gem filename this files help to do more fast our develop.

PRE-REQUISITES:

  1. Ruby latest version(link).
  2. Rbenv(link) or RVM(link).
  3. Project.
@fernandoamz
fernandoamz / dabblet.css
Created April 5, 2015 07:23
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;