Expo SDK 33.0.0 not working?
See original GitHub issueHave 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:
- Created 4 years ago
- Reactions:2
- Comments:8
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I Getting this Error, i have just setup an expo init <project> and yarn install galio-framework and imported it in my app
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