-
-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Question
Hi!
I recently upgraded my react native project to use esm import only and started to see super expression must either be null or a function
. Then I noticed ytbi used to be imported via the bundled src ./bundle/react-native.js
, however its done that way, to now via ./dist/src/platform/react-native.js
. Replacing "react-native": "./dist/src/platform/react-native.js",
to "react-native": "./bundle/react-native.js",
fixes it. I wonder what's the decision on all entry points being at ./dist/src instead of ./bundle?
Other details
No response
Checklist
- I am running the latest version.
- I checked the documentation and found no answer.
- I have searched the existing issues and made sure this is not a duplicate.
- I have provided sufficient information.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested