Building Mobile App using mappls-map-react-native

Hi, I have tried all solutions but I get below error. "Expected ref to be a function an objected returned by createRef.

<MapplsGL.Camera
ref={c => (this.camera = c)}
zoomLevel={12}
minZoomLevel={4}
maxZoomLevel={22}
centerCoordinate={[77.231409,28.6162]}
/>
</MapplsGL.MapView>