Files
cureselect-weighingscale-sdk/example/index.js
Prathiyuman 7681e46449
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / build-library (push) Has been cancelled
CI / build-android (push) Has been cancelled
CI / build-ios (push) Has been cancelled
chore: initial commit
2025-12-16 14:54:44 +05:30

6 lines
171 B
JavaScript

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