React Platformula ·

Introduction
React components and apis which work for Web, Android and iOS!
simple API and usage in any react project
Usage
- Installnpm install --save react-platformula# or yarnyarn add react-platformula
- import and use!;// regular block, which is just like react-native's view<Block />// Red block, not exposing or needing extra dependencies!const RedBlock =;<RedBlock />