pepperoni-app-kit
pepperoni-app-kit copied to clipboard
There is an issue with starting
Any update on this?
I am seeing the same issue.
Yes, you must have updated your react-navigation
dependency, its code has changed slightly.
You can either use the upgraded-dependencies branch, with this issue fixed, or fix it yourself in your app, just take a look at this specifically at the counterView
and colorView
files, you'll see the change you have to make
getting the warning and always seems Activity indicator after above solution from this specifically at the counterView and colorView file.
I followed all the steps in the Getting started document and the setup guide. Sadly, the app didn't start. Same error as other people. I wanted this project to save me some time but after spending some time trying to fix all the errors, I gave up. This project is a good idea but it doesn't run.
It is a known issue now that react-navigation changed its parameters. I've addressed it, short term, in #212
It's pretty straightforward to fix one's app if you look at kusti8's PR
rolling back the r-n version fixed it for me: npm install [email protected]
yarn install