Socket
Socket
Sign inDemoInstall

igloo-rn-widget

Package Overview
Dependencies
519
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    igloo-rn-widget

general rn widget for igloo


Version published
Maintainers
1
Created

Readme

Source

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

Contributing

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

License

MIT

Keywords

FAQs

Last updated on 18 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc