{"id":15848096,"url":"https://github.com/linusu/expo-legacy-browser-support","last_synced_at":"2025-09-10T05:31:27.248Z","repository":{"id":65991854,"uuid":"282238482","full_name":"LinusU/expo-legacy-browser-support","owner":"LinusU","description":"iOS 9 and IE 11 support for Expo Web","archived":false,"fork":false,"pushed_at":"2022-12-14T16:50:57.000Z","size":13,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-14T01:15:50.995Z","etag":null,"topics":["expo","expo-web","internet-explorer-11","ios9"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LinusU.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-24T14:18:56.000Z","updated_at":"2023-08-03T04:37:11.000Z","dependencies_parsed_at":"2023-06-01T23:00:19.777Z","dependency_job_id":null,"html_url":"https://github.com/LinusU/expo-legacy-browser-support","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"bcc1c303e176ea5b32bd073c7d7ad5ffdaf6a8ed"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fexpo-legacy-browser-support","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fexpo-legacy-browser-support/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fexpo-legacy-browser-support/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LinusU%2Fexpo-legacy-browser-support/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LinusU","download_url":"https://codeload.github.com/LinusU/expo-legacy-browser-support/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232501464,"owners_count":18533307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expo","expo-web","internet-explorer-11","ios9"],"created_at":"2024-10-05T18:01:50.416Z","updated_at":"2025-01-04T17:39:40.123Z","avatar_url":"https://github.com/LinusU.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iOS 9 and IE 11 support for Expo Web\n\nAll the config you need to get `expo build:web` to output code that's compatible with iOS 9 and Internet Explorer 11, in one easy to use package.\n\n## Usage\n\n1. Install package\n\n    ```sh\n    npm install --save-dev expo-legacy-browser-support\n    ```\n\n2. Configure babel (`babel.config.js`)\n\n    ```diff\n     module.exports = function(api) {\n       api.cache(true);\n       return {\n    -    presets: ['babel-preset-expo'],\n    +    presets: ['expo-legacy-browser-support/babel'],\n       };\n     };\n    ```\n\n3. Add WebPack config (`webpack.config.js`)\n\n    ```js\n    module.exports = require('expo-legacy-browser-support/webpack')\n    ```\n\n4. Add polyfills (`package.json`)\n\n    ```diff\n     {\n       \"version\": \"0.0.0\",\n    -  \"main\": \"node_modules/expo/AppEntry.js\",\n    +  \"main\": \"node_modules/expo-legacy-browser-support/AppEntry.js\",\n       \"private\": true,\n       \"scripts\": {\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fexpo-legacy-browser-support","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinusu%2Fexpo-legacy-browser-support","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinusu%2Fexpo-legacy-browser-support/lists"}