diff --git a/Example/android/settings.gradle b/Example/android/settings.gradle
index 0ff10ad1..3efb88ac 100644
--- a/Example/android/settings.gradle
+++ b/Example/android/settings.gradle
@@ -3,4 +3,4 @@ rootProject.name = 'ArtSvgExample'
include ':app'
include ':react-native-svg'
-project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-art-svg/android')
+project(':react-native-svg').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-svg/android')
diff --git a/Example/examples/Text.js b/Example/examples/Text.js
index e2ef146f..f53a3954 100644
--- a/Example/examples/Text.js
+++ b/Example/examples/Text.js
@@ -7,7 +7,8 @@ import Svg, {
LinearGradient,
Stop,
Defs,
- ClipPath
+ ClipPath,
+ Rect
} from 'react-native-svg';
class TextExample extends Component{
@@ -96,11 +97,11 @@ class TextStroke extends Component{
>
-
-
+
+
-
+