mirror of
https://github.com/aljazceru/breez-sdk-liquid.git
synced 2025-12-17 14:04:20 +01:00
Build Kotlin bindgen with gobley
This commit is contained in:
3
packages/react-native/example/App.js
vendored
3
packages/react-native/example/App.js
vendored
@@ -24,7 +24,6 @@ import {
|
||||
PaymentMethod
|
||||
} from "@breeztech/react-native-breez-sdk-liquid"
|
||||
import BuildConfig from "react-native-build-config"
|
||||
import { generateMnemonic } from "@dreson4/react-native-quick-bip39"
|
||||
import { getSecureItem, setSecureItem } from "./utils/storage"
|
||||
|
||||
const MNEMONIC_STORE = "MNEMONIC_SECURE_STORE"
|
||||
@@ -62,7 +61,7 @@ const App = () => {
|
||||
let mnemonic = await getSecureItem(MNEMONIC_STORE)
|
||||
|
||||
if (mnemonic == null) {
|
||||
mnemonic = generateMnemonic(256)
|
||||
mnemonic = "abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about"
|
||||
setSecureItem(MNEMONIC_STORE, mnemonic)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user