Sha256: 4dbc05a0b1dfcaa945376bcf3db32959733319c46e6110e33e60664af602ee27
Contents?: true
Size: 672 Bytes
Versions: 1
Compression:
Stored size: 672 Bytes
Contents
module React module Component module Mixin def self.included(base) base.include(::Native::Wrapper) base.extend(::React::Component::NativeComponentConstructor) base.extend(::LucidPropDeclaration::Mixin) if on_browser? || on_ssr? base.include(::React::Component::Elements) elsif on_mobile? base.include(::ReactNative::Component::Elements) end base.include(::React::Component::Api) base.include(::React::Component::Callbacks) base.include(::React::Component::Initializer) base.include(::React::Component::Features) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
isomorfeus-react-16.13.12 | lib/react/component/mixin.rb |