Root-App / react-native-mock-render

a fork of react-native-mock that renders
MIT License
85 stars 50 forks source link

Fix AsyncStorage mergeItem and multiMerge #53

Open esprehn opened 6 years ago

esprehn commented 6 years ago

They should do deep merges and multiMerge had Object.assign misspelled.

bob-carson commented 6 years ago

Hi @esprehn. Thanks for taking the time to open this pull request! Could you please add some unit tests that cover the functionality you are fixing? After that I'll verify that this change doesn't break our existing projects that use react-native-mock-render and get this merged.