Skip to content

fluid-react-native 0.5.5

Install from the command line:
Learn more about npm packages
$ npm install @platformbuilders/fluid-react-native@0.5.5
Install via package.json:
"@platformbuilders/fluid-react-native": "0.5.5"

About this version

@platformbuilders/fluid-react-native

Build Status npm MIT Docusaurus Firebase Deploy

Welcome to the @platformbuilders/elements package here you will find out all of our components shared with the community

Whats the idea of this repository

Its a place that we can share a little bit of our code base and show how we work on our projects with our components!

How can i use the library?

Here's how you add our dependencie to your project @platformbuilders/elements

  1. depend on it:
yarn add @platformbuilders/fluid-react-native
  1. import the ThemeProvider from styled-components and provide the Theme following the ThemeType definition.
import { ThemeProvider } from 'styled-components';
import { ThemeType } from '@platformbuilders/fluid-react-native';

const theme: ThemeType = { ... };

<ThemeProvider theme={theme}>
    <App />
</ThemeProvider>
  1. use it
import { Button } from '@platformbuilders/fluid-react-native';

Details


Assets

  • fluid-react-native-0.5.5.tgz

Download activity

  • Total downloads 30
  • Last 30 days 0
  • Last week 0
  • Today 0