https://github.com/rebeccahughes/react-native-device-info

sort by:
Revision Author Date Message Commit Date
6607c5c v5.0.1 23 October 2019, 22:07:48 UTC
9646966 docs(CHANGELOG): prepare for 5.0.1 23 October 2019, 22:07:07 UTC
15a4354 v5.0.0 23 October 2019, 21:56:34 UTC
95d0271 docs(CHANGELOG): prepare for 5.0.0 release 23 October 2019, 21:38:30 UTC
eb7927f fix(ios): app display name being null since `CFBundleDisplayName` can be null on some cases, so `getAppName` will return `CFBunldeName` in those cases 23 October 2019, 21:25:32 UTC
edc2139 Revert some changes 23 October 2019, 21:21:50 UTC
237385b Fix userAgent info 23 October 2019, 21:21:50 UTC
687b4ef [FIX] Change name of function 23 October 2019, 21:21:50 UTC
9b37b57 chore: yarn upgarde --latest to update dependencies 23 October 2019, 20:28:45 UTC
10f4765 add motorola one vision to devices with notch 23 October 2019, 14:11:06 UTC
a6ac28e Fixed link in TOC's README.md 22 October 2019, 16:14:46 UTC
0bc5ff1 doc:add note to changelog about 2019 iPads 18 October 2019, 15:12:08 UTC
6cfcb1c chore:add device name by code for new iPads 18 October 2019, 15:12:08 UTC
cd36433 Update version and changelog 18 October 2019, 06:56:34 UTC
72b2fed Update exemple with hooks 18 October 2019, 06:56:34 UTC
5e3811e Fix synced hook 18 October 2019, 06:56:34 UTC
549f299 Add some hooks 18 October 2019, 06:56:34 UTC
9ba4230 Fix README saying a promise is returned when it's actually a string. 16 October 2019, 15:16:24 UTC
643577c Fix wrong example code of hasNotch() 15 October 2019, 12:46:25 UTC
b03b10f v4.0.2-rc.1 13 October 2019, 23:04:05 UTC
ddc55c4 feat: deviceType a constant now 13 October 2019, 23:00:09 UTC
67e6bc5 v4.0.1 13 October 2019, 15:16:53 UTC
3bb1c08 v4.0.1-rc.1 11 October 2019, 21:17:42 UTC
195cbe8 docs: prepare for 4.0.1 release with migration guide 11 October 2019, 21:13:39 UTC
57848c8 v4.0.1-beta.8 11 October 2019, 13:46:14 UTC
e77c97e fix: iOS getBundleId incorrectly referencing getBuildId Fixes #839 thanks @imkojima! 11 October 2019, 13:44:39 UTC
d7307b7 Fixed hasNotch issue in nokia 6.1 plus 11 October 2019, 05:53:24 UTC
72c406d v4.0.1-beta.7 11 October 2019, 05:41:30 UTC
27e9384 docs(CHANGELOG): add release notes for last betas 11 October 2019, 05:39:52 UTC
32d07f9 fix: iOS isTabler was always returning false Related to #831 11 October 2019, 05:38:41 UTC
1aad9a1 fix: hasSystemFeatureSync() incorrectly returned Promise 11 October 2019, 05:38:41 UTC
0515492 v4.0.1-beta.6 11 October 2019, 04:38:17 UTC
2ac9ce1 fix: getModel() on iOS was always returning generics Fixes #836 11 October 2019, 03:47:28 UTC
7aa8229 v4.0.1-beta.5 10 October 2019, 22:24:00 UTC
f359168 chore: yarn upgrade --latest 10 October 2019, 22:23:18 UTC
cb71753 docs / types - update for constants 10 October 2019, 22:20:07 UTC
22672d2 Fixup windows PR build 10 October 2019, 22:20:07 UTC
f3cd423 Finish merge for v4, patch up Sync API 10 October 2019, 22:20:07 UTC
cda0424 BREAKING CHANGE: rename getCameraPresence to isCameraPresent (Fixes #810) 10 October 2019, 22:20:07 UTC
18a28b6 Implement constants 10 October 2019, 22:20:07 UTC
f24cb9e Create initial github actions test to build windows 10 October 2019, 22:20:07 UTC
c968a7b Adds isTablet 10 October 2019, 22:20:07 UTC
1db6a1d Updates example app 10 October 2019, 22:20:07 UTC
77f97a0 Android constants 10 October 2019, 22:20:07 UTC
1485a74 Remove synchronous functions 10 October 2019, 22:20:07 UTC
ffa11d5 Remove deviceNamesByCode.ts 10 October 2019, 22:20:07 UTC
8140f7c Add iOS brand & model 10 October 2019, 22:20:07 UTC
40462cf Add constants iOS 10 October 2019, 22:20:07 UTC
5978539 v4.0.1-beta.4 06 October 2019, 21:26:20 UTC
74f9ba5 BREAKING CHANGE: rename getCameraPresence to isCameraPresent (Fixes #810) 06 October 2019, 21:23:50 UTC
eb7836b fix: make the rn59 example script work again Related to / Fixes #786, #820, #789 06 October 2019, 20:55:51 UTC
644997a v4.0.1-beta.3 06 October 2019, 16:31:22 UTC
43268a8 docs(CHANGELOG): prep for 4.0.1-beta.3 06 October 2019, 15:55:25 UTC
e136ced simplified iface name check 06 October 2019, 15:55:25 UTC
7f92cc7 improved code readability 06 October 2019, 15:55:25 UTC
3204f3a Add support for getting wifi IP address on Apple TV 06 October 2019, 15:55:25 UTC
ee3a6e7 v4.0.1-beta.2 06 October 2019, 15:25:30 UTC
4e8133c chore: yarn upgrade --latest && refresh-example.sh (RN0.60.5 -> RN0.61.2) 06 October 2019, 14:31:30 UTC
1f53fbc fix: android use googlePlayServicesIidVersion if available Makes the change to an iid-specific play services library dependency truly backwards compatible and Fixes #802 06 October 2019, 14:15:35 UTC
394c4bd fix: only define a gradle project for module maintenance This is the outcome of a react-native-community discussion with the goal of avoiding downloading multiple gradle versions and/or loading multiple versions at the same time https://github.com/react-native-community/discussions-and-proposals/issues/151#issuecomment-532787908 06 October 2019, 14:15:35 UTC
4943542 chore: update react-native-device-info version in example 06 October 2019, 14:15:35 UTC
bb3ff84 docs(README): note that jetifier -r is needed for support libs Fixes #827 for @ikesyo 03 October 2019, 16:23:11 UTC
825ceeb v4.0.1-beta.1 26 September 2019, 08:25:23 UTC
945ec53 fix(types): types path & re-added empty flowconfig 26 September 2019, 08:16:17 UTC
ac9b2e2 docs(README): add link to v2->v3 migration guide Related to #52 - came up in the comments it could be linked more prominently 25 September 2019, 14:33:11 UTC
d8e9b5a fixes #806 23 September 2019, 07:10:46 UTC
f449ae7 refactor: change `Unknown` to `unknown` for consistency (#801) 20 September 2019, 14:22:23 UTC
9fee2d6 Reintroduce flow types 20 September 2019, 07:37:48 UTC
d83ba23 Minor updates to the docs for getUniqueId() Added punctuation, as the text wraps when rendered as is, and not having punctuation is confusing. Added quoting. 20 September 2019, 06:38:26 UTC
ee2d233 fix: imports of various files 19 September 2019, 15:35:28 UTC
cfb779d v4.0.0 19 September 2019, 14:47:41 UTC
7bf0976 feat(🔥): Rewrite in TypeScript (#799) Convert project into typescript 19 September 2019, 14:44:10 UTC
ee0922a v3.1.4 19 September 2019, 12:44:57 UTC
57f1199 fix: Chain getReadableVersion calls to JS vs native for web platform protection Fixes #796 19 September 2019, 12:43:23 UTC
69e7fe5 v3.1.3 17 September 2019, 20:49:13 UTC
1e31bf0 doc: add note to changelog about 2019 iphones 17 September 2019, 20:48:30 UTC
e10e0f6 chore: add new iphone names into devicesWithNotch 17 September 2019, 20:48:30 UTC
1341638 chore: add device name by code for new iPhones 17 September 2019, 20:48:30 UTC
9072d9a v3.1.2 17 September 2019, 14:07:42 UTC
644fa96 docs(CHANGELOG): prepare for 3.1.2 release 17 September 2019, 14:06:24 UTC
3bb2b56 Fix crash in getModel on iOS. Fixes: #780 Add a few extra devices from: https://www.theiphonewiki.com/wiki/Models 17 September 2019, 14:02:48 UTC
49e2b77 v3.1.1 15 September 2019, 13:54:19 UTC
3dddb90 build: add test entry stub for new np version 15 September 2019, 13:53:34 UTC
05e99ed chore: yarn upgrade --latest (all devDependencies) 15 September 2019, 13:51:52 UTC
03d6b0f docs(CHANGELOG): add release notes for 3.1.0 and 3.1.1 15 September 2019, 13:48:34 UTC
ddfbee1 Fix windows module 15 September 2019, 13:44:54 UTC
7da02bc v3.1.0 13 September 2019, 19:54:48 UTC
c7e5ad7 feat: enable getPowerState to work sync as getPowerStateSync 13 September 2019, 19:53:25 UTC
344ecd9 fix(android): opt for platform consistency instead 13 September 2019, 19:53:25 UTC
2672d7f feat(android): added getPowerState 13 September 2019, 19:53:25 UTC
5079370 feat(events): Add support for RNDeviceInfo_powerStateDidChange, RNDeviceInfo_batteryLevelDidChange & RNDeviceInfo_batteryLevelIsLow on Android 13 September 2019, 19:53:25 UTC
5ea9c8b tests: enable JS bundle in debug too (for iOS9 / Android API<18 testing) 13 September 2019, 16:32:16 UTC
c627567 Update README.md Add missing .then to getDeviceType example. 13 September 2019, 14:48:00 UTC
d868cb0 v3.0.1 13 September 2019, 14:33:29 UTC
f9502e5 Fixed typo \ 13 September 2019, 14:20:24 UTC
128da82 Added tvOS Compiler Flags 13 September 2019, 14:20:24 UTC
d60d28c chore: add @johan-dutoit as codeowner 13 September 2019, 12:58:26 UTC
5dd27e9 Fix typo 12 September 2019, 13:44:42 UTC
881e9f0 release: promoted release from 3.0.0-rc.5 without change 10 September 2019, 16:03:32 UTC
42f8c80 v3.0.0 10 September 2019, 15:56:55 UTC
back to top