Skip to content

Commit

Permalink
readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kristerkari committed Oct 4, 2018
1 parent 9e0af96 commit be01ffb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ React Native SVG transformer allows you import SVG files in your React Native pr

This makes it easy to use the same code for React Native and Web.

### Usage
## Usage

Import your `.svg` file inside a React component:

Expand All @@ -22,7 +22,9 @@ You can then use your image as a component:

_If you use React Native version 0.56 or older, you need to rename your `.svg` files to `.svgx`._

**iOS/Android/Web demo app:** [react-native-svg-example](https://github.com/kristerkari/react-native-svg-example)
### Demo (iOS/Android/Web)

* [react-native-svg-example](https://github.com/kristerkari/react-native-svg-example)

## Installation and configuration

Expand Down

0 comments on commit be01ffb

Please sign in to comment.