Skip to content

Instantly share code, notes, and snippets.

View steve21124's full-sized avatar

Steve steve21124

  • san francisco
View GitHub Profile
{
"type": "label",
"text": "Comments {{stringcol0}}",
"style": {
"padding": "20",
"font": "HelveticaNeue-CondensedBold",
"size": "14",
"color": "#000000"
},
"href": {
{
"@": "https://raw.githubusercontent.com/Jasonette/Jasonpedia/gh-pages/demo.json"
}
{
"squadName": "Super hero squad",
"homeTown": "Metro City",
"formed": 2016,
"secretBase": "Super tower",
"active": true,
"members": [
{
"name": "Molecule Man",
"age": 29,
"templates": {
"body": {
"sections": [{
"items": {
"{{#each $jason.sheets[1]}}": {
"type":"horizontal",
"style": {
"padding": "10",
"font": "HelveticaNeue-Bold",
"size": "15"
"templates": {
"body": {
"sections": [{
"items": {
"{{#each $jason.sheets[1]}}": {
"type":"horizontal",
"style": {
"padding": "10",
"font": "HelveticaNeue-Bold",
{
"$jason": {
"head": {
"data": {
"members": [
{
"restaurant": "Italian",
"menu":[{
"breakfast":"burger",
"launch":"hotdog"
import UIKit
import MediaPlayer
import Photos
@objc public protocol ImagePickerDelegate: class {
func wrapperDidPress(imagePicker: ImagePickerController, images: [UIImage])
func doneButtonDidPress(imagePicker: ImagePickerController, images: [UIImage])
func cancelButtonDidPress(imagePicker: ImagePickerController)
}
import React, { Component, StyleSheet, View } from 'react-native';
import ActionButton from 'react-native-action-button';
import Icon from 'react-native-vector-icons/Ionicons';
class App extends Component {
render() {
return (
<View style={{flex:1, backgroundColor: '#f3f3f3'}}>
import React, { PropTypes } from 'react'
import { Image,View,ScrollView, Text } from 'react-native'
import { connect } from 'react-redux'
import Actions from '../Actions/Creators'
import Routes from '../Navigation/Routes'
import Swiper from 'react-native-swiper'
import LinearGradient from 'react-native-linear-gradient';
import { Metrics } from '../Themes/'
// Styles
@steve21124
steve21124 / IntroPage.js
Last active June 12, 2016 00:04
diff of page tour
import React, { PropTypes } from 'react'
import { View,ScrollView, Text } from 'react-native'
import { connect } from 'react-redux'
import Actions from '../Actions/Creators'
import Routes from '../Navigation/Routes'
import Swiper from 'react-native-swiper'
// Styles
import styles from './Styles/IntroPageStyle'