Skip to content

Instantly share code, notes, and snippets.

@ShirajG
ShirajG / Install_React_Native_Android_on_Ubuntu.md
Created September 17, 2015 01:46
Steps for getting a working Linux install for React Native Android

###Installing React Native Android on Ubuntu

Here are the steps for getting a working Linux install for React Native:

  1. Install Java SDK
  1. Install KVM
    • sudo apt-get install qemu-kvm libvirt-bin bridge-utils virt-manager
    • sudo adduser your_user libvirtd
# This is a skeleton for testing models including examples of validations, callbacks,
# scopes, instance & class methods, associations, and more.
# Pick and choose what you want, as all models don't NEED to be tested at this depth.
#
# I'm always eager to hear new tips & suggestions as I'm still new to testing,
# so if you have any, please share!
#
# @kyletcarlson
#
# This skeleton also assumes you're using the following gems:
@ShirajG
ShirajG / designer.html
Created September 19, 2014 03:59
designer
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<polymer-element name="my-element">
<template>
<style>
:host {
box-sizing: border-box;
opacity: 0.7;