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
TypeError: (0, _reactNativeRedash.withTransition) is not a function. (In '(0, _reactNativeRedash.withTransition)(active)', '(0, _reactNativeRedash.withTransition)' is undefined)
#173
Open
RedonAlla opened this issue
Sep 21, 2022
· 0 comments
and on part: const transition = withTransition(active);
I have the following error:
TypeError: (0, _reactNativeRedash.withTransition) is not a function. (In '(0, _reactNativeRedash.withTransition)(active)', '(0, _reactNativeRedash.withTransition)' is undefined)
I have tryed withTimingTransition() , withSpringTransition() na dhave error:
TypeError: (0, _reactNativeRedash.withTimingTransition) is not a function. (In '(0, _reactNativeRedash.withTimingTransition)(active)', '(0, _reactNativeRedash.withTimingTransition)' is undefined)
TypeError: (0, _reactNativeRedash.withSpringTransition) is not a function. (In '(0, _reactNativeRedash.withSpringTransition)(active)', '(0, _reactNativeRedash.withSpringTransition)' is undefined)
I am using:
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-reanimated": "~2.8.0",
"react-native-redash": "^18.0.0",
Please Help
The text was updated successfully, but these errors were encountered:
Hi.
I am trying to do bottom tab navigator as in the following video: https://www.youtube.com/watch?v=OjNfEWDtLDI&t=22s
and on part: const transition = withTransition(active);
I have the following error:
TypeError: (0, _reactNativeRedash.withTransition) is not a function. (In '(0, _reactNativeRedash.withTransition)(active)', '(0, _reactNativeRedash.withTransition)' is undefined)
I have tryed withTimingTransition() , withSpringTransition() na dhave error:
TypeError: (0, _reactNativeRedash.withTimingTransition) is not a function. (In '(0, _reactNativeRedash.withTimingTransition)(active)', '(0, _reactNativeRedash.withTimingTransition)' is undefined)
TypeError: (0, _reactNativeRedash.withSpringTransition) is not a function. (In '(0, _reactNativeRedash.withSpringTransition)(active)', '(0, _reactNativeRedash.withSpringTransition)' is undefined)
I am using:
"react-native": "0.68.2",
"react-native-gesture-handler": "~2.2.1",
"react-native-reanimated": "~2.8.0",
"react-native-redash": "^18.0.0",
Please Help
The text was updated successfully, but these errors were encountered: