File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -168,20 +168,56 @@ export default RootComponent = () => {
168
168
buttonStyle = { AppleButton . Style . WHITE }
169
169
buttonType = { AppleButton . Type . SIGN_IN }
170
170
onPress = { ( ) => doAppleLogin ( ) }
171
+ leftView = { (
172
+ < Image
173
+ style = { {
174
+ alignSelf : 'center' ,
175
+ width : 14 ,
176
+ height : 14 ,
177
+ marginRight : 7 ,
178
+ resizeMode : 'contain' ,
179
+ } }
180
+ source = { appleLogoBlack }
181
+ />
182
+ ) }
171
183
/>
172
184
< AppleButton
173
185
style = { { marginBottom : 10 } }
174
186
cornerRadius = { 5 }
175
187
buttonStyle = { AppleButton . Style . WHITE_OUTLINE }
176
188
buttonType = { AppleButton . Type . SIGN_IN }
177
189
onPress = { ( ) => doAppleLogin ( ) }
190
+ leftView = { (
191
+ < Image
192
+ style = { {
193
+ alignSelf : 'center' ,
194
+ width : 14 ,
195
+ height : 14 ,
196
+ marginRight : 7 ,
197
+ resizeMode : 'contain' ,
198
+ } }
199
+ source = { appleLogoBlack }
200
+ />
201
+ ) }
178
202
/>
179
203
< AppleButton
180
204
style = { { marginBottom : 10 } }
181
205
cornerRadius = { 5 }
182
206
buttonStyle = { AppleButton . Style . BLACK }
183
207
buttonType = { AppleButton . Type . SIGN_IN }
184
208
onPress = { ( ) => doAppleLogin ( ) }
209
+ leftView = { (
210
+ < Image
211
+ style = { {
212
+ alignSelf : 'center' ,
213
+ width : 14 ,
214
+ height : 14 ,
215
+ marginRight : 7 ,
216
+ resizeMode : 'contain' ,
217
+ } }
218
+ source = { appleLogoWhite }
219
+ />
220
+ ) }
185
221
/>
186
222
</ View >
187
223
) }
You can’t perform that action at this time.
0 commit comments