Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joeykamsteeg committed Jun 15, 2017
1 parent 3b3b9d6 commit c3bbc12
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -66,9 +66,9 @@ import Icons from 'react-native-alternate-icons';
/** Change the icons of your application */
Icons.setIconName( iconName );
/** get Current Icon Name */
Icons.getIconName();
Icons.getIconName( callback( result ) );
/** Reset the icon of your application to the default */
Icons.reset();
/** Check if your device does support alternate icons, android returns always false */
Icons.supportDevice();
```
Icons.supportDevice( callback( result ) );
```
Binary file not shown.

0 comments on commit c3bbc12

Please sign in to comment.