@openfort/react-native 0.1.5 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -209,6 +209,7 @@ export const OpenfortProvider = ({ children, publishableKey, customAuth, support
209
209
  isReady,
210
210
  error,
211
211
  supportedChains,
212
+ walletConfig,
212
213
  embeddedWallet: walletConfig,
213
214
  embeddedState,
214
215
  // Flow states
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openfort/react-native",
3
3
  "main": "dist/index.js",
4
- "version": "0.1.5",
4
+ "version": "0.1.7",
5
5
  "license": "MIT",
6
6
  "description": "React Native SDK for Openfort platform integration",
7
7
  "scripts": {