0.1.0 • Published 1 year ago

@ariveroi/react-native-ui v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@ariveroi/react-native-ui

React Native UI of Agus Rivero (ariveroi)

Installation

npm install @ariveroi/react-native-ui

Usage

import * as React from 'react';

import { StyleSheet, View, Text } from 'react-native';

import { AuthenticatorProvider } from '@ariveroi/react-native-ui';

export default function App() {
  return <AuthenticatorProvider>// Code...</AuthenticatorProvider>;
}

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT