README
cloneReferencedElement for React Native
This is a version of React.cloneElement
that preserves the original element's ref even if you specify a new ref for the clone.
Clones a React element while preserving its original ref
<script type="module">
import reactNativeCloneReferencedElement from 'https://cdn.skypack.dev/react-native-clone-referenced-element';
</script>
This is a version of React.cloneElement
that preserves the original element's ref even if you specify a new ref for the clone.