###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
| import { chain } from "icepick"; | |
| const slotsStub = [ | |
| { | |
| slot: 0, | |
| vehicleNumber: "", | |
| color: "" | |
| }, | |
| { | |
| slot: 1, |
| { | |
| "version": "0.2.0", | |
| "configurations": [ | |
| { | |
| "name": "Node Inspector", | |
| "type": "node", | |
| "request": "launch", | |
| "args": ["${workspaceRoot}/src/service.ts"], | |
| "runtimeArgs": ["-r", "ts-node/register"], | |
| "cwd": "${workspaceRoot}", |
| {"lastUpload":"2018-08-20T15:37:47.762Z","extensionVersion":"v3.0.0"} |
| const TextField = styled.input` | |
| ::-webkit-input-placeholder { | |
| color: red; | |
| } | |
| ::-moz-placeholder { | |
| color: red; | |
| opacity: 1; | |
| } |
| 'use strict'; | |
| // proxy configurator on apigateway | |
| var httpProxy = require('http-proxy'); | |
| // Create reverse proxy instance | |
| var proxy = httpProxy.createProxy(); | |
| function forwardToInternalPath(req, res) { |
| 'use strict'; | |
| // proxy configurator on apigateway | |
| var httpProxy = require('http-proxy'); | |
| var HttpProxyRules = require('http-proxy-rules'); | |
| // // Set up proxy rules instance for routing | |
| // var proxyRules = new HttpProxyRules({ | |
| // rules: { | |
| // '.*/api/': 'http://127.0.0.1:8093/api/', |
| import React, { Component } from 'react'; | |
| import { Text, View, StyleSheet ,Image} from 'react-native'; | |
| import { Constants } from 'expo'; | |
| import { LinearGradient } from 'expo'; | |
| // You can import from local files | |
| import AssetExample from './components/AssetExample'; | |
| // or any pure javascript modules available in npm |
| server { | |
| location / { | |
| proxy_pass http://127.0.0.1:3000; | |
| } | |
| } |
| //This is a Redacted version to be used as a benchmark/example for React Native Router Flux | |
| import React, { | |
| Component, | |
| StatusBar, | |
| Text, | |
| View, | |
| StyleSheet, | |
| PixelRatio, | |
| } from 'react-native'; |
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com