1.0.7 • Published 4 years ago

react-native-diff-component v1.0.7

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-diff

This is a React Native implementation of react-diff-simple-component which was inspired by and updated from react-diff.

Highlights differences between two strings, uses the diff module

Installation

npm install react-native-diff-component

Demo

http://cezary.github.io/react-diff/

Example

import React from "react";
import Diff from "react-native-diff-component";

const MyComponent = () => {
  return <Diff inputA="gogol" inputB="google" type="chars" />;
};

License

MIT

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago