I am using react-native-mapbox-gl library. Sometime layer failed to load or not working.
I want to check which layer service not working. I tried use axios or fetch interceptor but it is not identifying from request from react-native-mapbox-gl library because it is using native network library.
Is there any way to check native interceptor?