@openfort/react-native 0.1.6 → 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.
@@ -210,6 +210,7 @@ export const OpenfortProvider = ({ children, publishableKey, customAuth, support
210
210
  error,
211
211
  supportedChains,
212
212
  walletConfig,
213
+ embeddedWallet: walletConfig,
213
214
  embeddedState,
214
215
  // Flow states
215
216
  passwordState,
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.6",
4
+ "version": "0.1.7",
5
5
  "license": "MIT",
6
6
  "description": "React Native SDK for Openfort platform integration",
7
7
  "scripts": {