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
When I'm testing a file using your <Form /> component, I'm getting:
Cannot find module '@react-native-ama/core/src/hooks/useButtonChecks' from 'node_modules/@react-native-ama/react-native/dist/hooks/usePressable.js'
This seems to relate to this line in `usePressable.js``const useButtonChecks_1 = require("@react-native-ama/core/src/hooks/useButtonChecks");`
My Jest tests seem to pass when the filepath is changed, e.g. to
`const useButtonChecks_1 = require("@react-native-ama/core/");`
Could you have a look please
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Code of Conduct
Code Sandbox link
No response
Bug report
The text was updated successfully, but these errors were encountered: