feat: added laftel video example app

This commit is contained in:
yungblud
2023-04-13 14:41:28 +09:00
parent 183c818d53
commit 617bcb36a2
72 changed files with 3240 additions and 0 deletions

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 />);
});