chore: add tvOS example project

This commit is contained in:
Konstantin Späth
2023-08-11 23:16:10 +02:00
parent 30d8146916
commit f4851ba181
66 changed files with 3614 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 />);
});