I\'d like to make my Picker to show a \"default option\" on startup. That means: something like \"Please select an option\".
I\'ve tried to add a option manually with th
Just in the default class try to add default value that you want to display.
Example :
this.state = { type: "House", };
in your render: