Fix README re: Expo usage

It is not any different to import react-native-svg in Expo apps than it is otherwise
This commit is contained in:
Brent Vatne
2021-07-28 16:41:15 -07:00
committed by GitHub
parent 4123a46f58
commit 5a16bffcb3

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';