Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
react-native-device-info
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
放牛的园子
react-native-device-info
Commits
5a1c836b
Commit
5a1c836b
authored
Aug 22, 2018
by
Mehdi Achour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: fix import instructions
parent
72d1a24c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
CHANGELOG.md
CHANGELOG.md
+3
-0
README.md
README.md
+1
-2
No files found.
CHANGELOG.md
View file @
5a1c836b
...
...
@@ -2,6 +2,9 @@
### next
### 0.22.5
*
Fix typescript declaration export (https://github.com/rebeccahughes/react-native-device-info/pull/478)
### 0.22.4
*
Shrank the npm package size (https://github.com/rebeccahughes/react-native-device-info/issues/477)
...
...
README.md
View file @
5a1c836b
...
...
@@ -189,8 +189,7 @@ include ':app'
## Usage
```
js
var
DeviceInfo
=
require
(
'react-native-device-info'
);
// or import DeviceInfo from 'react-native-device-info';
import
DeviceInfo
from
'react-native-device-info'
;
```
## API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment