diff --git a/incubator/@react-native-webapis/battery-status/README.md b/incubator/@react-native-webapis/battery-status/README.md index 8f286a11cb..36d0b8ba2b 100644 --- a/incubator/@react-native-webapis/battery-status/README.md +++ b/incubator/@react-native-webapis/battery-status/README.md @@ -12,10 +12,14 @@ [Battery Status API](https://developer.mozilla.org/en-US/docs/Web/API/Battery_Status_API) for React Native. -## Motivation - -This is a prototype for the -[React Native WebAPIs RFC](https://github.com/microsoft/rnx-kit/pull/2504) +> **Note** +> +> This is purely a prototype for the +> [React Native WebAPIs RFC](https://github.com/microsoft/rnx-kit/pull/2504). It +> currently does not implement the Battery Status API to spec, e.g. it's missing +> events and its properties are not updated live. Rather, its purpose is to show +> that it's possible to have a native module polyfill a web API, enabling use of +> previously web-only code directly in a React Native app. ## Installation