Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashing at EXPO SDK 43 #149

Open
nikopolidi opened this issue Nov 9, 2021 · 11 comments
Open

Crashing at EXPO SDK 43 #149

nikopolidi opened this issue Nov 9, 2021 · 11 comments

Comments

@nikopolidi
Copy link

nikopolidi commented Nov 9, 2021

Expo has deprecated unimodules and moved to 'expo' package;
https://blog.expo.dev/expo-sdk-43-aa9b3c7d5541

unable to resolve
> 1 | import { NativeModulesProxy } from '@unimodules/core';

Migrating: https://github.com/expo/fyi/blob/master/expo-modules-migration.md

@nikopolidi nikopolidi changed the title Stopped working at EXPO SDK 43 Crashing at EXPO SDK 43 Nov 9, 2021
@liorokach
Copy link

Yes, with the migration from @unimodules now there is a problem..
Should be changed to
import { NativeModulesProxy } from 'expo-modules-core'

@victorglezcardoso
Copy link

Yes, with the migration from @unimodules now there is a problem.. Should be changed to import { NativeModulesProxy } from 'expo-modules-core'

Is there a way of resolve this locally?

@cristianFryla
Copy link

@victorglezcardoso did you find a way to solved it locally as you asked? Tks!

@FatmaMahmoud698
Copy link
Contributor

I face the same issue did any one solve this ?

@victorglezcardoso
Copy link

cristianFryla No, unfortunately not. I make a walkaround controlling manually in the app the version of the store via a rest request to my server. When I update the app, I change in my server the version of the app and if it is necessary I force the app to update... Cheers.

@cristianFryla
Copy link

cristianFryla No, unfortunately not. I make a walkaround controlling manually in the app the version of the store via a rest request to my server. When I update the app, I change in my server the version of the app and if it is necessary I force the app to update... Cheers.

Ok, tks, I did the same unfortunaltely!!

@rf1804
Copy link
Collaborator

rf1804 commented Jun 22, 2022

I personally don't use expo, happy to have a pr if someone can

@FatmaMahmoud698
Copy link
Contributor

@rf1804 can you just upgrade the package used on folder related to the package react-native-version-check-expo

@rf1804
Copy link
Collaborator

rf1804 commented Jun 23, 2022

@rf1804 can you just upgrade the package used on folder related to the package react-native-version-check-expo

@FatmaMahmoud698 It was already done v3.4.3 was released 12 hours ago

https://www.npmjs.com/package/react-native-version-check-expo

@FatmaMahmoud698
Copy link
Contributor

@rf1804 on this path react-native-version-check/packages/react-native-version-check-expo/package.json
there are still old versions

@stri8ed
Copy link

stri8ed commented Aug 2, 2022

@FatmaMahmoud698

I created a fork, which does not depend on expo-localization.

https://www.npmjs.com/package/expo-react-native-version-checker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants