skip to Main Content

How to remove child component in react native

I am using react native mapbox and have several and dynamic child component(layers) in Map component. Something like: <MapboxGL.MapView ...> <MapboxGL.RasterSource> ... </MapboxGL.RasterSource> ... </MapboxGL.MapView> There so many child component dynamic and conditonal. I want to remove unwanted component because…

VIEW QUESTION
Back To Top
Search