Запитання 11
Which library combination is most appropriate for implementing a PKCE-compliant OAuth/OIDC login flow in an Expo-managed React Native app, while avoiding an embedded login WebView?
Варіанти відповідей
`react-native-webview` with a custom `postMessage` bridge to inject tokens
`expo-auth-session` (using `ASWebAuthenticationSession`/Chrome Custom Tabs under the hood) or `react-native-app-auth` for AppAuth-compliant flows
`fetch` with manual `Authorization: Basic` headers
`expo-secure-store` configured with an OAuth provider URL