Skip to content

Commit fc18afd

Browse files
authored
Support pretty stringify (#65)
1 parent ba64dc9 commit fc18afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function App() {
4747
>
4848
<Text>Scan ID</Text>
4949
</TouchableOpacity>
50-
<Text>Result: {JSON.stringify(result)}</Text>
50+
<Text>Result: {JSON.stringify(result, null, 4)}</Text>
5151
</View>
5252
);
5353
}

0 commit comments

Comments
 (0)