Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
sramezani committed Oct 4, 2019
1 parent a54ea51 commit 0157237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ to state

3) use:

<MySwitchButton
<SwitchButton
onValueChange={(val) => this.setState({ activeSwitch: val })}
/>
in your code
Expand All @@ -31,7 +31,7 @@ small example: ...

import React, { Component } from 'react';
import { View } from 'react-native';
import SwitchButton from './mySwitchButton';
import SwitchButton from 'switch-button-react-native';

constructor () {
super();
Expand Down

0 comments on commit 0157237

Please sign in to comment.