UNPKG

react-native-ms-adal

Version:

React Native Bindings for the Microsoft ADAL library

14 lines (10 loc) 236 B
/** * Sample React Native App * https://github.com/facebook/react-native * @flow */ import { AppRegistry, } from 'react-native'; import adalExample from './app'; AppRegistry.registerComponent('adalExample', () => adalExample);