react-native-schemes-manager
react-native-schemes-manager copied to clipboard
Report failure instead of throwing error
Description of changes
Report an error when source configuration doesn't exist instead of throwing an error. This fixes the case where e.g. RCTWebSocket doesn't have a release configuration and allows script to continue.
hasError flag is added to keep track of the possible errors.