Skip to content

Commit

Permalink
docs(maintainers and readme): replacing react-native-community
Browse files Browse the repository at this point in the history
replaces usage of `react-native-community` w/ `react-native-device-info`
  • Loading branch information
WictorWilnd authored and mikehardy committed Jan 20, 2023
1 parent 364e87e commit e8b9480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ This document will help you maintain this repository for the benefit of everyone
- make sure your working directory is clean and "origin" (or your default git remote) is the main repo
- run `npm install && rm package-lock.json && npm run shipit` from a terminal where you are logged in to npmjs with credentials associated with an account that has publish access to react-native-device-info
- make sure the tags are pushed to the repo afterward (`npm push --tags`)
- edit [the release on github](https://github.com/react-native-community/react-native-device-info/releases) to put the release note snippet from the changelog in place
- edit [the release on github](https://github.com/react-native-device-info/react-native-device-info/releases) to put the release note snippet from the changelog in place
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ DeviceInfo.getFreeDiskStorage().then((freeDiskStorage) => {

#### Notes

The API used by this method for Android was changed in [v6.0.0](https://github.com/react-native-community/react-native-device-info/releases/tag/v6.0.0). The older version has been maintained below as `getFreeDiskStorageOld()`. On iOS, `getFreeDiskStorage()` and `getFreeDiskStorageOld()` return the same value.
The API used by this method for Android was changed in [v6.0.0](https://github.com/react-native-device-info/react-native-device-info/releases/tag/v6.0.0). The older version has been maintained below as `getFreeDiskStorageOld()`. On iOS, `getFreeDiskStorage()` and `getFreeDiskStorageOld()` return the same value.

---

Expand Down Expand Up @@ -962,7 +962,7 @@ DeviceInfo.getTotalDiskCapacity().then((capacity) => {
#### Notes
The API used by this method for Android was changed in [v6.0.0](https://github.com/react-native-community/react-native-device-info/releases/tag/v6.0.0). The older version has been maintained below as `getTotalDiskCapacityOld()`. On iOS, `getTotalDiskCapacity()` and `getTotalDiskCapacityOld()` return the same value.
The API used by this method for Android was changed in [v6.0.0](https://github.com/react-native-device-info/react-native-device-info/releases/tag/v6.0.0). The older version has been maintained below as `getTotalDiskCapacityOld()`. On iOS, `getTotalDiskCapacity()` and `getTotalDiskCapacityOld()` return the same value.
---
Expand Down Expand Up @@ -1727,7 +1727,7 @@ YellowBox.ignoreWarnings(['Battery state']);
## Release Notes
See the [CHANGELOG.md](https://github.com/react-native-community/react-native-device-info/blob/master/CHANGELOG.md).
See the [CHANGELOG.md](https://github.com/react-native-device-info/react-native-device-info/blob/master/CHANGELOG.md).
## Contributing
Expand Down

0 comments on commit e8b9480

Please sign in to comment.