Younes

Results 31 comments of Younes

When adding realm package as external according to https://docs.expo.dev/guides/using-electron/#behavior: ```json { "expo": { ... "web": { "build": { "babel": { "include": ["realm", "@realm/react"] } } } } } ``` it...

@tomduncalf after adding the `include": ["realm", "@realm/react"]` I only get the second error `TypeError: Cannot read property 'indexOf' of undefined` But I'm not sure it's the right thing to do.

I can confirm the issue is related to importing ` @realm/react` because `import realm from "realm"` works fine. So we are back to the first issue `import { createContext }...

Hi @tomduncalf I didn't check the code on iOS, I'm only testing for electron with : `yarn electron:start` Here is my `npx expo-env-info` output anyway : ``` expo-env-info 1.0.5 environment...

@kneth Try to run the app first : `yarn electron:start` ;) The error usually happens during execution.

Please check the Console tab : ![Capture d’écran 2022-08-06 à 08 44 12](https://user-images.githubusercontent.com/198514/183239814-15c944a8-502c-4680-a81a-68f708604d2d.png)

Hi @kneth, sorry for the delay. the workaround in [TooTallNate/node-bindings/issues/50](https://github.com/TooTallNate/node-bindings/issues/50) is not linked the issue and it's only to solve the build issue (when generating the finale a .exe/.apk) which...

created a [PR](https://github.com/oblador/react-native-collapsible/pull/368) for this, hope it get merged

why compiling ts/tsx is required to extract translation ?

Related to https://github.com/mixpanel/mixpanel-iphone/issues/830