Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WrathChaos authored Oct 30, 2019
1 parent 91ca306 commit e028ef7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ There are two modes in the library:

## Basic Usage

```js
```jsx
<SearchBar
placeholder="Search here"
onChangeText={text => {
Expand All @@ -85,7 +85,7 @@ There are two modes in the library:

You can check the example for the advanced usage

```js
```jsx
<SearchBar
fontColor="#c6c6c6"
iconColor="#c6c6c6"
Expand Down Expand Up @@ -150,7 +150,7 @@ Dynamic Search Bar is usable with Expo. You just need to add a peer dependency:

-> You need to add this line of code into app/gradle

```js
```java
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"
```

Expand Down

0 comments on commit e028ef7

Please sign in to comment.