- Notifications
You must be signed in to change notification settings - Fork410
Any plans to bring this to React Native?#419
-
Any plans to bring this to React Native? |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 1 reply
-
Does React Native have a DOM? This library is very focused on the DOM as the target for where and how to test things. I have zero experience with React Native, so I'm not sure how transferable this all is as is, or how to make it work on it, if it's technically possible. Is this something you can clear up? And if it's all feasible, is this something you can contribute yourself? |
BetaWas this translation helpful?Give feedback.
All reactions
-
I know this is old, but for historical reference, the solution is to use |
BetaWas this translation helpful?Give feedback.
All reactions
-
That's what I'm using. It's just missing things like ".toBeInTheDocument" and such. It works, it's just not as human-friendly |
BetaWas this translation helpful?Give feedback.