You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to implement the same appBar bottom variant as in https://www.react-native-material.com/docs/components/app-bar#bottom-app-bar and I am getting the following error: Attempting to run JS driven animation on animated node that has been moved to "native" earlier by starting an animation with useNativeDriver: true
I cannot find any solution to this problem online. Any help would be appreciated.
Here is my App component
import { AppBar, IconButton, FAB } from "@react-native-material/core";
import Icon from "@expo/vector-icons/MaterialCommunityIcons";
I am trying to implement the same appBar bottom variant as in https://www.react-native-material.com/docs/components/app-bar#bottom-app-bar and I am getting the following error:
Attempting to run JS driven animation on animated node that has been moved to "native" earlier by starting an animation with
useNativeDriver: true
I cannot find any solution to this problem online. Any help would be appreciated.
Here is my App component
import { AppBar, IconButton, FAB } from "@react-native-material/core";
import Icon from "@expo/vector-icons/MaterialCommunityIcons";
The text was updated successfully, but these errors were encountered: