v0.5.3 - hotfix
I've wanted to keep these changes for v0.6 but Expo SDK 33 was released and a lot of people had problems with Galio. So the following changes have been made:
- Removed Expo dependency entirely from Galio
- Removed Expo from
Icon.js
- Removed the Galio font from the
NavBar.js
,Card.js
andInput.js
and changed with different fonts - Created a new file for the
Icon.js
in order to fully use thereact-native-vector-icons
library where we're importing all fonts - Now
react-native-vector-icons
is a peerDependency which basically means that the user has to install it if he wants to use it. Most of our users will still have to install that library and link it, some might not need icons at all so that's cool. - Accepted a PR from @ghasemikasra39 which fixed a typo we had in
Slider.js
which made the component unusable. Now the Slider can be used again
So basically we can now use Galio in a React Native app without Expo which is perfect! Congratulations to everybody for helping out!