Skip to content

Commit

Permalink
Merge pull request #275 from imdkbj/patch-1
Browse files Browse the repository at this point in the history
Typo Fix
  • Loading branch information
renrizzolo authored Jul 19, 2022
2 parents 8fa416e + 36d1e09 commit 1e5ef27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ icons: {
```javascript
import React, { Component } from 'react';
import { View } from 'react-native';
import Icon from 'react-native-vector-icons/MaterialIcons`
import Icon from 'react-native-vector-icons/MaterialIcons'
import SectionedMultiSelect from 'react-native-sectioned-multi-select';

const items = [
Expand Down

0 comments on commit 1e5ef27

Please sign in to comment.