Is it possible to run RNTL and RTL together on a Hybrid application?
See original GitHub issueI have two existing applications in separate code-bases that i would like to combine into a hybrid application (code-sharing for Web and Native).
Aside from the restructure to bring the two together, my major concern is running the Native and Web testing side-by-side.
My Native (Expo) application is already setup with RNTL and running just as it should.
Do you have an approach or any tips for consolidating or running Web and Native tests side-by-side?
The main problem i can see is where do i define the separate render
functions to instruct Native or Web rendering.
Any help and guidance is appreciated
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
What Is React Native? The Rise of Hybrid Mobile Apps
React Native is a JavaScript framework for developing hybrid mobile applications that can run natively on both Android and iOS.
Read more >New 2023 Honda Ridgeline RTL Crew Cab Pickup in Ogden ...
New 2023 Honda Ridgeline RTL Crew Cab Pickup Pacific Pewter Metallic for sale - only $44930. Visit Ken Garff Honda Riverdale in Ogden...
Read more >3.8, Titanium Hybrid, 2.5 SR or RTL-T Vehicles for Sale near Batavia ...
3.8, Titanium Hybrid, 2.5 SR or RTL-T Vehicles for Sale near Batavia, IL. View our Gerald Subaru North Aurora inventory to find the...
Read more >Building .NET Hybrid Apps with Blazor - YouTube
WebView2 is Microsoft's new embedded web browser control, built on top oHybrid apps are native apps that use web technologies for the UI....
Read more >Running SAPUI5 Mobile Apps in Hybrid Web Containers
To ensure that the file is small, it only contains the control libraries that are most likely used and not all control libraries....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@thymikee the Hybrid approach is very much on our roadmap over the coming months, but as of yet, i don’t have anything to add in terms of approach.
As soon as i do, i will add some info to this issue for others looking to do something similar 👍
@alexborton Hey, have you done it? 😛
@thymikee I’ve tried it and it does not work, since react-native-web is not the same as react, so using @testing-library/rect does not work with rn-web.