chore(infra): move to monorepo

This commit is contained in:
Krzysztof Moch
2025-01-22 23:18:23 +01:00
parent d6d7e714fe
commit 30d58d3a39
212 changed files with 5596 additions and 4147 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
*/
import { AppRegistry } from 'react-native';
import App from './src/App';
import { name as appName } from './app.json';
import App from './src/App';
AppRegistry.registerComponent(appName, () => App);