Skip to content

Instantly share code, notes, and snippets.

View SHUHAIB-T's full-sized avatar
🎯
Focusing

SHUHAIB T U SHUHAIB-T

🎯
Focusing
View GitHub Profile
@lemmensaxel
lemmensaxel / Auth.tsx
Last active September 18, 2024 11:01
React-native expo + keycloak PKCE flow implemented using expo AuthSession
import {
ActivityIndicator,
Button,
ScrollView,
Text,
View,
} from "react-native";
import * as AuthSession from "expo-auth-session";
import * as WebBrowser from "expo-web-browser";
import { useEffect, useState } from "react";