UNPKG

@goongmaps/goong-map-react-native

Version:

A Goong GL react native module for creating custom maps

12 lines (9 loc) 235 B
import React from 'react'; class AbstractSource extends React.PureComponent { setNativeProps(props) { if (this.refs.nativeSource) { this.refs.nativeSource.setNativeProps(props); } } } export default AbstractSource;