Skip to content

Commit

Permalink
Release standard version
Browse files Browse the repository at this point in the history
  • Loading branch information
codypearce committed Sep 5, 2019
1 parent 9a0627b commit 904251b
Show file tree
Hide file tree
Showing 6 changed files with 24,190 additions and 13 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ docs/.cache
gh/**/*
jest-test-results.json
.jest-test-results.json
dist
7 changes: 6 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,9 @@ yarn.lock
src/**/*.stories.js
src/**/*.test.js
src/storybook/**/*
**/*/__snapshots__
**/*/__snapshots__
dist/**/*.test.js
dist/**/*.stories.js
dist/storybook/**/*
media
.github
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,16 @@
## Quick Start

1. `npm install material-bread` or `yarn add material-bread`
2. Web only: `npm install modal-enhanced-react-native-web` or `yarn add modal-enhanced-react-native-web`
3. Install and link [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) and [react-native-svg](https://github.com/react-native-community/react-native-svg)
4. Wrap your root `<App>` with a `<BreadProvider>`
2. Install and link [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) and [react-native-svg](https://github.com/react-native-community/react-native-svg)
3. Wrap your root `<App>` with a `<BreadProvider>`

```jsx
<BreadProvider>
<Root />
</BreadProvider>
```

5. Start developing!
4. Start developing!

Read the [getting started](#getting-started) guides for your platform to learn more.

Expand Down
Loading

0 comments on commit 904251b

Please sign in to comment.