react-native-ssl-pinning
react-native-ssl-pinning copied to clipboard
added an option to pass body as an object
Added a condition for body stringification in case passed as object,
this is also fixing the type matching: body?: string | object,
this also fixes https://github.com/MaxToyberman/react-native-ssl-pinning/issues/125
@MaxToyberman pls