question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Expo SDK 33.0.0 not working?

See original GitHub issue

Have just freshed installed Galio with npm i --save galio-framework on expo SDK 33. Am getting error: undefined is not an object (evaluating '_vectorIcons.default.Galio = (0, _vectorIcons.createIconSetFromIcoMoon)(_galio.default, 'Galio')')

I commented out this line in galio-framework/src/Icon.js: // Icons.Galio = createIconSetFromIcoMoon(galioConfig, 'Galio');

There is now no error, however no elements are rendering correctly as expected. E.g <Card /> from the docs.

Assume SDK 33 is just not supported yet?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:8

github_iconTop GitHub Comments

3reactions
aapav01commented, Jun 17, 2019
> node_modules/galio-framework/src/Button.js 11:16
> Module parse failed: Unexpected token (11:16)
> You may need an appropriate loader to handle this file type.
> | 
> | class Button extends React.Component {
> >   renderContent = () => {
> |     const {
> |       loading,

I Getting this Error, i have just setup an expo init <project> and yarn install galio-framework and imported it in my app

2reactions
palingheorghecommented, Jun 17, 2019

Hi @JOEAV ! Yes, I’m going to push the changes today and remove Expo completely because it was only used for the Icon component.

Alin

Read more comments on GitHub >

github_iconTop Results From Across the Web

Your project is in SDK version >= 33.0.0, but the expo ...
It was working properly on Monday. My expo cli and sdk versions are 36.0.0, so the newest ones. Did anyone have this problem...
Read more >
Upgrade Expo SDK
Learn how to incrementally upgrade the Expo SDK version in your project. We recommend upgrading SDK versions incrementally, one at a time. Doing...
Read more >
Your project is in SDK version >= 33.0.0, but the expo ...
There are two possibilities: your global installation of the expo-cli package is outdated, or your expo package in the project itself is outdated....
Read more >
a problem occurred configuring project ':expo-modules-core'.
Just as we discussed in the comment section, I was able to resolve the issue by removing the react-native-reanimated package, as I was...
Read more >
Expo app crashes when attempting to write a new record with ...
I created an Expo React Native app using the “Quick start with Expo” ... build opens no problem but as soon as I...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found