Skip to content

Commit

Permalink
Fixes readme
Browse files Browse the repository at this point in the history
This line in the readme triggers a warning when running tests with jest. It should be updated to the new, correct import as promoted by expo.
  • Loading branch information
moay authored Dec 5, 2019
1 parent 29dd8a4 commit b092096
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 b092096

Please sign in to comment.