Evan Nelson

Results 5 issues of Evan Nelson

When creating new folders via MD's solution explorer (particularly when creating subfolders under "source") the new folder is not added to the nmml file. This causes any haxe files in...

### Summary On iOS, a `Text` that is inside a `Row` will not properly text wrap. It works as expected on Android. ### Repro ``` Text("This is a very long...

type/bug
platform/native
redwood/layout
Hot Queue
toolkit/uikit

## What This PR adds a bunch of abstractions over `Socket` and related factories. We named the abstraction classes things like `OkioSocket` which telegraphs our intent to eventually upstream these...

### Summary On Android, putting an element with `Modifier.flex()` inside a Row which is inside a Column will do... strange things. It seems to shrink the Row's width to 0,...

type/bug
platform/android
redwood/layout
Hot Queue
toolkit/android-views

### Summary On Android, when two children are nested inside a `Row`, and the childrens' combined content are greater than the Row's width, the second child's calculated width will exceed...

type/bug
platform/android
redwood/layout
Hot Queue
toolkit/android-views