Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Initialization] Decouple script loading and environment setup from the root view #66

Closed
wants to merge 1 commit into from

Commits on Mar 19, 2015

  1. [Initialization] Decouple script loading and environment setup from t…

    …he root view
    
    Introduces RCTRootViewController, which handles the controller-appropriate work that RCTRootView was doing. This decouples the view from the script loading and JS environment setup (w/the bridge), which helps ReactKit be less of a framework and more of a library.
    
    The example apps have been updated and work. On the Facebook side you will need to replace RCTRootView with RCTRootViewController which should be fairly mechanical with VC containment.
    ide committed Mar 19, 2015
    Configuration menu
    Copy the full SHA
    46bea4a View commit details
    Browse the repository at this point in the history