Replies: 1 comment 5 replies
-
@niyowski our React Navigation documentation is outdated, most of it haven't been touched for last two years. That being said, our React Navigation example is fairly new. Pls check it out, it should contain correct configuration. Additionally the issues you are facing might be related to using |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
transformIgnorePatterns
for StackNavigator and DrawerNavigator are different in the current documentation and produce different errors:transformIgnorePatterns for StackNavigator
'node_modules/(?!(jest-)?@?react-native|@react-native-community|@react-navigation)',
transformIgnorePatterns for DrawerNavigator
'node_modules/(?!(jest-)?react-native|@react-native-community|@react-navigation)',
react-native: 0.71.3
react-native-reanimated: ^3.0.2
babel-jest: ^29.2.1
jest: ^29.2.1
ts-jest: ^29.0.5
jest.config.json:
test/setup.ts:
tsconfig.spec.json:
Beta Was this translation helpful? Give feedback.
All reactions