From 5a16bffcb3de0b014523f441a16674353589d921 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Wed, 28 Jul 2021 16:41:15 -0700 Subject: [PATCH] Fix README re: Expo usage It is not any different to import react-native-svg in Expo apps than it is otherwise --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index c3f7dd3e..ffdaf5d5 100644 --- a/README.md +++ b/README.md @@ -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';