Skip to content

Commit

Permalink
fix: add offAccelerometerChange api close #5394
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 committed Jan 29, 2020
1 parent f8b7580 commit f0c1e39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro/src/native-apis.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const onAndSyncApis = {
onBackgroundAudioStop: true,
onNetworkStatusChange: true,
onAccelerometerChange: true,
offAccelerometerChange: true,
onCompassChange: true,
onBluetoothAdapterStateChange: true,
onBluetoothDeviceFound: true,
Expand Down

0 comments on commit f0c1e39

Please sign in to comment.