getNativePropsForTNode
export
Extract React Native props for a given ​TNode
, such as those which
would be passed to Text
, View
or GenericPressable
by TDefaultRenderer
.
This helper function is peculiarly useful when one wants a custom renderer
which uses a different native component, for example Animated.Text
instead
of default Text
.
#
Example#
Type ParametersT
#
#
Parametersprops
#
required