You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in index.jsimport 'node-libs-react-native/globals.js';
after import of step 2 I am getting TypeError: Cannot read property 'endsWith' of undefined, js engine: hermes.
Can you please help me to fix this? @parshap
The text was updated successfully, but these errors were encountered:
I added the package as dev dependency.
And then as per documentation, I have added
index.js
import 'node-libs-react-native/globals.js';
after import of step 2 I am getting
TypeError: Cannot read property 'endsWith' of undefined, js engine: hermes
.Can you please help me to fix this?
@parshap
The text was updated successfully, but these errors were encountered: