Skip to content

Instantly share code, notes, and snippets.

import React, { Component } from 'react';
import {CheckBox, FlatList, StyleSheet, Text, View} from 'react-native';
import Swipeable from 'react-native-gesture-handler/Swipeable'
import {RectButton} from "react-native-gesture-handler";
const initialItems = [
{id: 1, name:'item1'},
{id: 2, name:'item2'},
{id: 3, name:'item3'},
{id: 4, name:'item4'},
@tallenh
tallenh / designer.html
Last active August 29, 2015 14:20
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<link rel="import" href="../paper-input/paper-input.html">
<polymer-element name="my-element">
<template>
<style>
:host {
@tallenh
tallenh / designer.html
Created October 25, 2014 17:52
designer
<link rel="import" href="../paper-input/paper-input.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;