Skip to content

Commit

Permalink
fix(Renamed): renamed library
Browse files Browse the repository at this point in the history
  • Loading branch information
shahen94 committed Apr 1, 2017
1 parent 9ede688 commit e68bf22
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# react-native-view-transformer
# react-native-view-editable

[![Build Status](https://travis-ci.org/react-armenia/react-native-view-transformer.svg?branch=master)](https://travis-ci.org/react-armenia/react-native-view-transformer) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=plastic)](https://github.com/semantic-release/semantic-release)
[![Build Status](https://travis-ci.org/react-armenia/react-native-view-editable.svg?branch=master)](https://travis-ci.org/react-armenia/rreact-native-view-editable) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=plastic)](https://github.com/semantic-release/semantic-release)

### The one of the missing piece of react-native. View transformation with gestures ✋
### The one of the missing piece of react-native. View transformation with gestures ✋. This makes ANY views editable using gestures like pinch, double tap or pull. You can scale/rotate/move any view

### Getting Started
```sh
npm install react-native-view-transformer --save
$ npm install react-native-view-editable --save
```

Usage
### Usage
```javascript
/**
* @flow
Expand All @@ -23,7 +23,7 @@ import {
View
} from 'react-native';

import { ViewEditor } from 'react-native-view-transformer';
import { ViewEditor } from 'react-native-view-editable';

export default class App extends Component {
render() {
Expand Down Expand Up @@ -65,6 +65,6 @@ const styles = StyleSheet.create({
},
});

AppRegistry.registerComponent('experimentsApp', () => experimentsApp);
AppRegistry.registerComponent('experimentsApp', () => App);

```
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "react-native-view-transformer",
"name": "react-native-view-editable",
"version": "0.0.0-development",
"description": "The one of the missing piece of react-native. View transformation with gestures ✋",
"main": "index.js",
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/react-armenia/react-native-view-transformer.git"
"url": "https://github.com/react-armenia/react-native-view-editable.git"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
Expand All @@ -29,9 +29,9 @@
"author": "Shahen Hovhannisyan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-armenia/react-native-view-transformer/issues"
"url": "https://github.com/react-armenia/react-native-view-editable/issues"
},
"homepage": "https://github.com/react-armenia/react-native-view-transformer#readme",
"homepage": "https://github.com/react-armenia/react-native-view-editable#readme",
"devDependencies": {
"babel-eslint": "6.1.2",
"babel-jest": "19.0.0",
Expand Down

0 comments on commit e68bf22

Please sign in to comment.