Joel Arvidsson
48f7d81999
Released 4.0.0
v4.0.0
2017-01-05 22:42:49 +01:00
Joel Arvidsson
f9b0fa99fd
Upgrade IconExplorer project to 0.40
2017-01-05 22:41:13 +01:00
Joel Arvidsson
3704fc1a15
Add icon directory based off @brentvatne's work. Fixes #363
2017-01-05 22:19:19 +01:00
Joel Arvidsson
65779af1a7
Bump Octicons to 5.0.1
2017-01-05 21:53:13 +01:00
Joel Arvidsson
ae8103103e
Bump eslint config and fix errors
2017-01-05 21:43:52 +01:00
Joel Arvidsson
54ad85c8bc
Add support for logoName for ToolbarAndroid. Fixes #371
2017-01-05 21:39:17 +01:00
Adrien BATAILLE
380b3a5661
Update for RN@0.40.0 new header paths ( #376 )
...
* BREAKING: Update for RN@0.40 .0, new header paths
* Update examples
2017-01-05 21:30:39 +01:00
Daniel Friesen
f997a17b42
Add icons from materialdesignicons.com as MaterialCommunityIcons.
2017-01-02 21:41:35 +01:00
Daniel Friesen
94a864656b
Commit build updates.
...
#343 updated the templates changing some of the build results.
2017-01-02 21:41:35 +01:00
Maxime Thirouin
3d1f2a5b71
Update web/webpack setup notes in README ( #353 )
2016-12-01 16:05:33 +01:00
Joel Arvidsson
0818eb1b12
Update README with new rnpm command
2016-11-12 22:50:34 +01:00
Damien Varron
2145375bf5
Update templates to export Button ( #343 )
2016-11-12 22:48:07 +01:00
Maxime Thirouin
a46f777aff
Add instructions to consume this library on the web with webpack ( #326 )
2016-11-10 19:15:57 +01:00
German Blejman
bd6065c936
Fix typo ( #333 )
2016-10-30 16:56:53 +01:00
Joel Arvidsson
1a446ecc9c
Released 3.0.0
v3.0.0
2016-10-27 01:52:58 +02:00
Joel Arvidsson
534884a3dd
Fix evicting overflowIcon from ToolbarAndroid
2016-10-27 01:50:34 +02:00
Joel Arvidsson
a15eacea16
Force font family/weight/style to avoid issues resolving font on android #283
2016-10-27 01:47:02 +02:00
Joel Arvidsson
ee7fee6869
Update FontAwesome and Octicon packages
2016-10-27 01:40:59 +02:00
Joel Arvidsson
8c69a2e6ad
Refactor RNIMigration component to ES2016
2016-10-27 01:29:41 +02:00
Joel Arvidsson
bc4faceae9
Update build script and icon explorer with separated glyph map
2016-10-27 01:19:18 +02:00
Joel Arvidsson
f7d47fb987
Add support for separating glyph map from icon component #256
2016-10-27 01:15:04 +02:00
James McGinty
f92e7a2c12
Add support for windows port ( #308 )
...
* Update README.md
* Update create-icon-set.js
Add support for windows port
* Update README.md
Add support for windows port
* Update README.md
* Update README.md
* Update README.md
Changed the instructions for adding the fonts to link to the original file, instead of copying the file.
* Update README.md
Mention Windows as a supported platform
* Add windows example
* Link fonts into windows project
* Add "windows" keyword
* update to latest package.json to resolve merge conflict
* Bump up to version 0.35.0 & fix merge confict
* finish upgrade from react native 0.32 -> 0.35
2016-10-26 23:07:17 +02:00
Ryan O'Boril
47ee15727f
Simple line icons ( #321 )
...
* adds simple line icons in package.json
* adds generated simple line icons
* adds SimpleLineIcons link to README
2016-10-13 08:30:47 +02:00
Joel Arvidsson
2b19331db6
Bump example project to RN 0.35
2016-10-13 08:26:35 +02:00
Joel Arvidsson
ea58034e57
Switch to airbnb style guide
2016-10-13 07:58:30 +02:00
Maxim Geerinck
d84bd5fed0
The import in the template should not be relative ( #316 )
2016-10-11 16:32:26 +09:00
Gabriel Capanema
4213bf3453
Update README.md ( #304 )
...
A better description of the steps of creating a custom font.
2016-09-26 08:50:27 +02:00
Andrew Ma
1d9dcc10f9
Update README.md ( #300 )
2016-09-25 18:27:57 +02:00
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