diff --git a/App.js b/App.js index f85f38d..135c096 100644 --- a/App.js +++ b/App.js @@ -17,6 +17,7 @@ import { useColorScheme, View, } from 'react-native'; +import {TextDecoder} from 'multibase'; import { Colors, @@ -27,6 +28,7 @@ import { } from 'react-native/Libraries/NewAppScreen'; const Section = ({children, title}): Node => { + const decoder = new TextDecoder(); const isDarkMode = useColorScheme() === 'dark'; return (