-
-
Notifications
You must be signed in to change notification settings - Fork 702
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
JS Engine Hermes: Typeerror: Cannot read property 'createNode' of null #304
Comments
Did you find any solution for this? I am having this issue. |
I am also facing the same issue. |
Me too. |
Any solution here? |
me 2, any news? |
getting the same error, when adding webrtc code that works on the browser... found this issue by googling the error, anyone understand it? |
the solution was the correct native configuration in Java files. as mentioned in docs of the router flux |
This issue comes when gesture handler is not configured correctly in the RN app for android. |
Can you link to these places or can I easily find them on google? I don't wanna take the wrong stuff thanks! Are you sure about this? are there any other possible reasons? I get it when I add my type script files to a non type script react native app and also when I add the generated JavaScript files from these typescript files...Thanks again! |
Same issue here ... Any one know why it happens, and what is the solution ? |
+1 @tushargoyalofficial checked the the gesture handler configuration again and again |
any fix? |
This is caused due to incorrect import for Easing animation. Please make sure it is added under 'react-native'. Auto importing Easing causes this error. |
Please tell me more about fixing this issue. How to import Easing animation? Thank you. |
Deleting |
getting the same issue after migrating from v0.59.0 to 0.60.5, it occurs on Android only.
|
The problem is with with react-native-reanimated. Follow the procedure as in |
The error is very dynamic. |
is this issue fixed, am facing the same, have tried all the above mentioned fixes but did not work |
+++ |
In my project it was cause by react native reanimated which i had to install while using the drawer in react navigation. All I had to do was to add reanimated's babel plugin in my babel.config file and did a cache reset to fix the error and run the app. The instructions to add the plugin and reset cache is given in this link. |
remove this one in Index.js (react native) -> import 'react-native-gesture-handler'; |
In my case the emulator was just not able to connect to the bundler. Make sure |
what should i do, cuz im having the same error |
idk how it works but here's what i've tried which fixed this error (I was working on stack navigator for iOS)
|
Check this
[image: image.png]
…On Tue, Dec 6, 2022 at 4:52 PM Yoshi Jäger ***@***.***> wrote:
In my case the emulator was just not able to connect to the bundler.
Make sure adb is installed and the path variable is set up correctly. If
needed, run adb reverse tcp:8081 tcp:8081 to forward the port
—
Reply to this email directly, view it on GitHub
<#304 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOPHG43UF2TSRXSAN3N7RTWL35DXANCNFSM4LEC4GTA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
if the emulator is not working properly
…On Sun, Jan 8, 2023 at 1:46 PM ryanpascual ***@***.***> wrote:
Check this
[image: image.png]
On Tue, Dec 6, 2022 at 4:52 PM Yoshi Jäger ***@***.***>
wrote:
> In my case the emulator was just not able to connect to the bundler.
>
> Make sure adb is installed and the path variable is set up correctly. If
> needed, run adb reverse tcp:8081 tcp:8081 to forward the port
>
> —
> Reply to this email directly, view it on GitHub
> <#304 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AFOPHG43UF2TSRXSAN3N7RTWL35DXANCNFSM4LEC4GTA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Solution ✅
I hope this helps. |
Awesome, thanks!
…On Sun, Feb 19, 2023 at 1:25 AM Alberto ***@***.***> wrote:
Solution ✅
1. Make sure you added reanimated to your babel.config.js like this:
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
plugins: ['react-native-reanimated/plugin'],
};
1. After updating your babel.config.js restart your server with the
following command:
yarn start --resetCache
1. Finally, delete your App from your simulator. Then run on Android
by pressing a in your terminal
[image: Screenshot 2023-02-18 at 12 24 09 PM]
<https://user-images.githubusercontent.com/43630417/219879603-89b8eb09-4f5e-4be2-a763-afbad8fc5741.png>
I hope this helps.
—
Reply to this email directly, view it on GitHub
<#304 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFOPHG3V2QZWVMKP7PNWXZTWYEAZNANCNFSM4LEC4GTA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
good afternoon, please i need help for this error: TypeError: Cannot read property 'configure' of undefined, js engine: hermes |
any help on this persistant error that nobody helped so far ? many users affected!!! expo native react project |
The following solved it for me: It's required by React Native Navigation as detailed here, but for whatever reason only breaks when it's built. |
Check imports! For me, the problem was that I imported react-native elements from react. |
I fixed it by upgrading the two packages to: |
it worked for me, thanks! |
This worked for me I asked ChatGPT for this and got the solution |
|
any help
|
yes,the problem is from a library I`ve installed, so just check the libraries u using . |
This worked for me as of just now |
We have a project over RN v0.61.5. We are using React Navigation v4. We are facing this error while using your library. Please help me out.
The text was updated successfully, but these errors were encountered: