Sha256: 53e5f409d01d98afc09b5d6150613b6bfcd9b8144161f825dc702600052ba9d2

Contents?: true

Size: 760 Bytes

Versions: 10

Compression:

Stored size: 760 Bytes

Contents

module React
  module Component
    module Mixin
      def self.included(base)
        base.include(::Native::Wrapper)
        base.extend(::React::Component::NativeComponentConstructor)
        base.extend(::React::Component::NativeComponentValidateProp)
        base.extend(::React::Component::ShouldComponentUpdate)
        base.extend(::React::Component::EventHandler)
        base.include(::React::Component::Elements)
        base.include(::React::Component::API)
        base.include(::React::Component::Callbacks)
        base.include(::React::Component::UnsafeAPI)
        base.include(::React::Component::Initializer)
        base.include(::React::Component::Features)
        base.include(::React::Component::Resolution)
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
isomorfeus-react-16.8.9 lib/react/component/mixin.rb
isomorfeus-react-16.8.8 lib/react/component/mixin.rb
isomorfeus-react-16.8.7 lib/react/component/mixin.rb
isomorfeus-react-16.8.6 lib/react/component/mixin.rb
isomorfeus-react-16.8.5 lib/react/component/mixin.rb
isomorfeus-react-16.8.4 lib/react/component/mixin.rb
isomorfeus-react-16.8.3 lib/react/component/mixin.rb
isomorfeus-react-16.8.2 lib/react/component/mixin.rb
isomorfeus-react-16.8.1 lib/react/component/mixin.rb
isomorfeus-react-16.8.0 lib/react/component/mixin.rb