Skip to content

v0.5.3 - hotfix

Compare
Choose a tag to compare
@palingheorghe palingheorghe released this 17 Jun 10:28
· 167 commits to master since this release

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:

  1. Removed Expo dependency entirely from Galio
  2. Removed Expo from Icon.js
  3. Removed the Galio font from the NavBar.js, Card.js and Input.js and changed with different fonts
  4. Created a new file for the Icon.js in order to fully use the react-native-vector-icons library where we're importing all fonts
  5. 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.
  6. 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!