I hereby claim:
- I am ide on github.
- I am ide (https://keybase.io/ide) on keybase.
- I have a public key ASAdOyeVcBhKU9rNeh3URMFoCh35vQWH5fnDi9HODfQ7swo
To claim this, I am signing this object:
| function getProfileRoute(user) { | |
| let emitter = new EventEmitter(); | |
| return { | |
| renderScene(navigator) { | |
| let ProfileScreen = require('./ProfileScreen'); | |
| return ( | |
| <ProfileScreen | |
| user={user} | |
| navigator={navigator} | |
| routeEvents={emitter} |
| function getHomeRoute() { | |
| return { | |
| // Implement onWillFocus, onDidFocus, onWillBlur, or onDidBlur | |
| onWillFocus(event) { | |
| // The event is the one from React Native's Navigator. See the source code | |
| // for what properties it has. | |
| }, | |
| }; | |
| } |
| ide:react-nativeΒ·master$ ./scripts/e2e-test.sh | |
| > crypt3@0.1.8 install /Users/ide/.nvm/versions/node/v4.2.1/lib/node_modules/sinopia/node_modules/crypt3 | |
| > node-gyp rebuild | |
| CXX(target) Release/obj.target/crypt3/crypt3.o | |
| In file included from ../crypt3.cc:7: | |
| ../node_modules/nan/nan.h:261:25: error: redefinition of '_NanEnsureLocal' | |
| NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { | |
| ^ |
| /** | |
| * Sample React Native App | |
| * https://github.com/facebook/react-native | |
| */ | |
| 'use strict'; | |
| var React = require('react-native'); | |
| var { | |
| AppRegistry, | |
| StyleSheet, |
| import React, { | |
| StyleSheet, | |
| } from 'react-native'; | |
| export default class ChildStyler extends React.Component { | |
| render() { | |
| return ( | |
| <View {...this.props}> | |
| {React.Children.map(this.props.children, child => React.cloneElement(child, { | |
| style: [child.props.style, styles.customChildStyle], |
| /** | |
| * @providesModule Profile | |
| */ | |
| 'use strict'; | |
| import React, { | |
| Image, | |
| PropTypes, | |
| StyleSheet, | |
| Text, |
| . | |
| βββ README.md | |
| βββ experiences # Experiences built with Expo | |
| βΒ Β βββ ... | |
| βΒ Β βββ floatyplane | |
| βΒ Β βββ list | |
| βΒ Β βββ ui-explorer | |
| βββ ci # Scripts that automate testing and building | |
| βΒ Β βββ ... | |
| βββ dev # Tools for developers using or integrating w/Expo |
| async function getTemperatureForecastAsync() { | |
| let response = await fetch('/forecast.json'); | |
| let result = await response.json(); | |
| return result.temperature; | |
| } |
I hereby claim:
To claim this, I am signing this object: