Sha256: 27489b469f90d1dd4d0ab682cf2c31f499e6b4a4202e9aca57f67cb7e4337b04
Contents?: true
Size: 708 Bytes
Versions: 9
Compression:
Stored size: 708 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::UnsafeAPI) base.include(::React::Component::Initializer) base.include(::React::Component::Features) base.include(::React::Component::Resolution) end end end end
Version data entries
9 entries across 9 versions & 1 rubygems