summaryrefslogtreecommitdiffstats
path: root/index.js
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2023-12-11 15:31:44 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2023-12-11 15:32:33 +0100
commit1749bd5e7fa959a022472defb8ba78c689c994af (patch)
treeb591bf4d58c83065033cc845b56d6883782b7938 /index.js
parentf0600c5ec4ffa5a84f6a08c07ec341a22e0430de (diff)
downloadcyberbadge_mobile-1749bd5e7fa959a022472defb8ba78c689c994af.tar.gz
cyberbadge_mobile-1749bd5e7fa959a022472defb8ba78c689c994af.zip
Add initial ble-service.
Diffstat (limited to 'index.js')
-rw-r--r--index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.js b/index.js
index a850d03..85f14e6 100644
--- a/index.js
+++ b/index.js
@@ -3,7 +3,7 @@
3 */ 3 */
4 4
5import {AppRegistry} from 'react-native'; 5import {AppRegistry} from 'react-native';
6import App from './App'; 6import App from './src/App.tsx';
7import {name as appName} from './app.json'; 7import {name as appName} from './app.json';
8 8
9AppRegistry.registerComponent(appName, () => App); 9AppRegistry.registerComponent(appName, () => App);