electrode-native icon indicating copy to clipboard operation
electrode-native copied to clipboard

A platform to ease integration&delivery of React Native apps in existing mobile applications

Results 109 electrode-native issues
Sort by recently updated
recently updated
newest added

![Screenshot from 2022-07-01 11-48-50](https://user-images.githubusercontent.com/8301021/176836447-bd3c5f39-f368-4bc3-af8e-c63b951ebfda.png) I have this babel.config.json `module.exports = { presets: ['module:metro-react-native-babel-preset'], plugins: [ ['module-resolver', { root: [ './src', ], "alias": { "~": "./src", } }], ], }; `...

Updated prefix rule. Because we must use scope company prefix. Like this `@company/ern-container-transformer-zfr`

Im defining aliases on package.json like below.: ```json "babel": { "presets": [ "module:metro-react-native-babel-preset" ], "plugins": [ [ "module-resolver", { "alias": { "@app": "./src" } } ] ] } ``` But...

when i try to create minapp based on https://www.electrode.io/site/docs/getting_started.html i'm getting below error ``` × Bundling MiniApps 5s × Running Metro Bundler 5s × An error occurred: Command failed: C:\Users\nicolas.choi\.ern\versions\0.45.5\node_modules\ern-core\node_modules\.bin\react-native...

Hi, I integrated react-native-fbads to our project. But, client has FBAudienceNetwork in its Podfile too, and two libraries are conflicting and crashing app with this message: `Terminating app due to...

Updated the format of the js files exported with "ern regen-api". VSCode intellisense not working with generated js files.

Still needs to be investigated more, but it appears in some cases, container generation (e.g. `ern create-container`, or running a miniapp) with Node.js 17 simply stops, with no more console...

Hi, Is there any way to apply a patch to the react-native version being bundled in ern? I want to apply the following patch to react-native https://github.com/facebook/react-native/issues/30034#issuecomment-806396274 Can you please...

Azure CI occasionally fails on macOS, which can usually be "fixed" by rerunning the tests. Ref: https://dev.azure.com/ElectrodeNative/Electrode%20Native/_build/results?buildId=6353&view=logs&j=195f2670-0934-542b-f708-55083700808e&t=aee57a02-7e04-5dc7-01bc-f6a4fd498e68&s=befc156f-4349-50a1-7733-e1f49ac39682 ``` 1) ModuleFactory getModuleInstance should create the cache directory if it does not...