mediumReact Native#25

Accelerometer sensor subscription

Prompt

Subscribe to the accelerometer using expo-sensors and display the x, y, z values in real time. Clean up the subscription on unmount. Only show values rounded to 2 decimal places.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code