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

# React Native Support

> Discover Particle Network's SDKs for React Native development.

## SDKs with React Native Support

Particle Network has **JavaScript-based SDKs for React Native within each of it's major products**: **Particle Auth**, **Particle Connect**, and **Particle Wallet**. React Native is also supported within Particle Network's AA SDK, although this is currently undergoing a revamp to bring it up to the same modular standard as the other platforms supported by Particle's AA SDK.

React Native presents itself as a popular and **solid choice for building mobile applications in a familiar environment**; this familiarity extends directly to implementing React Native SDKs for each of Particle's products. For product-specific rundowns, choose from the cards below.

***

<CardGroup cols={3}>
  <Card title="Particle Auth" href="/api-reference/auth/mobile-sdks/react">
    Interacting with Particle Auth within applications made using React Native.
  </Card>

  <Card title="Particle Connect" href="/api-reference/connect/mobile/react">
    Integrating Particle Connect within applications made using React Native.
  </Card>

  <Card title="Particle Wallet" href="/api-reference/wallet/mobile/react">
    Using Particle Wallet within applications built using React Native.
  </Card>

  <Card title="Account Abstraction" href="/api-reference/aa/sdks/mobile/react">
    Implementing account abstraction within React Native applications.
  </Card>
</CardGroup>
