UNPKG

react-native-social-x-auth

Version:

A lightweight React Native library for authenticating with X (formerly Twitter) using OAuth 2.0 with PKCE. Provides a secure and seamless login experience through Android Custom Tabs and iOS Safari ViewController. Built specifically for integrating X auth

9 lines (8 loc) 247 B
declare module 'react-native-base64' { const base64: { encode: (input: string) => string; decode: (input: string) => string; encodeFromByteArray: (input: Uint8Array) => string; }; export default base64; }