This repository was archived by the owner on Apr 9, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff 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.
202202Lifecycle events can trigger actions when views transition in or out,
203203instead of mounted or unmounted:
204204
205- ```
205+ ``` javascript
206206class HelloView extends React .Component {
207207 navigationControllerDidShowView () {
208208 // Do something when the show transition is finished,
Original file line number Diff line number Diff line change 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" ,
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"
You can’t perform that action at this time.
0 commit comments