Skip to content

Commit

Permalink
Merge 580cbd0 into b31e709
Browse files Browse the repository at this point in the history
  • Loading branch information
artyorsh committed Jun 16, 2019
2 parents b31e709 + 580cbd0 commit 35c1b24
Show file tree
Hide file tree
Showing 491 changed files with 7 additions and 9,772 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Expand Up @@ -10,5 +10,6 @@ local.properties
node_modules/
npm-debug.log

# dist
# generated
dist
lib/icons
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -44,6 +44,11 @@ export const GithubIcon = () => (
);
```

## Where is icons source code?

React Native Eva Icons sources are generated with [ts-node scripts](./scripts/ts-node), so there is no need to track them in default branch of the repo. But if you don't trust CI and want to review generated sources, take a look at [bundle branch][link:build-branch].

[link:build-branch]: https://github.com/artyorsh/react-native-eva-icons/tree/bundle/v1.0.0-beta.1
[link:eva-icons]: https://github.com/akveo/eva-icons
[link:react-native-svg]: https://github.com/react-native-community/react-native-svg
[link:react-native-svg:install]: https://github.com/react-native-community/react-native-svg#installation
Expand Down
19 changes: 0 additions & 19 deletions lib/icons/Activity.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions lib/icons/ActivityOutline.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions lib/icons/AlertCircle.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions lib/icons/AlertCircleOutline.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions lib/icons/AlertTriangle.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions lib/icons/AlertTriangleOutline.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions lib/icons/Archive.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions lib/icons/ArchiveOutline.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions lib/icons/ArrowBack.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions lib/icons/ArrowBackOutline.tsx

This file was deleted.

14 changes: 0 additions & 14 deletions lib/icons/ArrowCircleDown.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions lib/icons/ArrowCircleDownOutline.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions lib/icons/ArrowCircleLeft.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions lib/icons/ArrowCircleLeftOutline.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions lib/icons/ArrowCircleRight.tsx

This file was deleted.

20 changes: 0 additions & 20 deletions lib/icons/ArrowCircleRightOutline.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions lib/icons/ArrowCircleUp.tsx

This file was deleted.

15 changes: 0 additions & 15 deletions lib/icons/ArrowCircleUpOutline.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions lib/icons/ArrowDown.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions lib/icons/ArrowDownOutline.tsx

This file was deleted.

0 comments on commit 35c1b24

Please sign in to comment.