Called object type 'facebook::flipper::SocketCertificate Provider' (aka 'int') is not a function or function pointer
iosflipperreact-native
Error :

Solution
Currently I am using the temp fix :
add
#include <functional>
to ios/Pods/Flipper/xplat/Flipper/FlipperTransportTypes.h
To find the proper fix for this you can visit :
React Native Github Issue