Jamie Birch

Results 104 comments of Jamie Birch

What version of react-nativescript is this? Could you also show your Webpack config?

The last time I set up React Devtools was with this version: `"react-devtools": "^3.6.1",` Are you using a newer version of the Devtools? And incidentally does that older version work?

I believe that the older `react-devtools` (`^3.6.1`) may work without `window`. If you'd like to use the latest React Devtools though, I haven't tried that myself yet, but you could...

@heritiermwalila Strange. Have you also tried applying the extra webpack define (where `window` becomes `global.global`), at the same time as using react-devtools v3.6.1?

@heritiermwalila Actually, I've found the git branch where I originally got all this working – this bit looks important. Try adding these lines to your `app.ts` (and in this case,...

Thank you very much for this! As mentioned on Discord, I'll be busy preparing a talk for the next two weeks so I can't immediately jump on it. Some quick...

# Config requirements It seems like it comes down to this: * Both plugins and apps can either explicitly state their native API dependencies or leave them unspecified. * If...

I don't have an "official" way to do this (I've never tried), but here are some resources: * [Opening a full-screen modal in React Navigation](https://reactnavigation.org/docs/modal/). I can't guarantee what the...

## My setup I just tried building a fresh `[email protected]` project using the latest haul: ```JSON "@haul-bundler/babel-preset-react-native": "^0.16.0", "@haul-bundler/cli": "^0.22.1", "@haul-bundler/preset-0.60": "^0.18.0", ``` The closest available preset is [preset-0.60](https://github.com/callstack/haul/tree/master/packages/haul-preset-0.60): ```...

Trying again, this time with the development server actually running. ## First build succeeds and runs successfully I should note that I receive a deprecation warning from `packages/haul-core/src/utils/importModule.ts` using the...