From 47250e7ed7d608e499ae8f3ec99494269db30292 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 7 Jun 2022 17:50:05 -0500 Subject: Initial commit --- index.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 index.js (limited to 'index.js') diff --git a/index.js b/index.js new file mode 100644 index 000000000..a850d031d --- /dev/null +++ b/index.js @@ -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); -- cgit 1.4.1