Alan Slater

Results 43 comments of Alan Slater
trafficstars

@pablolucas890 Good catch that there is an example in the docs that uses the wrapper function approach (`return () => subscription?.remove();`). --- Your `return listener.remove()` example is missing the wrapper...

After a heck of a lot of trial and error (not helped by the fact that [most Expo babel errors seem to be swallowed and result in silent failure with...

My immediate need is to set `{ commonjs: true }` to avoid a strange issue where on Web only, the classnames for styles defined using `StyleSheet.create()` get shuffled and while...

But - I wouldn't expect `babel-preset-expo` to have hardcoded support for specific individual `babel-plugin-react-native-web` options. That just creates maintenance burden and room for version mismatch. Rather, I'd expect either: 1....

Still open. Could be solved as per https://github.com/expo/expo/issues/16673#issuecomment-1073690874 by passing the build platform to `api.caller`.

I think this is still an issue. (couldn't respond within the bot's 7 days because I was away last week)

I think I've figured it out - I can replicate it by causing a yalc package directory to have a `.DS_Store` file with a creation date more recent than any...

Not really. It might be possible to work around by forcing the version folders to have a more recent created date than `.DS_Store`, e.g. by deleting the published versions then...

For anyone who lands on this because a publish run hit an error after the new version git tags were created, but without successfully publishing the packages, and attempting to...