Design an API for providing custom ByText implementation
See original GitHub issueDescribe the Feature
Right now, we rely on grabbing Text
from react-native
in *ByText
queries. We should make it possible for users to replace it with Text
from other libraries, like react-native-windows
or react-xp
. Or make it possible to extend *ByText
queries to have a custom implementation.
Possible Implementations
TBD
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
5 Golden Rules for Great Web API Design - Toptal
Don't do some crazy custom URL scheme. Don't reinvent SOAP, or JSON, or REST, or anything. Use all the tools you can that...
Read more >RESTful web API design - Best Practices - Microsoft Learn
However, most common REST API implementations use HTTP as the application protocol, and this guide focuses on designing REST APIs for HTTP.
Read more >REST API Design Best Practices Handbook – How to Build a ...
Before we start implementing the best practices into our example project, I'd like to give you a brief introduction to what we'll be...
Read more >Creating a custom REST API - IBM
When you complete the REST API design, you must use IBM Rational Software Architect to model the facade, operations and structs. Implementing the...
Read more >22 Implementing Custom APIs - Cloud - Oracle Help Center
Using JavaScript, Node, and the custom code SDK, you can implement the APIs that have been designed in the API Designer (or by...
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
This is something I had in mind very early in the design process. Thought it may become useful, but so far it didn’t prove really necessary. I’m ok to close this ticket and wait for some real use case that users bump into.
@thymikee is this feature request still relevant? Seems like if implemented we would be moving outside of React Native domain and more towards something like React Anything/Test Renderer Testing Library. In such case maybe we should consider extracting common Test Render part and build React Native behaviours on top of it.