Skip to content

Commit a5381ac

Browse files
committed
updated example
1 parent f48c180 commit a5381ac

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+6539
-14213
lines changed

.dockerignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
**/node_modules
2+
.github
3+
.git
4+
img
5+
LICENSE
6+
**/*.md
7+
*.tgz
8+
**/.gitignore
9+
10+
**/bin
11+
**/obj
12+
**/packages
13+
**/paket-files
14+
fable-typed/paket.*
15+
fable-typed/*.fsproj
16+
fable-typed/publish.js
17+
fable-typed/.paket
18+
19+
**/android/build
20+
**/android/app/build
21+
**/android/app/src/main/assets/*.bundle
22+
**/android/local.properties
23+
**/.gradle
24+
**/.idea
25+
**/*.iml
26+
**/*.apk
27+
28+
**/ios/build
29+
**/ios/infer-out
30+
31+
**/out
32+
33+
**/infer-out
34+
**/compile_commands.json
35+
**/xcodebuild.log

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# react-native-text-gradient
32
[![npm version](https://badge.fury.io/js/react-native-text-gradient.svg?t=1495378566925)](https://badge.fury.io/js/react-native-text-gradient)
43
[![Dependency Status](https://david-dm.org/iyegoroff/react-native-text-gradient.svg?t=1495378566925)](https://david-dm.org/iyegoroff/react-native-text-gradient)

TextGradientExample/.gitignore

Lines changed: 0 additions & 58 deletions
This file was deleted.

TextGradientExample/.npmignore

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)