Satyajit Sahoo 0faee986a5 fix: add back the peer dependency on vector icons
The peerDependency on vector icons was removed in #303 to support optional usage of vector icons. This was mostly due to people using react-navigation wanting to remove the dependency. However, React Navigation moved it to a separate package: https://github.com/react-navigation/react-navigation-material-bottom-tab-navigator, so the case no longer holds.

Removing the peerDependency also had the effect of removing support for vector-icons on our build on Snack since Snackager relies on peerDependencies to figure out what to install before bundling.

Adding it back to the peerDependency also means that people who use expo will get the warning since they don't need to install it. However they already get this error from any package that uses react-native-vector-icons and there's no good way to handle it.

Another effect is that people who use babe-plugin-optional-require to exclude vector icons will still get the warning for peer dependency. They could, however, install the package and use the 'blacklist' option to exclude it from the bundle.
2018-05-05 14:53:36 +02:00
2018-04-17 14:41:28 +02:00
2018-02-26 12:40:25 +01:00
2018-05-01 11:13:21 +02:00
2018-05-01 11:13:21 +02:00
2018-03-02 22:18:45 +01:00
2018-05-01 11:13:21 +02:00
2018-03-02 22:18:45 +01:00
2016-10-23 23:36:39 +05:30
2018-02-23 12:27:36 +01:00

React Native Paper

Build Status Version MIT License PRs Welcome Chat

Material design for React Native.

Features

Currently supported React Native version: >= 0.50.3

Try it out

Run the example app with Expo to see it in action.

The source code for the examples are under the /example folder.

Getting Started

Refer to the getting started guide for instructions.

Documentation

Check the components and their usage in our documentation.

Contributing

Read the contribution guidelines before contributing.

Description
No description provided
Readme 62 MiB
Languages
TypeScript 90.7%
JavaScript 8.5%
Shell 0.4%
CSS 0.3%