Files
cureselect-weighingscale-sdk/example/index.js
T

6 lines
171 B
JavaScript
Raw Normal View History

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