folder init

This commit is contained in:
Milan Paunovic
2024-07-31 19:38:13 +02:00
parent f2997768da
commit c6e5b20cbf
11 changed files with 2 additions and 34 deletions

View File

@ -1,10 +0,0 @@
import * as React from 'react';
import renderer from 'react-test-renderer';
import { ThemedText } from '../ThemedText';
it(`renders correctly`, () => {
const tree = renderer.create(<ThemedText>Snapshot test!</ThemedText>).toJSON();
expect(tree).toMatchSnapshot();
});

View File

@ -1,24 +0,0 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`renders correctly 1`] = `
<Text
style={
[
{
"color": "#11181C",
},
{
"fontSize": 16,
"lineHeight": 24,
},
undefined,
undefined,
undefined,
undefined,
undefined,
]
}
>
Snapshot test!
</Text>
`;

View File

@ -0,0 +1 @@

View File

@ -0,0 +1 @@

View File

View File

View File

View File

View File

0
components/ui/index.ts Normal file
View File

0
hooks/firebase/index.ts Normal file
View File