This repository has been archived on 2025-07-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
terminally-online/index.js
2023-07-24 21:55:36 +03:00

7 lines
212 B
JavaScript

import { AppRegistry } from 'react-native';
import 'react-native-get-random-values';
import App from './src/app';
import { name as appName } from './app.json';
AppRegistry.registerComponent(appName, () => App);