initial commit

This commit is contained in:
2021-01-21 23:38:03 +01:00
commit 3cf571e55b
59 changed files with 14368 additions and 0 deletions

14
__tests__/App-test.tsx Normal file
View File

@@ -0,0 +1,14 @@
/**
* @format
*/
import 'react-native';
import React from 'react';
import App from '../App';
// Note: test renderer must be required after react-native.
import renderer from 'react-test-renderer';
it('renders correctly', () => {
renderer.create(<App />);
});