Exported component displaying as black screen

Issue #3 open
Former user created an issue

Exported component displays as a black screen, no design visible.

Comments (22)

  1. Rizki Pratama

    i convert it to react native and run it on emulator and it is blank, is there any solution? or example for react native

  2. Johannes Pichler repo owner

    so I checked it, and there is an overlay of 3 Rects in your outputted file.

    Can you provide me the xd file as well?

    Wenn I remove the Rects, that overlay the rest, you see the rest

  3. Johannes Pichler repo owner

    check out lines 55-57 in the following image. where do they come from? hand over your xd file please

  4. Johannes Pichler repo owner

    ah, now I see what you are messing up.
    This is not ment to export a complete Page as one Component for React… hahaha.

    You should export elements of your design as Components.

    A whole page is not ment to be a component….

  5. Rizki Pratama

    ahhhh perelement huh i thought it could export all the pages XD thanks alot for explaining it man sorry to bother you. anw great job

  6. Johannes Pichler repo owner

    just select all elements on the canvas, but not the canvas itself…

    then you will get all components of the canvas

  7. Johannes Pichler repo owner

    I will update the package, to work witch entire canvas as well…
    but this is not done in a minute, because adobe changed a lot in the upload policies…. damn
    I will close this issue so far

  8. Johannes Pichler repo owner

    put aside, because this plugin is ment to export components, not complete application pages...

  9. Log in to comment