> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getpara.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> An introduction to mobile integrations with Para

Para supports modern mobile development frameworks, giving you the flexibility to implement our SDKs in your native mobile applications. Each integration guide provides step-by-step instructions tailored to specific mobile development environments.

## Set Up Your Framework

<CardGroup cols={2}>
  <Card title="React Native (Bare Workflow)" imgUrl="/images/v3/framework-react-native.png" href="/v3/react-native/setup/react-native" description="Set up the Para SDK in a bare React Native project." horizontal />

  <Card title="Expo Development Build" imgUrl="/images/v3/framework-expo.png" href="/v3/react-native/setup/expo" description="Set up the Para SDK in an Expo project." horizontal />
</CardGroup>

## Add Authentication

<CardGroup cols={2}>
  <Card title="Email & Phone Login" imgUrl="/images/v3/custom-ui-social.png" href="/v3/react-native/guides/add-email-phone" description="Authenticate users with email or phone — the default and simplest path." horizontal />

  <Card title="Social Login" imgUrl="/images/v3/custom-ui-social.png" href="/v3/react-native/guides/add-social-login" description="Authenticate with Google, Apple, Discord, X, Farcaster, and more." horizontal />
</CardGroup>

## Enhance Security

<CardGroup cols={2}>
  <Card title="Add Passkeys" imgUrl="/images/v3/general-passwords.png" href="/v3/react-native/guides/add-passkeys" description="Add native biometric authentication (Face ID, Touch ID, fingerprint)." horizontal />

  <Card title="Add Password or PIN" imgUrl="/images/v3/general-passwords.png" href="/v3/react-native/guides/add-password-pin" description="Add password or PIN-based authentication via Para's portal." horizontal />
</CardGroup>

## Sign & Transact

<CardGroup cols={3}>
  <Card title="EVM Integration" imgUrl="/images/v3/network-evm.png" href="/v3/react-native/guides/evm" description="Use Para with EVM-compatible chains in mobile apps." />

  <Card title="Solana Integration" imgUrl="/images/v3/network-solana.png" href="/v3/react-native/guides/solana" description="Integrate Para with Solana in your mobile applications." />

  <Card title="Cosmos Integration" imgUrl="/images/v3/network-cosmos.png" href="/v3/react-native/guides/cosmos" description="Explore Para integration with the Cosmos ecosystem." />

  <Card title="Stellar Integration" imgUrl="/images/v3/network-stellar.png" href="/v3/react-native/guides/web3-operations/stellar/setup-libraries" description="Integrate Para with Stellar in your mobile applications." />
</CardGroup>

## Sessions & Advanced

<CardGroup cols={3}>
  <Card title="Session Management" imgUrl="/images/v3/general-sessions.png" href="/v3/react-native/guides/sessions" description="Manage user sessions in mobile apps." />

  <Card title="Pregenerate Wallets" imgUrl="/images/v3/feature-pregeneration.png" href="/v3/react-native/guides/pregen" description="Work with pregenerated wallets." />

  <Card title="Custom Storage" imgUrl="/images/v3/general-storage.png" href="/v3/react-native/guides/custom-storage" description="Configure custom storage for key material." />
</CardGroup>
