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

Commit c16077a

Browse files
committed
README
1 parent 4926237 commit c16077a

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
@@ -18,8 +18,8 @@ npm install react-navigation-controller
1818
## Usage
1919

2020
```jsx
21-
const React = require('react');
22-
const NavigationController = require('react-navigation-controller');
21+
import React from 'react';
22+
import NavigationController from 'react-navigation-controller';
2323

2424
class LoginView extends React.Component {
2525
onLogin() {

0 commit comments

Comments
 (0)