rn bs diff patch file
npm install react-native-bs-diff-patchimport { diff, patch } from 'react-native-bs-diff-patch';
// ...
/**
 * generate patch file from old file and new file
 */
await diff(oldFile, newFile, patchFile);
// generate new file from old file and patch file
await patch(oldFile, newFile, patchFile);See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library