archive
/
zxcvbn-app
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
zxcvbn-app/index.ios.js

7 lines
157 B
JavaScript

import React from 'react';
import { AppRegistry } from 'react-native';
import App from './dist/index';
AppRegistry.registerComponent('zxcvbn', () => App);