The error occurs when the user calls the CodePushUtils::convertJsonObjectToWritable() function within the native module of their application and passes a JSON object that contains a null value. This PR addresses and handles this specific case to prevent the error.
Use patch from #2683
The error occurs when the user calls the
CodePushUtils::convertJsonObjectToWritable()
function within the native module of their application and passes a JSON object that contains a null value. This PR addresses and handles this specific case to prevent the error. Use patch from #2683AB#104795