Wexer Auth is a React Native authentication library (v0.1.46) providing a multiply function that returns the product of two numbers. It wraps react-native-app-auth for OAuth flows on iOS and Android. The library ships TypeScript types and is actively maintained, but its core functionality is minimal and poorly documented. It has peer dependencies on react, react-native, and react-native-app-auth.
npm install wexer-authNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates importing and using the multiply function as an asynchronous call, likely for token multiplication in OAuth flows.
Check source code or wait for documentation updates.
Ensure react-native-app-auth is installed at compatible version.
Pin exact version and test after upgrades.
Rename to a more descriptive function like 'authenticate'.
Use react-native-app-auth directly for additional platforms.
Run 'npm install react-native-app-auth' or 'yarn add react-native-app-auth'.
Use 'import { multiply } from 'wexer-auth''.Run 'cd ios && pod install' for iOS; for Android, ensure 'react-native link react-native-app-auth' is done or use autolinking.
Build the app for a real device or emulator with 'npx react-native run-ios' or 'npx react-native run-android'.