Skip to content
This repository was archived by the owner on Apr 9, 2019. It is now read-only.

Commit 92c8142

Browse files
committed
2 parents 6dd0ae8 + aec8b6e commit 92c8142

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class App extends React.Component {
6161
// http://facebook.github.io/rebound-js/docs/rebound.html
6262
// Defaults to 10
6363
transitionTension: 12,
64-
64+
6565
// The spring friction for transitions
6666
// Defaults to 6
6767
transitionFriction: 5
@@ -202,7 +202,7 @@ call lifecycle events on the component at certain stages.
202202
Lifecycle events can trigger actions when views transition in or out,
203203
instead of mounted or unmounted:
204204

205-
```
205+
```javascript
206206
class HelloView extends React.Component {
207207
navigationControllerDidShowView() {
208208
// Do something when the show transition is finished,

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-navigation-controller",
3-
"version": "1.0.3",
3+
"version": "2.1.0",
44
"description": "React view manager similar to UINavigationController",
55
"keywords": [
66
"react",
@@ -20,9 +20,6 @@
2020
"url": "git@github.com:aputinski/react-navigation-controller.git"
2121
},
2222
"author": "Adam Putinski",
23-
"peerDependencies": {
24-
"react": "^0.13.0"
25-
},
2623
"dependencies": {
2724
"classnames": "^2.1.3",
2825
"rebound": "0.0.13"

0 commit comments

Comments
 (0)