Skip to content

Commit

Permalink
fix: Typo README.md (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
AkShay Mahajan authored and iRoachie committed Jan 3, 2019
1 parent dd571ed commit dca17b2
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 @@ -86,7 +86,7 @@ import Accordion from 'react-native-collapsible/Accordion';
Check full example in the `Example` folder.

```js
import React, { Component } from 'react-native';
import React, { Component } from 'react';
import Accordion from 'react-native-collapsible/Accordion';

const SECTIONS = [
Expand Down

0 comments on commit dca17b2

Please sign in to comment.