Skip to content

Latest commit

 

History

History
69 lines (41 loc) · 1.63 KB

README.md

File metadata and controls

69 lines (41 loc) · 1.63 KB

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 Core Service

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

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

Getting Started

  1. Run particle-connect/example

  2. Select chain

  3. Connect with socila or wallet

  4. Explore sign message




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

Docs

particle-auth-core

particle-connect

particle-wallet

particle-aa

License

Apache 2.0