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'm using Cavy successfully on a React Native project, but there are some small issues that prevent this from working with React Native Web (saw a comment in a previous feature request to make a request if this functionality doesn't work OOTB).
First issue is that node_modules/react-native doesn't exist, which I got around by just making the file in the node_modules directory. The real issue is it doesn't seem like anything is properly exported from Cavy in this environment (import { hook } from 'cavy'; only works in React Native).
Is this something that can be easily fixed? Thanks
The text was updated successfully, but these errors were encountered:
I'm using Cavy successfully on a React Native project, but there are some small issues that prevent this from working with React Native Web (saw a comment in a previous feature request to make a request if this functionality doesn't work OOTB).
First issue is that
node_modules/react-native
doesn't exist, which I got around by just making the file in thenode_modules
directory. The real issue is it doesn't seem like anything is properly exported from Cavy in this environment (import { hook } from 'cavy';
only works in React Native).Is this something that can be easily fixed? Thanks
The text was updated successfully, but these errors were encountered: