-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
React Native v0.44 DeviceInfo native module is not installed correctly #13751
Comments
Expo SDK v16 doesn't support react-native 0.44, maybe they will support in next release (SDK v17). Change react-native to 0.44 will don't help. |
Somehow, my side, the issue is fixed by reset the simulator device |
@stefensuhat Just recompile your project, and it will solve ;) |
@giautm yeah. I can't wait because of the input text bug @rodriguesbreno @hellomaya I've tried compile it few times keep getting those error |
i think what @rodriguesbreno mean it, recompile the native app. If you using expo then you need to detach it and run react-native-upgrade . After that you need to recompile the android/ios folder. |
@dededada @stefensuhat Exactly! |
This usually happens when you have multiple packagers running, or are running the packager for a different application. |
Hi, i reproduced all these steps and still face the issue. |
I've solved as a temporary. Not sure which step worked.
|
I did that aswell but now i'm getting |
Same issue, but i can fix it now, you can create new fresh project with Expo v0.17 then copy existing project to override it, this will fixed expo upgrade issue on this version. |
I fixed using the fork from Expo's repository of the React Native NPM module: In ...
"react-native": "https://github.com/expo/react-native/archive/sdk-17.0.0.tar.gz",
... Of course I've deleted the entirely folder |
@krosti there is any PR /fix for react-native#master? |
@krosti trying sdk-17.0.0.tar.gz shows error below. undefined is not an object (evaluating 'RCTAsyncStorage.multiMerge') "dependencies": { Do you have any workaround? |
@akudo7 : Trying to uninstall Expo-Client app and try again. |
@akudo7 Have you expo client? Try below. In
|
@akudo7 try this. Expo Document |
I have the same issue. |
I have the same issue for both platforms, and the reason is that the version of RN libraries (integrates them into an old project) is not the same with the RN version used to build the bundle file. Check the versions if you have the same problem. :-) |
reset the simulator and try again it should work fine |
Has anyone found a solution for this? I have tried the above suggestions but I am still getting the same error: |
Description
At first I run create new project using expo And then at package.json I change the react-native version to v0.44.
When run using expo (send to device) I receive DeviceInfo native module is not installed correctly.
Reproduction Steps and Sample Code
Why I changed my react-native version to 0.44 because at expo sdk (v0.43) I got
error while updating property selectioncolor of view managed by androidtextinput
error. #13465Additional Information
The text was updated successfully, but these errors were encountered: