Lane Rettig

Results 243 comments of Lane Rettig

I ran into this issue as well. Removing JDK9 and 10 and installing JDK8 solved it for me.

+1, can't believe this is still an issue years later!

This is a total lifesaver. Sometime between iOS7 and iOS10, I just noticed, after the growing text view expands from one line to multiple, the text on the final line...

@sinahab any interest in planning one of these for 2019?

Did this happen last year? If so, are there any notes or recordings?

Thanks @binji, this is awesome and very helpful. Several of us are hoping/planning to attend [CG-06](https://github.com/WebAssembly/meetings/blob/master/2019/CG-06.md) including @recmo, @axic, maybe @sinahab? I wonder if we don't have some interesting findings...

Check out https://medium.com/delivery-com-engineering/add-crashlytics-to-your-react-native-ios-app-69a983a9062a

Yes. This library adds the ability to pass user info (username, etc.) to Crashlytics from JS, to test crashing from JS, and to record non-fatal JS errors using Crashlytics. @corymsmith...

Hi @quincycs -- as outlined in this issue, the library should already support what you need. Just make sure you follow the steps in the blog post mentioned above (https://medium.com/delivery-com-engineering/add-crashlytics-to-your-react-native-ios-app-69a983a9062a)...

@quincycs yes, you get the line number (screenshot here: https://github.com/corymsmith/react-native-fabric/issues/8#issuecomment-183426906), but keep in mind that when running in production mode, you'll get minified code and line numbers corresponding to the...