moh3n9595 / react-native-dynamic-render

🔀 Render from Json object
MIT License
11 stars 2 forks source link

Question about dynamic import statements #3

Closed Menganitou closed 3 years ago

Menganitou commented 3 years ago

Hi there @moh3n9595 ! Do you think its possible to make dynamic "import" statements? Or some workarrounds.

I find no way to make it work. Its seems that you must write all the imports before.

Thanks!

moh3n9595 commented 3 years ago

Hey @Menganitou,

Yes, you can do that. But it's irrelevant to react-native-dynamic-render; Although you can create a nice demo-example to show the usage of dynamic imports besides of react-native-dynamic-render. (link)