Update 3/2/2024
expo-symbol-sdk
, a library optimized for use on managed React Native with Expo. Previously, there were hurdles to implementing cryptography on React Native, but with the release of expo-symbol-sdk
, you can use it simply by installing it in your node.js project.npm install @symbol-blockchain-community/expo-symbol-sdk
import { Account, NetworkType } from '@symbol-blockchain-community/expo-symbol-sdk'; const account = Account.generateNewAccount(NetworkType.TEST_NET); console.log(account);
symbol-sdk
that depend on the node.js core module:expo-symbol-sdk