So there is no direct wizard for import, thanks.
I have anoher question, there is no formatting profile for jsx code? because for now the normal formatting of jshint installed with the react package make jsx code not working.
Example:
<Text> Hello World </Text>
Become
<
Text
> Hello World <
/ Text
>
There is another way to make the formatter works? [I used the jshint [bulti-in] provided by the extension pack for react]