feat(clerk-expo)!: React Native >= 0.73 and Expo Web support#3456
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/clerk-expo@1.2.0-snapshot.v0f4c367 --save-exact
npm i gatsby-plugin-clerk@5.0.0-beta.45 --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/clerk-expo@1.2.0-snapshot.v25f6d6e --save-exact
npm i gatsby-plugin-clerk@5.0.0-beta.45 --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/astro@0.0.2-snapshot.va3c6a5f --save-exact
npm i @clerk/clerk-expo@1.3.0-snapshot.va3c6a5f --save-exact
npm i gatsby-plugin-clerk@5.0.0-beta.45 --save-exact
npm i @clerk/testing@1.1.10-snapshot.va3c6a5f --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/astro@0.0.2-snapshot.vda60bc7 --save-exact
npm i @clerk/clerk-expo@1.3.0-snapshot.vda60bc7 --save-exact
npm i gatsby-plugin-clerk@5.0.0-beta.45 --save-exact
npm i @clerk/testing@1.1.10-snapshot.vda60bc7 --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.
We should clear this up ☝️
Co-authored-by: Lennart <lekoarts@gmail.com>
|
!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/astro@1.0.3-snapshot.vc45c61c --save-exact
npm i @clerk/backend@1.4.2-snapshot.vc45c61c --save-exact
npm i @clerk/elements@0.10.6-snapshot.vc45c61c --save-exact
npm i @clerk/clerk-expo@2.0.0-snapshot.vc45c61c --save-exact
npm i @clerk/express@0.0.20-snapshot.vc45c61c --save-exact
npm i @clerk/fastify@1.0.22-snapshot.vc45c61c --save-exact
npm i gatsby-plugin-clerk@5.0.0-beta.45 --save-exact
npm i @clerk/nextjs@5.2.7-snapshot.vc45c61c --save-exact
npm i @clerk/remix@4.2.6-snapshot.vc45c61c --save-exact
npm i @clerk/clerk-sdk-node@5.0.19-snapshot.vc45c61c --save-exact
npm i @clerk/tanstack-start@0.1.10-snapshot.vc45c61c --save-exact
npm i @clerk/testing@1.2.2-snapshot.vc45c61c --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/astro@1.0.3-snapshot.v999ed09 --save-exact
npm i @clerk/backend@1.4.2-snapshot.v999ed09 --save-exact
npm i @clerk/elements@0.10.6-snapshot.v999ed09 --save-exact
npm i @clerk/clerk-expo@2.0.0-snapshot.v999ed09 --save-exact
npm i @clerk/express@0.0.20-snapshot.v999ed09 --save-exact
npm i @clerk/fastify@1.0.22-snapshot.v999ed09 --save-exact
npm i gatsby-plugin-clerk@5.0.0-beta.45 --save-exact
npm i @clerk/nextjs@5.2.7-snapshot.v999ed09 --save-exact
npm i @clerk/remix@4.2.6-snapshot.v999ed09 --save-exact
npm i @clerk/clerk-sdk-node@5.0.19-snapshot.v999ed09 --save-exact
npm i @clerk/tanstack-start@0.1.10-snapshot.v999ed09 --save-exact
npm i @clerk/testing@1.2.2-snapshot.v999ed09 --save-exact |
Co-authored-by: Lennart <lekoarts@gmail.com>
Description
This PR introduces a new major release of the
@clerk/clerk-expoSDK.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:
/websubpathExported Components from
/websubpath:<SignIn/><SignUp/><UserProfile/><OrganizationSwitcher/><OrganizationProfile/><OrganizationList/><CreateOrganization/><SignInButton/><SignUpButton/><SignOutButton/><SignInWithMetamaskButton/><GoogleOneTap/>Internal
The structure of
@clerk/clerk-expoSDK has changes in order for us to support Native and Web platformsChecklist
npm testruns as expected.npm run buildruns as expected.Type of change