A React Native module for parsing and displaying git diffs. This library was heavily inspired by, and borrows code from, react-diff-view.
The purpose of this library is to parse and render a unified diff view for any provided diff(s). The flexible widget system also allows for rendering of custom elements on a per-line basis. The end result will look something like this:
npm install --save react-native-diff-view
🎊 Thanks for considering contributing!
This library is used and primarily maintained by Monolist. Issue reports and pull requests are always welcome.
To get started:
git clone https://github.com/Monolist/react-native-diff-view.git
cd react-native-diff-view
npm install
To test your changes before opening a PR:
npm test