Skip to content

Commit bcd8e70

Browse files
committed
Release 0.0.2
1 parent c11b0c5 commit bcd8e70

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66

77
---
88

9+
## [0.0.2](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.0.2) - 2018-10-11
10+
11+
### Added
12+
13+
- Add style prop with initial special-case support for setting icon color
14+
15+
- Re-initialize example app to allow for using it with `react-native-svg` 7.x
16+
917
## [0.0.1](https://github.com/FortAwesome/react-native-fontawesome/releases/tag/0.0.1) - 2018-10-08
1018

1119
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fortawesome/react-native-fontawesome",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Official React Native component for Font Awesome 5",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)