UNPKG

react-native-ms-adal

Version:

React Native Bindings for the Microsoft ADAL library

16 lines (12 loc) 271 B
import React from 'react'; import { View, Button, } from 'react-native'; export default class extends Component { render() { return (<View style={{ flex: 1, justifyContent: 'center', alignItems: 'center'}}> <Button title="login" /> </View>); } }