File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @clerk/clerk-expo ' : minor
3+ ---
4+
5+ Make UserAvatar available to Expo Web
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import {
1111 SignOutButton as BaseSignOutButton ,
1212 SignUp as BaseSignUp ,
1313 SignUpButton as BaseSignUpButton ,
14+ UserAvatar as BaseUserAvatar ,
1415 UserButton as BaseUserButton ,
1516 UserProfile as BaseUserProfile ,
1617 Waitlist as BaseWaitlist ,
@@ -37,6 +38,7 @@ function WrapComponent<T extends { displayName: string }>(component: T) {
3738export const SignIn : typeof BaseSignIn = WrapComponent ( BaseSignIn ) ;
3839export const SignUp : typeof BaseSignUp = WrapComponent ( BaseSignUp ) ;
3940
41+ export const UserAvatar : typeof BaseUserAvatar = WrapComponent ( BaseUserAvatar ) ;
4042export const UserButton : typeof BaseUserButton = WrapComponent ( BaseUserButton ) ;
4143export const UserProfile : typeof BaseUserProfile = WrapComponent ( BaseUserProfile ) ;
4244
You can’t perform that action at this time.
0 commit comments