sharad-incapsulate

Results 8 comments of sharad-incapsulate

Is there any proper solution to make it work as expected ? I am still facing this issue.

Issues exists with expo managed project as well using expo 51 with react-native-onesignal": "^5.2.2" and "onesignal-expo-plugin": "^2.0.3",

When we try to make import like ``` import { EventTarget, Event, defineEventAttribute } from 'event-target-shim' ``` instead of ``` import { EventTarget, Event, defineEventAttribute } from 'event-target-shim/index' ``` updated...

Here is my config file const {getDefaultConfig} = require('expo/metro-config'); const path = require('path'); const fs = require('fs'); // Set your root paths const projectRoot = __dirname; const workspaceRoot = path.resolve(projectRoot,...

@davidliu Above issue resolved after adding following in metro config, but facing new error after this. ``` config.resolver.resolveRequest = (context, moduleName, platform) => { if ( // If the bundle...

@davidliu The rest stuff is related to other features in the project, i have tested after removing those from metro config still i face that issue. ``` iOS packages/core/index.js ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓░...