joeyzhao0113

Results 3 issues of joeyzhao0113

I am using `react-native 0.39.2` and `"react-native-orientation": "^1.17.0"` My code looks like below. I will get `Can't read getInitialOrientation of undefined` error when executing this code. I have run `link`...

to-be-reviewed

## Version 2.1.2 ## Steps to reproduce Create a router like below: ```javascript const rootRouter = { childRoutes:[{ path:'/root', component:MainEntry, childRoutes: [ require('../containers/main_entry') ] }] } return {rootRouter} ``` but...

I am using `pty.js` in a nodejs application to emulate a interactive terminal. But the I got the input data in the output listener method. Is there a way to...