1.1.0 • Published 3 years ago
com.library.dynomobile v1.1.0
DynoMobileComponent
DynoMobile components for react native, it works on iOS and Android.
Content
Installation
yarn add com.library.dynomobile
or
npm install com.library.dynomobile --save
On iOS, install cocoapods:
npx pod-install
Demo
Getting started
import {
TextInputWithLabel,
TextInputWithLabelAndTooltip,
LabelWithDropDown,
LabelWithCheckbox,
} from 'com.library.dynomobile';
Inside your screen's render method, use Components:
<SafeAreaView style={{flex: 1}}>
<TextInputWithLabel />
<TextInputWithLabelAndTooltip />
<LabelWithDropDown />
<LabelWithCheckbox rightText="Set Favourites" />
<LabelWithCheckbox rightText="Set Recurring" />
</SafeAreaView>
Contribution
Issues are welcome. Please add a screenshot of bug and code snippet. Quickest way to solve issue is to reproduce it on one of the examples.
Pull requests are welcome. If you want to change API or making something big better to create issue and discuss it first.
MIT Licensed