Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
4a73548
feat: Support Turbo Modules (#1101)
guabu Apr 2, 2025
d64f194
Merge branch 'master' of https://github.com/auth0/react-native-auth0 …
subhankarmaiti Apr 17, 2025
c006eb8
Release v5.0.0 beta.0 (#1144)
subhankarmaiti Apr 17, 2025
aa723c6
Merge branch 'master' of https://github.com/auth0/react-native-auth0 …
subhankarmaiti Apr 30, 2025
84cec85
workflow updated to yarn (#1167)
subhankarmaiti May 9, 2025
46237bb
Upgrade SDK to React Native 0.79.2 and Add Support for Expo SDK 53 (#…
subhankarmaiti May 13, 2025
0d226bc
docs: Update setup guide for ios and platform compatibility in README…
subhankarmaiti May 13, 2025
53cc514
Merge master into beta to sync latest release changes (#1171)
subhankarmaiti May 13, 2025
018b3db
Release v5.0.0-beta.1 (#1173)
subhankarmaiti May 13, 2025
0d3a24b
updated workflow (#1174)
subhankarmaiti May 13, 2025
fa59fd8
Release v5.0.0-beta.1 (#1175)
subhankarmaiti May 13, 2025
c5d608a
fix: Add npm token verification step and set registry URL in workflow…
subhankarmaiti May 14, 2025
e9dc10e
Release v5.0.0-beta.1 (#1179)
subhankarmaiti May 14, 2025
f06fdd1
Fix: getBundleIdentifier Implementation (#1194)
subhankarmaiti May 27, 2025
d62d1f4
Fixed iOS Build Issues with Static Frameworks (#1195)
subhankarmaiti May 29, 2025
73eb8ef
Ensure Swift 5 compilation for SDK pods to improve Swift 6 compatibil…
subhankarmaiti Jun 9, 2025
6845ebf
Enforce Yarn-Only Policy & Auto-Cleanup Forbidden Lock Files (#1202)
subhankarmaiti Jun 11, 2025
d2463c9
Temporarily Remove preinstall Script (#1212)
subhankarmaiti Jun 13, 2025
a8e21b3
Fix: Update typedoc.json to replace additional Ruby code block syntax…
subhankarmaiti Jun 13, 2025
189c238
Release v5.0.0-beta.2 (#1214)
subhankarmaiti Jun 13, 2025
e838b47
change commonjs to ESM module build
subhankarmaiti Jun 1, 2025
460da28
Fix: Turbo Module & New Architecture Support! (#1204)
subhankarmaiti Jun 17, 2025
b271e64
Merge branch 'SDK-5762-rn-web-support' of https://github.com/auth0/re…
subhankarmaiti Jun 17, 2025
bc18281
React Native Webpack initial setup
subhankarmaiti Jun 21, 2025
9a42f14
Update dependencies and fix navigation stack import
subhankarmaiti Jun 21, 2025
8c2f041
Release v5.0.0-beta.3 (#1219)
subhankarmaiti Jun 23, 2025
b889997
Merge branch 'SDK-5762-rn-web-support' of https://github.com/auth0/re…
subhankarmaiti Jun 23, 2025
943b824
Merge branch 'SDK-6110-initial-setup' of https://github.com/auth0/rea…
subhankarmaiti Jun 23, 2025
80948bf
feat: add React Native Web support for Auth0 with class-based methods…
subhankarmaiti Jun 29, 2025
9463a99
Merge branch 'master' of https://github.com/auth0/react-native-auth0 …
subhankarmaiti Jun 30, 2025
036a32d
Merge branch 'SDK-5762-rn-web-support' of https://github.com/auth0/re…
subhankarmaiti Jun 30, 2025
7b08b25
Merge branch 'SDK-6110-initial-setup' of https://github.com/auth0/rea…
subhankarmaiti Jun 30, 2025
6d818ce
chore: update build scripts and add pre-push hook
subhankarmaiti Jul 1, 2025
947a9d0
feat(core): Introduce foundational types and interfaces for new archi…
subhankarmaiti Jul 10, 2025
a8f10b4
feat(core): Implement core data models and utility functions
subhankarmaiti Jul 10, 2025
4ea3e5f
feat(core): Implement platform-agnostic service orchestrators
subhankarmaiti Jul 10, 2025
9bfad16
feat(factory): Implement platform detector and client factory
subhankarmaiti Jul 10, 2025
8e51632
feat(platform): Implement native platform bridge and adapters
subhankarmaiti Jul 10, 2025
33f9782
feat(platform): Implement web platform adapters using auth0-spa-js
subhankarmaiti Jul 10, 2025
a6f5ecc
feat(platform): Implement web platform adapters using auth0-spa-js
subhankarmaiti Jul 10, 2025
04ebf03
test: Implement comprehensive test suite for new architecture
subhankarmaiti Jul 10, 2025
1e30423
refactor: remove unused utility functions and classes
subhankarmaiti Jul 10, 2025
9e96d3b
Add components and screens for Auth0 integration
subhankarmaiti Jul 10, 2025
9c82314
added back expo support and commonJS build
subhankarmaiti Jul 12, 2025
2f2007f
feat: Separate Auth0ClientFactory for native and web platforms, remov…
subhankarmaiti Jul 12, 2025
cfc2826
feat: Add telemetry version replacement script and update telemetry f…
subhankarmaiti Jul 12, 2025
e5200e2
refactor: Update Auth0Provider and related classes to improve client …
subhankarmaiti Jul 13, 2025
1f88157
feat: Add usage examples for React Native Auth0 on Web and update mig…
subhankarmaiti Jul 13, 2025
68da0e4
feat: Implement Auth0 authentication flow with user management featur…
subhankarmaiti Jul 13, 2025
659a260
refactor: Enhance documentation and structure in TypeScript interface…
subhankarmaiti Jul 13, 2025
3997d41
refactor: Update WebAuth0Client, WebCredentialsManager, and WebWebAut…
subhankarmaiti Jul 14, 2025
395fc84
upgrade rn version to 0.80.1
subhankarmaiti Jul 14, 2025
cfcfbbc
Merge branch 'master' of https://github.com/auth0/react-native-auth0 …
subhankarmaiti Jul 21, 2025
e135c81
refactor: remove CredentialsOrchestrator and its tests
subhankarmaiti Jul 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ import com.facebook.react.ReactApplication
import com.facebook.react.ReactHost
import com.facebook.react.ReactNativeHost
import com.facebook.react.ReactPackage
import com.facebook.react.defaults.DefaultNewArchitectureEntryPoint.load
import com.facebook.react.ReactNativeApplicationEntryPoint.loadReactNative
import com.facebook.react.defaults.DefaultReactHost.getDefaultReactHost
import com.facebook.react.defaults.DefaultReactNativeHost
import com.facebook.react.soloader.OpenSourceMergedSoMapping
import com.facebook.soloader.SoLoader

class MainApplication : Application(), ReactApplication {

Expand All @@ -35,10 +33,6 @@ class MainApplication : Application(), ReactApplication {

override fun onCreate() {
super.onCreate()
SoLoader.init(this, OpenSourceMergedSoMapping)
if (BuildConfig.IS_NEW_ARCHITECTURE_ENABLED) {
// If you opted-in for the New Architecture, we load the native entry point for this app.
load()
}
loadReactNative(this)
}
}
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
compileSdkVersion = 35
targetSdkVersion = 35
ndkVersion = "27.1.12297006"
kotlinVersion = "2.0.21"
kotlinVersion = "2.1.20"
}
repositories {
google()
Expand Down
Binary file modified example/android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion example/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions example/android/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions example/android/gradlew.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading