Crul
05/10/2023, 4:53 AMTextField("Input username", ?)
As you might notice, I don't know how to properly setup that second argument so that when a user is typing his/her username on IOS, the mutable state flow in the shared module is updated as well (The second argument type for that TextField
is Binding<String>
)