Created static web files (#9583)
Migrate NCL to use expo-cli for web (#3669)* Removed web devdeps * Removed webpack * Removed default web files * Removed webpack devDependencies * Update app.json * Using expo-sensor
Migrate NCL to use expo-cli for web (#3669)* Removed web devdeps * Removed webpack * Removed default web files * Removed webpack devDependencies * Update app.json * Using expo-sensors * Added sideEffects to unimodules * Rewrite web launch * Wrapping module.exports in if statements * Updated sideEffects to use `.fx` * Ensure side effects are being loaded * Update ReactNativeCoreScreen.ios.js * Update index.js * Fixed contrast for A11Y * Updated web NCL components * Update createTabNavigator.js * Update ReactNativeCoreScreen.ios.js * Update ReactNativeCoreScreen.web.js * Update SensorScreen.js * Moved sideEffects to another PR #3700 * Removed fx files * [WIP] * revert * Update GeocodingScreen.js * Delete amplifyPublishIgnore.json
show more ...
[Web] Updated babel preset and webpack config (#3561)* Updated babel preset and webpack config Moved from #3545 * Reverted Asset changes * Fixed NCL demo * Made webpack config export a
[Web] Updated babel preset and webpack config (#3561)* Updated babel preset and webpack config Moved from #3545 * Reverted Asset changes * Fixed NCL demo * Made webpack config export a function * Renamed get -> create * Update index.js * Update yarn.lock * Update index.js * fixed static setCustomSourceTransformer for legacy * Update index.js * Fixed test-suite * Update index.js * Changed webpack version in puppeteer test
Updating webpack prod builds (#3413)* Updated output build folder * Ensured webpack is reading from app data * Inserting all meta from webpack * Making builds use the correct `mode` * Removed
Updating webpack prod builds (#3413)* Updated output build folder * Ensured webpack is reading from app data * Inserting all meta from webpack * Making builds use the correct `mode` * Removed the comment block generation * Added service worker plugin * Moved title and script to webpack * Update webpack.config.js * Updated build folder * [WIP] splitting configs * Split the webpack configs. * Delete webpack.config.js * Updated prod * Update webpack.prod.js * Update webpack.dev.js * Update webpack.common.js * Update NCL deps * Update webpack.common.js * [WIP] * [WIP] 8.9s content draw * Update webpack.prod.js * [WIP] * [WIP] Added serve.json * [WIP] Removed core.js * Removed Jarvis * Added flag to toggle polyfills * Added `errorOverlayMiddleware` * Added `noopServiceWorkerMiddleware` * Moved dev files to a static folder * Removed redundant `BundleAnalyzerPlugin` * Added disableImportExportTransform * Update index.js * Update webpack.common.js * Update webpack.common.js * Refactor into `webpack/` * Fixed dev server * Updatated chunking * Update webpack.prod.js * Removed unused packages * [WIP] Fixing dev build * Removed disableImportExportTransform * Moved IgnorePlugin to common * Update serve.json * Update webpack.common.js * Update webpack.dev.js * Update webpack.prod.js * Added BrotliPlugin * Update webpack.prod.js * enabled polyfills * Update webpack.dev.js * Removed IgnorePlugin * Update webpack.prod.js * Made the config project agnostic * Added `@babel/polyfill`
Update index.html
Commented out Google Maps API by default on web NCL
[Web] MapView (#3123)* [Web] MapView * Update MapView.web.tsx * Updated regions * Fixed verbage
[Web] native-component-list (#2677)* [NCL] added web target * [NCL] removed .babelrc * [FileSystem] Added shim * [Asset] Added shim * [Constants] Added shim * [Font] Added shim * Moved `FileS
[Web] native-component-list (#2677)* [NCL] added web target * [NCL] removed .babelrc * [FileSystem] Added shim * [Asset] Added shim * [Constants] Added shim * [Font] Added shim * Moved `FileSystem` changes to another PR #2674 * Moved `Constants` changes to another PR #2675 * Moved `Font` changes to another PR #2676 * Update packages/expo-asset/src/Asset.web.js * Simplify PR changes * Removed third-party expo extension * fixed babel for modules in root * Removed duplicate babel plugins * [NCL] removed `src/` * Added web template to `expo-yarn-workspaces` * Changed web entry point to target `AppEntry` * Update apps/native-component-list/webpack.config.js * added `react-navigation` * Slipping a `FileSystem` fix in o.o * webpack updates * removed service worker * added support for jsx * explicitly defined babel * moved webpack to dev dependencies * removed css * fixed `__DEV__` debug value * [Web] Updated for icons * [Web] fix for constants transform * [Web] Moved web entry point in to expo * moved `KeepAwake` to #2732 * Added methods for using RN functions with RNWeb modules * Made NCL components more platform friendly * Moved changes to #2830 * Added simple web entry file * updated gitignore for web * relativePath -> absolutePath * added support for `.json` * `wrapWithExpoRoot` -> `withExpoRoot` * providing `exp` from web * Renamed `public` to `web` * Added web version of `Systrace` * Made the babel config exclusively a part of `babel.config.js` * Fixed Notification error * Update AppEntry.template.js * Moved NCL changes to another PR * Update registerRootComponent.web.tsx * Added code to support routing * Updated PWA icons