Messing around with loading ideas using just CSS3 animations.
Forked from Kyle Brumm's Pen Wavy Loading Animations.
A Pen by Captain Anonymous on CodePen.
Messing around with loading ideas using just CSS3 animations.
Forked from Kyle Brumm's Pen Wavy Loading Animations.
A Pen by Captain Anonymous on CodePen.
// src/views/Advert.js | |
import __fetch from "isomorphic-fetch"; | |
import React from "react"; | |
import Transmit from "react-transmit"; | |
import AdvertStore from "stores/AdvertStore"; | |
import _ from "utils/Utils"; | |
class Advert extends React.Component { | |
render () { | |
return ( |
#import "AppDelegate.h" | |
#import "RCTRootView.h" | |
@implementation AppDelegate | |
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions | |
{ | |
NSDictionary *env = [NSDictionary dictionaryWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"environment" ofType:@"plist"]]; | |
NSString *serverURLString = [NSString stringWithFormat:@"http://%@/index.ios.bundle", [env objectForKey:@"hostname"]]; | |
NSURL *codeURL = [NSURL URLWithString:serverURLString]; |
import {getTypes} from '@risingstack/graffiti-mongoose'; | |
import Models, { User } from '../mongoose'; | |
import Subdocuments from './subdocuments'; | |
let types = getTypes(Models) | |
let UserType = types.User; | |
// FIXME: Hack subdocument for now | |
Object.assign(UserType._typeConfig.fields, { | |
bestFriend: Subdocuments.singular(User, UserType), |
var React = require('react-native'); | |
var { | |
Image, | |
View, | |
} = React; | |
var Texture = React.createClass({ | |
_onLayout: function(event) { | |
let tileWidth = this.props.width; | |
let tileHeight = this.props.height; |
#!/bin/bash | |
npm install react-native | |
echo "." |
document.removeChild(document.documentElement); | |
var html = document.createElement('html'); | |
var head = document.createElement('head') | |
html.appendChild(head); | |
var body = document.createElement('body'); | |
var reactRoot = body.appendChild(document.createElement('div')); | |
html.appendChild(body); | |
document.appendChild(html); |
{"lastUpload":"2020-07-25T01:32:22.204Z","extensionVersion":"v3.4.3"} |
myshortname |