Because of how React Native libraries work, you will need to install
dependencies that have native code directly in your app so that we can use
them.
@sophon-labs/account-react-native
package.
Installation
The SDK is compatible with Expo Go without the need of prebuilding the app.
Usage
Before anything, you need to wrap your application withSophonContextProvider
, that will store context information about the account and walletClient connection.
React Native Example
You can check an example of implementing React Native with Sophon Account.