Merge pull request #1621 from react-native-svg/readme-fix

Fix README re: Expo usage
This commit is contained in:
Brent Vatne
2021-07-28 16:42:33 -07:00
committed by GitHub
-5
View File
@@ -273,11 +273,6 @@ import Svg, {
Mask,
} from 'react-native-svg';
/* Use this if you are using Expo
import * as Svg from 'react-native-svg';
const { Circle, Rect } = Svg;
*/
import React from 'react';
import { View, StyleSheet } from 'react-native';