4.2.1 • Published 28 days ago

@bluebase/plugin-react-native-paper v4.2.1

Weekly downloads
278
License
MIT
Repository
github
Last release
28 days ago

🎊 Status

MIT license npm version Build Status codecov Greenkeeper badge PRs Welcome Codacy Badge Known Vulnerabilities semantic-release

🤝 Compatibility

🌏 Web🖥 Electron📱 React Native

Docs

Installation

Install the plugin as a dependency in your project:

yarn add @bluebase/plugin-react-native-paper

The easiest way to add a new plugin is pass it as a prop to the BlueBaseApp component.

import { BlueBaseApp } from '@bluebase/core';
import Plugin from '@bluebase/plugin-react-native-paper';

export const App = () => (
  <BlueBaseApp plugins={[Plugin]} />
);

Typically, in a large project you would be using BlueBase CLI. In your BlueBase project created by the CLI, add the plugin in the plugins field in your bluebase.ts file:

export default {

    // ...other bluebase.ts properties

    plugins: [
			import('@bluebase/plugin-react-native-paper')
		]
}

Components

This plugin registers following plugins in BlueBase:

  • Button
  • Divider
  • TextInput
4.2.1

28 days ago

4.2.0

28 days ago

4.1.0

8 months ago

4.0.1

2 years ago

4.0.3

2 years ago

4.0.2

2 years ago

4.0.0

2 years ago

4.0.0-beta.1

3 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.4.0

4 years ago

2.3.3

4 years ago

2.3.2

4 years ago

2.3.1

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

5 years ago

1.10.0

5 years ago

1.9.0

5 years ago

1.8.2

5 years ago

1.8.1

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.1

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

0.0.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.0.0

5 years ago

1.1.0

5 years ago