WARNING! This PR has some breaking changes, compare the documentation to see what changes!
Update version of FontAwesome to 5.9.0 (download and documentation URLs);
Separation of Icons into tree constants (SolidIcons, BrandIcons, and RegularIcons);
Removed IconTypes (No need after the changes described before);
FontFamily is selected automatically;
Add pro={true} property to allow to use the PRO icons (Need test);
Add sample/ folder with a functional react-native project (Need to test on IOS | See semple/README.md) to see how to build and run;
Now you can't use the component like this: <FontAwesome ...>{children components here}</FontAwesome>. Now you have to use it as a single component, just for the icon, like this: <FontAwesome ... />;
WARNING! This PR has some breaking changes, compare the documentation to see what changes!
pro={true}
property to allow to use the PRO icons (Need test);sample/
folder with a functional react-native project (Need to test on IOS | Seesemple/README.md
) to see how to build and run;<FontAwesome ...>{children components here}</FontAwesome>
. Now you have to use it as a single component, just for the icon, like this:<FontAwesome ... />
;