Skip to content

Particle-Network/particle-react-native

Repository files navigation

Particle Service in React Native

Note For iOS

Please note that the SDK particle_auth_core only supports ios-arm64 (iOS devices), does not support simulators, to perform testing, you will require an actual iPhone device.

Particle Auth Service

npm install @particle-network/rn-auth

Particle Connect Service

npm install @particle-network/rn-connect

Particle Wallet Service

npm install @particle-network/rn-wallet

Particle AA Service

npm install @particle-network/rn-aa

Particle Auth Core Service

npm install @particle-network/rn-auth-core

Getting Started

  1. Run example

  2. Select chain

  3. Init

  4. Login

  5. Try other methods




Expo-Examples

If you are using Expo with your project, there is an expo example, for iOS development, You need to update your Podfile by following this Expo iOS Podfile

AuthCoreWalletDemo

AuthCoreWalletDemo will focus on both integrate particle-auth-core and particle-wallet, show how how to connect with jwt and open wallet.

Docs

particle-auth

particle-connect

particle-wallet

particle-biconomy

particle-auth-core

License

Apache 2.0