Skip to content

Commit

Permalink
fix: add simulator quirks back to README
Browse files Browse the repository at this point in the history
  • Loading branch information
hirbod committed Jun 23, 2023
1 parent 6b70d75 commit 074804d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ yarn add react-native-volume-manager

For React Native >= 0.60, manual linking is not required with Autolinking.

> Note: This library is incompatible with Expo Go. To use it, you can install a custom development client as recommended in 2022.
> Note: This library is incompatible with Expo Go. To use it, you can install a custom development client as recommended in 2023.
## Simulators / Emulators

- iOS: This package only runs on a real device, and the events are not triggered on the simulator. However, you can hide the native UI inside the Simulator.
- Android: It runs on both a real device (API level 21+) and the emulator (API level 33+).

## Usage

Expand Down

0 comments on commit 074804d

Please sign in to comment.