Steve Kellock

Results 70 comments of Steve Kellock
trafficstars

Any interest collaborating on Reactotron? Weโ€™re ramping up on v2 shortly. Could even resurrect our original CLI if there was interest.

### Reactotron TL;DR * There's two parts. `client` and `server` and they talk via web sockets passing json objects of a "known" protocol. `[1]` * The `client` comes as a...

I'm on board with what you guys decide. You're on top of this much more than I am, and often you two guys write my code for me โค๏ธ ....

My brain broke on this problem as well. The packager(s) are pacified, but TS isn't. Thankfully, I was only writing a proof-of-concept prototype, but here's how I got around this....

For the record, Iโ€™m having no problems with source maps in production on react native 0.54.

I try to avoid plugins like that. They rewrite code in a way that is pretty hard to trace. Iโ€™m basking in the irony of that advice since I wrote...

## Config Here's the relevant snippets from what I'm using. package.json ```json { "dependencies": { "appcenter": "1.4.0", "appcenter-crashes": "1.4.0", "react-native": "0.54.2", }, "devDependencies": { "babel-plugin-transform-inline-environment-variables": "^0.3.0", "babel-preset-react-native": "4.0.0", "react-native-typescript-transformer": "^1.2.5",...

What a roller coaster. * Babel 7 will support TS! ๐Ÿ˜ฎ ๐ŸŽˆ๐ŸŽ‰ * but not all of it ๐Ÿ˜ญ ๐Ÿ’ฅ * Hey, let's remove babel! ๐Ÿ˜ฎ ๐ŸŽˆ๐ŸŽ‰ * But we...

Thx. Until the quality of life for devs in RubyMotion Android improves, the pause button will stay pressed (speaking only for myself). :(

I've heard others on the RM forum complain of OnePlusOne errors. I thought the context was around cyanogen, but maybe not.