@ogorlab/ogor-native-components
v0.15.0
Published
test
Readme
ogor-native-components
Components for react native OGOR apps.
Installation
npm install @ogorlab/ogor-native-components react-native-reanimated react-native-gesture-handler react-native-safe-area-contextUsage
Before using this library, you will need to import the material and Montserrat fonts. The is an example of how to do so in the example app, here.
import { Button } from '@ogorlab/ogor-native-components';
function App() {
return <Button title="Hello" />;
}Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
