Ernest Walzel
894bac48bd
Add MainApplication name to AndroidManifest ( #291 )
2016-09-21 09:07:13 +02:00
Joel Arvidsson
a76a9a57f6
Released 2.1.0.
v2.1.0
2016-08-24 14:41:51 +02:00
Joel Arvidsson
baf0033626
Fixes tabbar example with custom icon colors.
2016-08-24 14:40:58 +02:00
Joel Arvidsson
6cac695758
Simplifies tab bar icon generation.
2016-08-24 14:40:28 +02:00
Joel Arvidsson
72f3f2ca06
Bumps examples to RN 0.32.
2016-08-24 14:13:04 +02:00
Sebastian Bengtegård
3b474a6be3
added support for icon color @ tabbar ( #275 )
...
* added support for icon color @ tabbar
* added trailing commas due to travis build failure
* Added notes for iconColor and selectedIconColor
* Added extra checks for both props (iconColor and selectedIconColor)
* Added attributes iconColor and selectedIconColor as examples
2016-08-24 13:50:43 +02:00
Artur Piszek
133dcc871f
README warning against wrong build.gradle ( #270 )
2016-08-21 17:32:33 +02:00
Daniel Friesen
0e54a69f57
Sometimes the hex character escape in content: is uppercase ( #271 )
...
Such as https://materialdesignicons.com/
2016-08-21 17:32:04 +02:00
Satyajit Sahoo
fdb484c129
Fix copying fonts when product flavor specifie ( #261 )
...
Tested the following scenarios:
1. Product flavor specified, e.g. - `devDebug` and `devRelease`
2. No product flavor specified e.g. - `debug` and `release`
You cans specify the variant using the `--variant` flag, e.g. - `react-native run-android --variant=devDebug`
2016-08-05 11:06:17 +02:00
Joel Arvidsson
38af2b267b
Adds rnpm suckyness disclaimer to README
2016-07-24 20:04:05 +03:00
Jon Lay
4b71bba7a7
Update README to clarify IcoMoon setup ( #253 )
...
To avoid issues similar to #252 in the future.
2016-07-23 13:08:57 +03:00
Maxime Quandalle
a1740473b0
Fix a file name in the install instructions ( #247 )
2016-07-10 23:57:17 +02:00
Joel Arvidsson
e38fbad240
Released 2.0.3.
v2.0.3
2016-05-27 13:33:50 +02:00
Joel Arvidsson
e1c3d94008
Bumps FontAwesome to 4.6.3.
2016-05-27 13:33:38 +02:00
Joel Arvidsson
25966cc0c3
Changed Ionicons link to the 3.0 version. #200
2016-05-26 10:18:36 +02:00
Joel Arvidsson
e54c7b3189
Merge pull request #209 from cdlewis/clewis_rn25
...
Avoid including react from react-native
2016-05-20 10:23:21 +02:00
Chris Lewis
456c1e8164
Avoid including react from react-native
...
Including react from react-native is a breaking change in v0.26.0.
2016-05-19 18:08:58 -07:00
Joel Arvidsson
63fb25ad21
Merge pull request #208 from evollu/master
...
Create react-native.js to support babel for karma
2016-05-18 13:41:55 +02:00
Libin Lu
23cfaa6ece
Rename react-native.android.js to react-native.js
2016-05-17 21:50:50 -04:00
Libin Lu
1102ef336c
Delete react-native.ios.js
2016-05-17 21:50:35 -04:00
Joel Arvidsson
c6cac3b0b8
Fixe outdated Ionicons icon reference in README.
2016-05-16 20:37:49 +02:00
Joel Arvidsson
ba5a01cbdd
Released 2.0.2.
v2.0.2
2016-05-13 10:35:22 +02:00
Joel Arvidsson
abc1931872
Fixes regression in font file defaults when using fontello or icomoon helpers. #204
2016-05-11 23:34:00 +02:00
Joel Arvidsson
923a7f1141
Released 2.0.1.
v2.0.1
2016-05-11 12:35:32 +02:00
Joel Arvidsson
8e8130a043
Addes a note about long file paths causing trouble on windows. #102
2016-05-11 00:40:31 +02:00
Joel Arvidsson
6c12f995c4
Fixes exports of custom icon set helpers.
2016-05-10 21:55:40 +02:00
Joel Arvidsson
1dd6cc27bb
Adds missing semicolons. #201
2016-05-10 20:41:40 +02:00
Joel Arvidsson
6a234aa9ac
Updates AndroidToolbar example with new Ionicons names.
2016-05-10 11:59:11 +02:00
Joel Arvidsson
31b498f0a2
Uses setState instead of deprecated replaceState in ToolbarAndroid.
2016-05-10 11:58:42 +02:00
Joel Arvidsson
dda4b33529
Released 2.0.0.
v2.0.0
2016-05-09 09:08:21 +02:00
Joel Arvidsson
dae8f57fdb
Adds travis config.
2016-05-09 09:04:10 +02:00
Joel Arvidsson
bfcd3b02d1
Fixes Ionicons example in README to use new naming.
2016-05-09 08:58:54 +02:00
Joel Arvidsson
d5d509a986
Adds OSX version of IconExplorer.
2016-05-09 08:54:09 +02:00
Joel Arvidsson
73ca8766f9
Adds basic react-native-desktop support.
2016-05-07 22:22:57 -04:00
Joel Arvidsson
97950cd6ee
Updates TabBarExample with new Ionicon names.
2016-05-07 17:28:28 -04:00
Joel Arvidsson
db9974b6ec
Removes lingering flow type definitions.
2016-05-07 17:16:14 -04:00
Joel Arvidsson
ea352f48a1
Disables font scaling on icons by default. #149
2016-05-07 17:15:56 -04:00
Joel Arvidsson
0d5f8fe629
Bumps yargs.
2016-05-07 17:01:40 -04:00
Joel Arvidsson
e6d14e1612
Bumps Ionicons to 3.0.0.
2016-05-07 17:01:29 -04:00
Joel Arvidsson
43e443b30d
Refactors IconExplorer to use the gradle script to copy fonts.
2016-05-07 17:00:24 -04:00
Joel Arvidsson
23f99cba70
Refactors examples to ES2016 and RN 0.25.
2016-05-07 16:59:35 -04:00
Joel Arvidsson
bd0084f2ec
Refactors icon set template to ES2016.
2016-05-07 16:55:53 -04:00
Joel Arvidsson
a527d580ef
Splits createIconSet into separate file per component and refactors to ES2016.
2016-05-07 16:52:22 -04:00
Joel Arvidsson
975504a4ee
Adds ESLint rules and dependencies.
2016-05-07 16:49:57 -04:00
Joel Arvidsson
c5d8486bec
Bumps Font Awesome to 4.6.1. #174
2016-05-02 14:47:42 -07:00
Joel Arvidsson
74836212ae
Removes superfluous > in README. Fixes #164
2016-04-07 23:34:21 -05:00
Joel Arvidsson
a08871d5b1
Released 1.3.4.
v1.3.4
2016-04-03 12:38:46 -05:00
Joel Arvidsson
42d7060775
Merge branch 'master' of https://github.com/oblador/react-native-vector-icons
2016-04-03 12:37:53 -05:00
Joel Arvidsson
e1f0930699
Fixes android react native dependency to use local version from npm. #160
2016-04-03 12:37:39 -05:00
Joel Arvidsson
23d406b748
Makes podspec pull version number from package.json.
2016-04-03 12:32:51 -05:00