0.2.0 • Published 5 months ago

igloo-rn-widget v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 months ago

igloo-rn-widget

general rn widget for igloo

Installation

npm install igloo-rn-widget

Usage

Supported Component

import {
  Alert,
  Amount,
  Button,
  DatePicker,
  Email,
  Input,
  Phone,
  Preview,
  Select,
  Status,
  TextArea,
  Upload,
  Fold,
  Dialog,
  Checkbox,
  RadioGroup,
  Card,
} from 'igloo-rn-widget';

Custom Theme

  1. create a file named custom-theme.js
  2. put the code below into the custom-theme.js file

    import { customTheme } from 'igloo-rn-widget/lib/module/theme';
    
    customTheme({
      Colors: {
        primary: '#009AFF',
        primaryLight: '#F4F7FE',
      },
    });
  3. import custom-theme at the most begining of you rn index file.

    import './custom-theme';
    import { AppRegistry } from 'react-native';
    AppRegistry.registerComponent('App', () => App);

Preview

npm.io

Contributing

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

License

MIT

0.2.0

5 months ago

0.1.27

10 months ago

0.1.28

10 months ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.26

2 years ago

0.1.23

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago