init project and add jellyfin sdk

This commit is contained in:
Violet Caulfield
2024-08-25 21:02:30 -05:00
parent 086bb31b7e
commit dbff669735
58 changed files with 17187 additions and 119 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);