787 captures
20 Mar 2015 - 03 Feb 2026
Nov DEC Jan
08
2019 2020 2021
success
fail

About this capture

COLLECTED BY

Organization: Archive Team

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

History is littered with hundreds of conflicts over the future of a community, group, location or business that were "resolved" when one of the parties stepped ahead and destroyed what was there. With the original point of contention destroyed, the debates would fall to the wayside. Archive Team believes that by duplicated condemned data, the conversation and debate can continue, as well as the richness and insight gained by keeping the materials. Our projects have ranged in size from a single volunteer downloading the data to a small-but-critical site, to over 100 volunteers stepping forward to acquire terabytes of user-created data to save for future generations.

The main site for Archive Team is at archiveteam.org and contains up to the date information on various projects, manifestos, plans and walkthroughs.

This collection contains the output of many Archive Team projects, both ongoing and completed. Thanks to the generous providing of disk space by the Internet Archive, multi-terabyte datasets can be made available, as well as in use by the Wayback Machine, providing a path back to lost websites and work.

Our collection has grown to the point of having sub-collections for the type of data we acquire. If you are seeking to browse the contents of these collections, the Wayback Machine is the best first stop. Otherwise, you are free to dig into the stacks to see what you may find.

The Archive Team Panic Downloads are full pulldowns of currently extant websites, meant to serve as emergency backups for needed sites that are in danger of closing, or which will be missed dearly if suddenly lost due to hard drive crashes or server failures.

Collection: ArchiveBot: The Archive Team Crowdsourced Crawler

ArchiveBot is an IRC bot designed to automate the archival of smaller websites (e.g. up to a few hundred thousand URLs). You give it a URL to start at, and it grabs all content under that URL, records it in a WARC, and then uploads that WARC to ArchiveTeam servers for eventual injection into the Internet Archive (or other archive sites).

To use ArchiveBot, drop by #archivebot on EFNet. To interact with ArchiveBot, you issue commands by typing it into the channel. Note you will need channel operator permissions in order to issue archiving jobs. The dashboard shows the sites being downloaded currently.

There is a dashboard running for the archivebot process at http://www.archivebot.com.

ArchiveBot's source code can be found at https://github.com/ArchiveTeam/ArchiveBot.

TIMESTAMPS
The Wayback Machine - http://web.archive.org/web/20201208120643/https://github.com/facebook/react-native
Skip to content
Sign in Sign up
  • Star
  • Fork 20.3k
  • A framework for building native apps with React.

    reactnative.dev
    View license
    92.1k stars 20.3k forks
    Star
    Watch
    master
    73 branches 351 tags
    Go to file
    Code

    Use Git or checkout with SVN using the web URL.

    Work fast with our official CLI. Learn more.

    If nothing happens, download GitHub Desktop and try again.

    If nothing happens, download GitHub Desktop and try again.

    If nothing happens, download Xcode and try again.

    If nothing happens, download the GitHub extension for Visual Studio and try again.

    Latest commit

    mdvacca and facebook-github-bot Ensure iOS Native components are initialized when using JS View configs
    f964787 Dec 8, 2020
    Ensure iOS Native components are initialized when using JS View configs
    Summary:
    As part of the initialization of Native View configs, the PaperUIManager.getViewManagerConfig() method calls the native side to lazy initialize iOS Native components. This is necessaary to make ensure that native classes are loaded and initialized before a view is created.
    Note that this requirement is only necessary when Fabric is disabled.
    
    As part of JS ViewConfigs, we removed the native call to lazy initialize iOS native components. This causes a crash during the creation of NativeViews when JS ViewConfigs are enabled and Fabric is disabled. The rootcase of the exception is that native classes are not properly initialized when the createView method is executed in iOS.
    
    This diff forces the lazy initialization of iOS Native components when JS View configs are enabled and Fabric is disabled. This new mechanism is executed as part of the creation of views and it's ONLY going to be executed when the user navigates to a NON-FABRIC screen, JS ViewConfigs are enabled and the component is not initialized yet.
    
    The extra cost should be minimal or zero.
    
    changelog: [internal] internal
    
    Reviewed By: fkgozali
    
    Differential Revision: D25387014
    
    fbshipit-source-id: fe3bc42f803a805192b419bfb4b7a6b5b1b71b60
    f964787

    Git stats

    Files

    Permalink
    Failed to load latest commit information.
    Type
    Name
    Latest commit message
    Commit time
    .circleci
    Add Java linting using google-java-format (#30444)
    Dec 7, 2020
    .github
    label-actions: Add canned response for upgrade issues
    Apr 14, 2020
    IntegrationTests
    feat: Enable Hermes to work on iOS (#29914)
    Nov 3, 2020
    Libraries
    Ensure iOS Native components are initialized when using JS View configs
    Dec 8, 2020
    React
    Fix retain cycle in RCTAlertController
    Dec 5, 2020
    ReactAndroid
    `deleteRootView`: use concurrent pattern with `mTagToViewState`
    Dec 8, 2020
    ReactCommon
    Code quality: Refactor ShadowViewMutation::UpdateMutation to remove `…
    Dec 7, 2020
    bots
    Add Java linting using google-java-format (#30444)
    Dec 7, 2020
    docs
    Generate doc info for RN components
    Sep 20, 2019
    flow-typed/npm
    Remove license header from third-party code
    Oct 3, 2020
    flow
    RN: Remove `fbjs` Dependency
    Aug 28, 2020
    gradle/wrapper
    Bump Gradle Wrapper to 6.7 (#30200)
    Oct 28, 2020
    jest
    RN: Add `NativeComponentRegistry.getWithFallback_DEPRECATED`
    Nov 21, 2020
    keystores
    Use fb_native_wrapper for all targets
    Oct 31, 2018
    local-cli
    Update references to the CLI (#23052)
    Jan 21, 2019
    packages
    Add scrollview example (#30454)
    Dec 6, 2020
    repo-config
    Deploy Flow v0.138.0
    Nov 16, 2020
    scripts
    Add Java linting using google-java-format (#30444)
    Dec 7, 2020
    template
    Add instructions to template/ios/Podfile for enabling hermes (#30461)
    Dec 4, 2020
    third-party-podspecs
    Fix use_framework RNTester crash (#30520)
    Dec 4, 2020
    tools/build_defs
    remove android support library (#30347)
    Nov 12, 2020
    .buckconfig
    Fix RNTester Path (#29786)
    Sep 2, 2020
    .buckjavaargs
    limiting BUCK's memory for CI
    Feb 1, 2016
    .clang-format
    Moving ObjC specific clang-format rules to the common config
    Feb 11, 2019
    .editorconfig
    https link to EditorConfig.org (#25267)
    Jun 18, 2019
    .eslintignore
    Lint: fix few "no-unused-var" warnings for imports (#30157)
    Oct 27, 2020
    .eslintrc
    Open source react-native-modules ESLint rule
    Sep 22, 2020
    .flowconfig
    Suppress errors and switch to new-generics in xplat
    Nov 20, 2020
    .flowconfig.android
    Suppress errors and switch to new-generics in xplat
    Nov 20, 2020
    .gitignore
    Integrate Native Module codegen into Xcode build pipeline (#30449)
    Dec 2, 2020
    .nvmrc
    Add .nvmrc + fix node version for eslint 5 compat (#20109)
    Jul 31, 2018
    .prettierrc
    Update various Xplat Prettier configs to specify arrowParens: avoid
    Sep 15, 2020
    CODE_OF_CONDUCT.md
    Adopt Contributor Covenant
    Aug 30, 2019
    CONTRIBUTING.md
    Fix RNTester Path (#29786)
    Sep 2, 2020
    ECOSYSTEM.md
    docs: fix url for chainreactconf (#30199)
    Oct 19, 2020
    LICENSE
    Update copyright headers to yearless format
    Sep 11, 2018
    LICENSE-docs
    More licenses
    Mar 25, 2015
    README.md
    switch Readme version badge source to shields.io (#30411)
    Nov 18, 2020
    React-Core.podspec
    Move hermes to a separate podspec (#30478)
    Dec 4, 2020
    React.podspec
    remove most of tvOS remnants from the code (#29407)
    Sep 29, 2020
    Releases.md
    Fix typo in Releases.md (#20487)
    Aug 1, 2018
    build.gradle.kts
    bump Android Gradle Plugin to 4.1.0 (#30201)
    Oct 28, 2020
    cli.js
    Show full price instead of monthly price within the lead form
    Mar 28, 2019
    gradle.properties
    Android Gradle: remove configureondemand property
    Sep 4, 2020
    gradlew
    Update Gradle Wrapper to 6.6 (#29613)
    Aug 26, 2020
    gradlew.bat
    Update Gradle Wrapper to 6.6 (#29613)
    Aug 26, 2020
    index.js
    chore: updated url of deprecated modules (#30422)
    Nov 20, 2020
    interface.js
    Move `react-native-implementation.js` to `index.js`
    Sep 12, 2019
    jest-preset.js
    Create `@react-native/polyfills` package.
    Jul 22, 2020
    jest.config.js
    RN: Remove `fbjs` Dependency
    Aug 28, 2020
    metro.config.js
    Codegen Android: update Docker configuration to support codegen (#30268)
    Oct 29, 2020
    package.json
    Add Java linting using google-java-format (#30444)
    Dec 7, 2020
    react-native.config.js
    Migrating RNTester to Packages Directory (#29567)
    Aug 20, 2020
    react.gradle
    Don't minify JS bundle by default when using hermes (#30496)
    Dec 2, 2020
    rn-get-polyfills.js
    Create `@react-native/polyfills` package.
    Jul 22, 2020
    runXcodeTests.sh
    Migrating RNTester to Packages Directory (#29567)
    Aug 20, 2020
    settings.gradle.kts
    Codegen Android: build react-native-codegen via yarn when building fr…
    Oct 27, 2020
    template.config.js
    imp: Add titlePlaceholder in template.config.js (#26218)
    May 12, 2020
    yarn.lock
    chore: Bump CLI to ^5.0.1-alpha.0 (#30420)
    Nov 19, 2020

    README.md

    React Native

    Learn once, write anywhere:
    Build mobile apps with React.

    React Native is released under the MIT license. Current CircleCI build status. Current npm package version. PRs welcome! Follow @reactnative

    Getting Started · Learn the Basics · Showcase · Contribute · Community · Support

    React Native brings React's declarative UI framework to iOS and Android. With React Native, you use native UI controls and have full access to the native platform.

    React Native is developed and supported by many companies and individual core contributors. Find out more in our ecosystem overview.

    Contents

    📋 Requirements

    React Native apps may target iOS 10.0 and Android 4.1 (API 16) or newer. You may use Windows, macOS, or Linux as your development operating system, though building and running iOS apps is limited to macOS. Tools like Expo can be used to work around this.

    🎉 Building your first React Native app

    Follow the Getting Started guide. The recommended way to install React Native depends on your project. Here you can find short guides for the most common scenarios:

    📖 Documentation

    The full documentation for React Native can be found on our website.

    The React Native documentation discusses components, APIs, and topics that are specific to React Native. For further documentation on the React API that is shared between React Native and React DOM, refer to the React documentation.

    The source for the React Native documentation and website is hosted on a separate repo, @facebook/react-native-website.

    🚀 Upgrading

    Upgrading to new versions of React Native may give you access to more APIs, views, developer tools, and other goodies. See the Upgrading Guide for instructions.

    React Native releases are discussed in the React Native Community, @react-native-community/react-native-releases.

    👏 How to Contribute

    The main purpose of this repository is to continue evolving React Native core. We want to make contributing to this project as easy and transparent as possible, and we are grateful to the community for contributing bug fixes and improvements. Read below to learn how you can take part in improving React Native.

    Code of Conduct

    Facebook has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

    Contributing Guide

    Read our Contributing Guide to learn about our development process, how to propose bugfixes and improvements, and how to build and test your changes to React Native.

    Open Source Roadmap

    You can learn more about our vision for React Native in the Roadmap.

    Good First Issues

    We have a list of good first issues that contain bugs which have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.

    Discussions

    Larger discussions and proposals are discussed in @react-native-community/discussions-and-proposals.

    📄 License

    React Native is MIT licensed, as found in the LICENSE file.

    React Native documentation is Creative Commons licensed, as found in the LICENSE-docs file.

    About

    A framework for building native apps with React.

    Resources

    Readme

    License

    View license

    Releases 351

    v0.63.4 Latest
    Nov 30, 2020
    + 350 releases

    Packages

    No packages published

    Used by 546k

  • @Tivaiice
  • @jeeeeet23
  • @MatheusCoxxxta
  • @regis-fontaine
  • @danieljiang2013
  • @Mitanshu27
  • @rahuloo5
  • + 545,908

    Contributors 2,245

  • @shergin
  • @mdvacca
  • @javache
  • @sahrens
  • @vjeux
  • @davidaurelio
  • @hramos
  • @mkonicek
  • @RSNara
  • @nicklockwood
  • + 2,234 contributors

    Languages

  • Privacy
  • Security
  • Status
  • Help
  • Contact GitHub
  • Pricing
  • API
  • Training
  • Blog
  • About
  • You can’t perform that action at this time.
    Essential cookies

    We use essential cookies to perform essential website functions, e.g. they're used to log you in. Learn more

    Always active
    Analytics cookies

    We use analytics cookies to understand how you use our websites so we can make them better, e.g. they're used to gather information about the pages you visit and how many clicks you need to accomplish a task. Learn more