|
|
|
|
|
by on_and_off
3184 days ago
|
|
>Ultimately the declarative way of writing apps is objectively better and more predictable than the old mutable way :) how has this anything to do with RN ? You can write declarative codebases in swift or kotlin, no need for RN to achieve this. |
|
@IBAction func setDefaultLabelText(_ sender: UIButton) { mealNameLabel.text = "Default Text" }