Skip to content

platformbuilders/react-native-elements

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

281 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AVISO IMPORTANTE

Este repositório existe apenas para fins de compatibilidade temporária com projetos legados.

Para novos projetos ou manutenção contínua, utilize sempre o repositório oficial: @platformbuilders/fluid-react-native

Este fork só deve ser utilizado caso você precise de compatibilidade com versões antigas e não possa migrar imediatamente para a versão oficial.


@platformbuilders/react-native-elements

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/react-native-elements
  1. import the ThemeProvider from styled-components and provide the Theme following the ThemeType definition.
import { ThemeProvider } from 'styled-components';
import { ThemeType } from '@platformbuilders/react-native-elements';

const theme: ThemeType = { ... };

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

About

Deprecated version. Use `fluid-react-native` instead.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 77.2%
  • JavaScript 17.2%
  • Java 2.8%
  • Objective-C 2.0%
  • Ruby 0.4%
  • Starlark 0.3%
  • Shell 0.1%