jamsch
jamsch
React Native 0.59's Metro Bundler adds a new file: `metro.config.js` which includes the options: ```js module.exports = { transformer: { getTransformOptions: async () => ({ transform: { experimentalImportSupport: true, inlineRequires:...
This is in anticipation of a major version update to the hanzi-writer-data & hanzi-writer-data-jp packages to fix a core issue with path layouts being vertically flipped. After this change, the...
**What is the need and use case of this feature?** This is a wild shot, but would it be feasible adding WebVTT support in RNTP? Nothing in the RN space...
Just a preliminary fix for the `setColorScheme` / `toggleColorScheme` functions used in native. I'm not too familiar with the StyleSheet typings, but I suspect the `runtime/web/stylesheet.ts` object isn't supposed to...
Hi, Just letting the maintainers of this library know that the `enableJetifier` option will be removed from upstream React Native / Expo: https://github.com/facebook/react-native/commit/14ccf6bc9c40a51e913bb89a67b114f035bf77cd https://github.com/expo/expo/commit/3774717917aeb37e66bc53902abd73fefaa867a7#diff-c1abe9eea32a8e683dbea2f18a322cc0b8c5a4ce1a8da1719c6a9ddf29f79e3fL28 Because the `enableJetifier` option is removed,...