There was an error while loading. Please reload this page.
1 parent 763ccf8 commit fc6a8a3Copy full SHA for fc6a8a3
README.md
@@ -90,6 +90,9 @@ struct ContentView: View {
90
91
var body: some View {
92
ZStack {
93
+ // This is just a dummy view to present the contact picker,
94
+ // it won't display anything, so place this anywhere.
95
+ // Here I have created a ZStack and placed it beneath the main view.
96
ContactPicker(
97
showPicker: $showPicker,
98
onSelectContact: {c in
0 commit comments