Mathieu Gosbee
Mathieu Gosbee
The original example does not work with react-native because of (for example) TimerMixin sets a variable `GLOBAL` based on whether or not `window` or `global` exists. If `window` exists, it...
Is there a way to allow WPE to work full screen without needing to install an unsupported custom OS?
When using _jsdom_ in combination with _Enzyme_ for testing _react-native_ using _jest_ we run into an error where `window.requestAnimationFrame` is undefined. However, running in the node context, `global.requestAnimationFrame` is made...