How can I configure extensions to support .web.js prior .js files in third party modules (mine)

Please provide the following:

  1. SDK Version: 36
  2. Platforms(Android/iOS/web/all): all

I am using expo SDK36,

I have created this module GitHub - yeutech-lab/react-cookiebot: A simple react cookie bot component that configure Cookiebot in your react or react-native-web application.

In src, I have:

  • index.js
  • index.web.js

Within my expo application, I expect the web to import the .web.js, instead it imports the .js

How can I configure extensions to support .web.js prior .js files in node_modules ?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.