chore: add Example to repo

This commit is contained in:
Wojciech Lewicki
2022-02-21 16:17:37 +01:00
parent fa71673b58
commit 522c2e31f8
111 changed files with 28416 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* @format
*/
import {AppRegistry} from 'react-native';
import App from './App';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);