SFDX-Data-Move-Utility icon indicating copy to clipboard operation
SFDX-Data-Move-Utility copied to clipboard

Crashing at EXPO SDK 43

Open nikopolidi opened this issue 2 years ago • 11 comments

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 avatar Nov 09 '21 09:11 nikopolidi

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

liorokach avatar Nov 10 '21 08:11 liorokach

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?

victorglezcardoso avatar Jan 11 '22 22:01 victorglezcardoso

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

cristianFryla avatar Jun 15 '22 22:06 cristianFryla

I face the same issue did any one solve this ?

FatmaMahmoud698 avatar Jun 20 '22 13:06 FatmaMahmoud698

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.

victorglezcardoso avatar Jun 20 '22 13:06 victorglezcardoso

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!!

cristianFryla avatar Jun 20 '22 23:06 cristianFryla

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

rf1804 avatar Jun 22 '22 15:06 rf1804

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

FatmaMahmoud698 avatar Jun 22 '22 21:06 FatmaMahmoud698

@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

rf1804 avatar Jun 23 '22 03:06 rf1804

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

FatmaMahmoud698 avatar Jun 23 '22 13:06 FatmaMahmoud698

@FatmaMahmoud698

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

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

stri8ed avatar Aug 02 '22 00:08 stri8ed