-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(clerk-expo)!: React Native >= 0.73 and Expo Web support #3456
Conversation
🦋 Changeset detectedLatest commit: 156c736 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
f80490a
to
bc6fcc1
Compare
!snapshot |
1 similar comment
!snapshot |
Hey @octoper - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/[email protected] --save-exact
npm i [email protected] --save-exact |
!snapshot |
Hey @octoper - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/[email protected] --save-exact
npm i [email protected] --save-exact |
92ce783
to
c6bf6bb
Compare
65cc268
to
b2520e7
Compare
933f0ad
to
dbd23e9
Compare
2bf5630
to
65afad4
Compare
83feaba
to
d8fdaee
Compare
bfdf03d
to
a3c6a5f
Compare
!snapshot |
Hey @octoper - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i [email protected] --save-exact
npm i @clerk/[email protected] --save-exact |
6ff04fd
to
da60bc7
Compare
!snapshot |
Hey @octoper - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i [email protected] --save-exact
npm i @clerk/[email protected] --save-exact |
da60bc7
to
f219484
Compare
!snapshot |
…Y in createClerkInstance
63c1d57
to
c216d72
Compare
export const clerk = globalThis?.window?.Clerk; | ||
export const getClerkInstance = globalThis?.window?.Clerk; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should clear this up ☝️
!snapshot |
Hey @octoper - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i [email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact |
!snapshot |
Hey @octoper - the snapshot version command generated the following package versions:
Tip: Use the snippet copy button below to quickly install the required packages. npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i [email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact
npm i @clerk/[email protected] --save-exact |
Co-authored-by: Lennart <[email protected]>
Description
This PR introduces a new major release of the
@clerk/clerk-expo
SDK.Breaking changes
This release will require to have at least
react-native >= 0.73
, we are trying to be more consistent on which versions of React Native and Expo we support from now on.Features
This release will also add a couple features:
/web
subpathExported Components from
/web
subpath:<SignIn/>
<SignUp/>
<UserProfile/>
<OrganizationSwitcher/>
<OrganizationProfile/>
<OrganizationList/>
<CreateOrganization/>
<SignInButton/>
<SignUpButton/>
<SignOutButton/>
<SignInWithMetamaskButton/>
<GoogleOneTap/>
Internal
The structure of
@clerk/clerk-expo
SDK has changes in order for us to support Native and Web platformsChecklist
npm test
runs as expected.npm run build
runs as expected.Type of change