0.1.11 • Published 1 year ago
react-native-ghabie v0.1.11
react-native-ghabie
Ghabie sdk
Installation
npm install react-native-ghabie
Usage/Examples
import { GhabieView } from 'react-native-ghabie';
function App() {
return <GhabieView {...props} />;
}
SetUp
If you don't have react-native-safe-area-context installed, please install react-native-safe-area-context
After installing react-native-ghabie, Go to your node_modules directory and search for react-native-ghabie, inside you will find a font folder, Copy the font files to your project's assets or fonts directory, then run npx react-native-asset, don't know how to link font? visit How to link custom font in react native
When done cd to your ios folder run pod install and restart project
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.