Steve Kellock

Results 14 issues of Steve Kellock

This is just for discussion. On iOS, the return value for `table_data` is an `[]` of sections. Each containing `{cells:[]}` to get to the goods. Make sense. On Android, we...

question

@kemiller asked this about a month ago.... do we know how many people use Reactotron? My answer: 🤷‍♂️ Let's find out ... but let's do it in a non-douchey way...

discussion :speech_balloon:

C'mon man. We're not animals here.

Add support for capturing movies too. ### ios https://developer.apple.com/library/content/documentation/IDEs/Conceptual/iOS_Simulator_Guide/InteractingwiththeiOSSimulator/InteractingwiththeiOSSimulator.html#//apple_ref/doc/uid/TP40012848-CH3-SW4 ```sh xcrun simctl io booted recordVideo . ``` ### android https://developer.android.com/studio/command-line/adb.html#screenrecord ```sh adb shell screenrecord /sdcard/demo.mp4 adb pull /sdcard/demo.mp4 ```