aerian-studios / ignite-typescript-boilerplate

Create React Native apps with TypeScript and Ignite
144 stars 14 forks source link

Unable to run boilerplate code (on x64 Win10 platform) #8

Closed shani117 closed 6 years ago

shani117 commented 6 years ago

Hi there,

First up, wanted to thank you for the work on this boiler plate project. This was exactly what I was looking for a new native project that I was starting. Perfect in all sense. But as I was trying to use it, ran into a few issues and so logging this item here.

I was trying to "ignite" a boilerplate app using this template here, but I'm unable to run the app in android simulator. I am getting the attached error.

After the boilderplate code is ready, when I go and check the code, I see some pieces are still missing. For example:

  1. There is no ~/ignite/DevScreens folder in the boilerplate - where as the container components expect to find the ~/ignite/DevScreens/DevscreensButton module

I'm not sure if there is something I'm missing when creating the boilerplate project. I'm only saying NO to internationalization and animation questions. Everything else, I'm accepting to include in the project.

Any pointers on what could be going wrong?

Thanks, Shani. launch_error

shani117 commented 6 years ago

I went ahead and executed the dev screen add command manually in the boilerplate project and that brought in the devscreens (ignite add dev-screens@"~>2.2.0"). I'm nor sure why it didn't get pulled in when I accepted to add devscreens as part of the boilerplate setup process. But now I do have the devscreens working. I did run into an issue with running the app with redux integrated nav (issue# 3416 in react-navigation project) which I solved by following the instructions to integrate redux into react-navigation. So I'm resolving this issue now.

Thanks, Shani.