first commit

This commit is contained in:
aman.singh
2022-11-30 10:13:33 +05:30
commit b927145228
72 changed files with 10284 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 />);
});