I have implemented a sample BottomDrawer
which is working well on iOS Device but fails on Android device (Pixel 5).
- I am using latest versions of expo app
- Running the snack on my android device cause an error that DrawerState cannot be found in and Animated is not defined (using SDK v42.0).
- Using SDK v41.0 It’s working well for iOS and Android
Can someone figure out why this error is thrown?