joeyzhao0113
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`...
## 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...