set View Local Data
Sets local data for a shadow node corresponded with given tag. In some cases we need a way to specify some environmental data to shadow node to improve layout (or do something similar), so localData
serves these needs. For example, any stateful embedded native views may benefit from this. Have in mind that this data is not supposed to interfere with the state of the shadow view. Please respect one-directional data flow of React.