We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f74fef1 commit ea28f32Copy full SHA for ea28f32
2 files changed
src/core/models/Auth0User.ts
@@ -1,6 +1,6 @@
1
import { jwtDecode } from 'jwt-decode';
2
import type { User } from '../../types';
3
-import { snakeToCamel } from '../utils';
+import { snakeToCamel } from '../utils/conversion';
4
5
/**
6
* A Set containing all OIDC protocol claims that are part of a standard ID token
src/specs/NativeA0Auth0.ts
@@ -1,6 +1,7 @@
import { TurboModuleRegistry, type TurboModule } from 'react-native';
-import type { Int32 } from 'react-native/Libraries/Types/CodegenTypes';
import type { ApiCredentials, Credentials } from '../types';
+
+type Int32 = number;
export interface Spec extends TurboModule {
7
* Get the bundle identifier
0 commit comments