Sha256: d51a293b8fec65305e836bcf09ccdeb14bba5a4c7fa79c88cdd24ce256b79f17
Contents?: true
Size: 500 Bytes
Versions: 9
Compression:
Stored size: 500 Bytes
Contents
module React module ReduxComponent module Initializer def initialize(native_component) @native = native_component @app_store = ::React::ReduxComponent::AppStoreProxy.new(self) @class_store = ::React::ReduxComponent::ClassStoreProxy.new(self) @props = ::React::Component::Props.new(@native.JS[:props]) @state = ::React::Component::State.new(@native) @store = ::React::ReduxComponent::InstanceStoreProxy.new(self) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems