Jhen-Jie Hong

Results 47 issues of Jhen-Jie Hong

I was wondering if add Apple TV support would be welcome here. I'm a user of [react-native-tvos](https://github.com/react-native-tvos/react-native-tvos) and building iOS/tvOS app with that. This PR is adds support build skia...

Hi @Kudo, I've found some issue on RNV8, it is very likely that there is a performance issue on the native bridge. I've write a demo project [here](https://github.com/jhen0409/rnv8-issue-179), basically it...

bug

Ref: https://developer.android.com/guide/topics/large-screens/multi-window-support I think it's possible to support multi-window on Android, as it's [currently supported on iOS](https://github.com/mybigday/react-native-external-display/blob/master/docs/IOSMultipleScenesSupport.md). We don't have such a need internally at the moment, if anyone is...

enhancement

Related to #28. This was start work by [SimulatedGREG's repo](https://github.com/SimulatedGREG/electron-devtools-installer/commits/master) but [no longer response](https://github.com/SimulatedGREG/electron-devtools-installer/commit/71dad0337097c5ca017cd5b31c75fc7adcf49dc6#commitcomment-20525891). :\

Add option for check update if extension installed, I think it will be better than `forceDownload`. For `redux-devtools-extension`, we can get the xml by `https://clients2.google.com/service/update2/crx?x=id%3Dlmhkpmbekcpmknklioeibfkpmmfibljd%26uc&prodversion=32` (No `response`): ```xml ```

- [x] react-navigation - [ ] redux-immutablejs - [ ] i18n ## October - [x] Upgrade to RN 0.49 - [x] Migration to jest (also remove enzyme & react-native-mock)

* [Standalone react-devtools app](https://github.com/facebook/react-devtools/tree/master/packages/react-devtools) with [`connectToDevTools`](https://github.com/facebook/react-devtools/tree/master/packages/react-devtools-core#requirereact-devtools-coreconnecttodevtoolsoptions) * [remote-redux-devtools](https://github.com/zalmoxisus/remote-redux-devtools) - due to https://github.com/zalmoxisus/crossbuilder/issues/48 we can't use `redux-devtools-extension` for now :\

enhancement

- This boilerplate is only for Chrome Extension, so we can just following ES2015 compatible syntax of Google Chrome. - The Webpack@2 is supported ES2015 import/export transform, we can remove...

- [x] Just use npm scripts instead of gulp - [x] `webpack`, `webpack-dev-server`, `eslint`, `mocha`, `crx` use CLI tool instead. - ~~Move `replace-webpack-code` to webapck config, it's sync code of...

- [x] Upgrade Babel 6 (wait https://github.com/gaearon/babel-plugin-react-transform/pull/50) - [x] Upgrade React/Redux - [x] React 0.14 - [x] Redux DevTools 3.0.0-beta-3 - [x] Use [redux-devtools-extension](https://github.com/zalmoxisus/redux-devtools-extension) - [x] Redux DevTools 3.0.0 Stable...