Skip to content

Commit

Permalink
Merge pull request #1212 from moay/patch-1
Browse files Browse the repository at this point in the history
Fixes readme
  • Loading branch information
msand authored Dec 6, 2019
2 parents 29dd8a4 + b092096 commit f341a31
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 @@ -263,7 +263,7 @@ import Svg, {
} from 'react-native-svg';

/* Use this if you are using Expo
import { Svg } from 'expo';
import * as Svg from 'react-native-svg';
const { Circle, Rect } = Svg;
*/

Expand Down

0 comments on commit f341a31

Please sign in to comment.