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
2016-09-16 23:08:32 +01:00

6 lines
157 B
JavaScript

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