From ae986db208a695772b708861b4eea633dafbda0e Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Tue, 29 Mar 2022 22:04:30 +0200 Subject: [PATCH] Temp fix for reanimated with expo https://github.com/software-mansion/react-native-reanimated/issues/3088#issuecomment-1074934609 --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 572a6901..f77c29e7 100644 --- a/package.json +++ b/package.json @@ -132,7 +132,8 @@ "expo-firebase-core", "expo-font", "expo-keep-awake", - "expo-store-review" + "expo-store-review", + "react-native-reanimated" ] } }