Files
react-native-bpl-scale/example/index.js
T

6 lines
171 B
JavaScript
Raw Normal View History

2025-12-16 09:48:55 +05:30
import { AppRegistry } from 'react-native';
import App from './src/App';
import { name as appName } from './app.json';
AppRegistry.registerComponent(appName, () => App);