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

Commit 6f6a5e6

Browse files
committed
Cleanup
1 parent 62d5a20 commit 6f6a5e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
@@ -188,7 +188,7 @@ call lifecycle events on the component at certain stages.
188188
Lifecycle events can trigger actions when views transition in or out,
189189
instead of mounted or unmounted:
190190

191-
```
191+
```javascript
192192
class HelloView extends React.Component {
193193
navigationControllerDidShowView() {
194194
// Do something when the show transition is finished,

0 commit comments

Comments
 (0)