Skip to content

Commit 97bb96e

Browse files
committed
m
1 parent 63de02a commit 97bb96e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

TextGradientExample/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default class App extends Component<Props> {
3030
end={{ x: 1, y: 0 }}
3131
// useViewFrame={true}
3232
>
33-
Welcome to React Native!Welcome to React Native
33+
Welcome to React Native!
3434
</LinearTextGradient>
3535
<Text style={styles.instructions}>To get started, edit App.js</Text>
3636
<Text style={styles.instructions}>{instructions}</Text>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-text-gradient",
3-
"version": "0.1.1",
3+
"version": "0.1.0",
44
"description": "Text gradient for React-Native",
55
"main": "src/index.js",
66
"types": "src/index.d.ts",

0 commit comments

Comments
 (0)