You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by GitBox <gi...@apache.org> on 2019/08/08 10:07:50 UTC

[GitHub] [incubator-weex] AvenGeeker opened a new pull request #2800: add feature set custom component's render type. there is five render …

AvenGeeker opened a new pull request #2800: add feature set custom component's render type. there is five render …
URL: https://github.com/apache/incubator-weex/pull/2800
 
 
   …type factory in weex engine, such as RenderCommonFactory,RenderTextFactory,RenderListFactory,RenderMaskFactory,RenderScrollerFactory,RenderAppBarFactory...
   
   once your code need extension with wxText,but it will be render in RenderCommonFactory because the engine hardcode RenderTextFactory with text tag...
   
   <!-- First of all, thank you for your contribution! 
   
   All PRs should be submitted to master branch -->
   
   <!-- Please follow the template below:
   * If you are going to fix a bug of Weex, check whether it already exists in [Github Issue](https://github.com/apache/incubator-weex/issues). If it exists, make sure to write down the link to the corresponding Github issue in the PR you are going to create.
   * If you are going to add a feature for weex, reference the following recommend procedure:
       1. Writing a email to [mailing list](https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#mailing-list) to talk about what you'd like to do.
       1. Write the corresponding [Documentation](https://github.com/apache/incubator-weex/blob/master/CONTRIBUTING.md#contribute-documentation) 
       1. Write the corresponding Changelogs at the end of changelog.md -->
   
   
   # Brief Description of the PR
   
   # Checklist
   * Demo:
   * Documentation:
   
   <!-- # Additional content -->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services