react-platformula

0.1.19 • Public • Published

Platformula Logo React Platformula · npm version Build Status

Introduction

React components and apis which work for Web, Android and iOS!
simple API and usage in any react project

Usage

  • Install
      npm install --save react-platformula
      # or yarn 
      yarn add react-platformula
  • import and use!
    import Block, { getCustom as getCustomBlock } from 'react-platformula/block';
     
    // regular block, which is just like react-native's view
    <Block /> 
     
    // Red block, not exposing or needing extra dependencies!
    const RedBlock = getCustomBlock({
      backgroundColor: 'red',
    });
     
    <RedBlock />

/react-platformula/

    Package Sidebar

    Install

    npm i react-platformula

    Weekly Downloads

    8

    Version

    0.1.19

    License

    ISC

    Unpacked Size

    1.52 MB

    Total Files

    86

    Last publish

    Collaborators

    • omerman
    • unimonkiez