Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@RedonAlla
Copy link

RedonAlla commented Sep 21, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant