Rubén Norte
Rubén Norte
That way we can save a lot of space installing the package, because right now it's including things like phantomjs. More here: https://docs.npmjs.com/files/package.json#files
That is the only thing in the whole file that makes this package not to work in Node.js. If you check if window exists before assigning the variable, we would...
Now that Docker supports multi-stage builds it'd be nice to have an official base image with just the Node.js binary. A build image could extend from the current images and...
When we register modules now, a special object is returned with the methods required to manage its lifecycle (start, stop, extend...). Having that, when using AMD we don't need to...
Hapi recently released a new version (v17, see the [release notes](https://github.com/hapijs/hapi/issues/3658)) which introduces many breaking changes. Will this plugin support the new version?
Summary: This creates 2 examples for IntersectionObserver in RNTester: * The first example is just a copy of the example provided by MDN in the documentation page for `IntersectionObserver` (https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API)....
Summary: Small refactor in preparation to add systrace markers for several methods in RuntimeScheduler. Extracts the logic to execute a task to a private method and removes incorrect `const` modifier...
Summary: This adds systrace sections for the most relevant parts of `RuntimeScheduler`. This helps us identify how things are scheduled, which in this case makes it obvious we're not dispatching...
Summary: This adds a basic implementation of `IntersectionObserver`. This will not be available yet and is only compatible with the new React Native architecture. This shouldn't show up in the...
Summary: Changelog: [internal] This feature flag is accessed through `CoreFeatures` but it's initialized a few different ways: * Android: assigned via `ReactFeatureFlags`, which is overridden by apps. * iOS: `ReactNativeConfig`...