diff --git a/app/index.tsx b/app/index.tsx index cee1669..36b2873 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -1,5 +1,5 @@ import { useCallback, useState } from "react"; -import { ScrollView, Text, TextInput, View, ViewBase } from "react-native"; +import { ScrollView, Text, TextInput, View } from "react-native"; import { networks } from "bitcoinjs-lib"; const network = networks.bitcoin; @@ -52,12 +52,6 @@ export default function Home() { setDiscovery(null); }, [discovery]); - const onChangeElectrumURI = useCallback(async (electrumURI: string) => { - setElectrumURI(electrumURI); - try { - } catch (err) {} - }, []); - const fetch = useCallback(async () => { if (discovery) { setFetching(true); @@ -89,7 +83,7 @@ export default function Home() { Enter your Electrum node URI: