David Ruisinger
David Ruisinger
I'm following Segment's analytics spec for ecommerce (see: https://segment.com/docs/spec/ecommerce/v2/#order-completed). So I'm calling the `track` method with properties like this: ``` { order_id: '123', ... products: [{ product_id: 'xyz', quantity: 1,...
Everything seems to be working as expected on Android > 4 but on Android 4 itself I get a Java error. This is what the log looks like: ``` I/dalvikvm(...
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it - Auto-complete not working - Go to definition (`CMD` + click) not...
### Description I have an array of points where each point's x and y value is a `SharedValue`. I use the points within `usePathValue` to create my path. This path...