Describe the bug
The rotation of the gauge should be animated for the platform/make-compatible-for-android branch, but even though the code is all there and should be working correctly, it is not.
To Reproduce
Steps to reproduce the behavior (android):
- Create an empty expo project
git clone https://github.com/cwnicoletti/react-native-gauge into root of empty expo project
git checkout platform/make-compatible-for-android
cd to react-native-gauge/src
npm install
- Delete react-native-gauge/src/node_modules/
- Delete react-native-gauge/node_modules/
expo start
- Start android emulator
- Press
a
- Observe the non-animated gauge :(
Steps to reproduce the behavior (ios):
- Create an empty expo project
git clone https://github.com/cwnicoletti/react-native-gauge into root of empty expo project
git checkout platform/make-compatible-for-android
cd to react-native-gauge/src
npm install
- Delete react-native-gauge/src/node_modules/
- Delete react-native-gauge/node_modules/
expo start
- Download/Open Expo Go app
- Tap current project in Expo Go app
- Observe the non-animated gauge :(
Expected behavior
I'm expecting the gauge needle to behave exactly like it does on the main README page, for both iOS and Android.
Smartphone
-
Device: Pixel 2
-
OS: Android 9.0
-
Version: 28
-
Device: IPhone 12
-
OS: iOS
-
Version: 15.2.1
Additional context
I've opened a stackoverflow question as well: https://stackoverflow.com/q/71212765/11938071
Describe the bug
The rotation of the gauge should be animated for the platform/make-compatible-for-android branch, but even though the code is all there and should be working correctly, it is not.
To Reproduce
Steps to reproduce the behavior (android):
git clone https://github.com/cwnicoletti/react-native-gaugeinto root of empty expo projectgit checkout platform/make-compatible-for-androidcdto react-native-gauge/srcnpm installexpo startaSteps to reproduce the behavior (ios):
git clone https://github.com/cwnicoletti/react-native-gaugeinto root of empty expo projectgit checkout platform/make-compatible-for-androidcdto react-native-gauge/srcnpm installexpo startExpected behavior
I'm expecting the gauge needle to behave exactly like it does on the main README page, for both iOS and Android.
Smartphone
Device: Pixel 2
OS: Android 9.0
Version: 28
Device: IPhone 12
OS: iOS
Version: 15.2.1
Additional context
I've opened a stackoverflow question as well: https://stackoverflow.com/q/71212765/11938071