invertase / react-native-firebase-starter

DEPRECATED: For RNFB v5 only.

Home Page:https://rnfirebase.io/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upgrade to react-native 0.60.3

MrHazimAli opened this issue · comments

does this boilerplate will support react-native 0.60.3 soon ?

waiting for update

Why wait? Propose a PR and it'll be done and you will earn internet fame and prestige

In the meantime, https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh

If you run RNVERSION=60 ./make-demo.sh in there you get a more-or-less-working RN60 boilerplate

commented

In the meantime, https://github.com/mikehardy/rnfbdemo/blob/master/make-demo.sh

If you run RNVERSION=60 ./make-demo.sh in there you get a more-or-less-working RN60 boilerplate

@mikehardy I tried to install the boilerplate, but when i run it, it automatically crash after splash screen

commented

nevermind my concern, the boilerplate is working well

when will the 0.60 version be released ?

@uguraktas right after someone updates it! PRs happily accepted. Asking for your free stuff faster, 🤷‍♂️

Please note that I've updated the boilerplate itself to split out the RN59 version, so now for RN60 boilerplate you just want to run 'make-demo.sh' and for RN59 you would run 'make-demo-rn59.sh'

@mikehardy I have react-native-firebse-starter updated for react native .60.5, I looked over the docs and see that you allow access to open PRs but can't seem to push my code to a new branch. I'm still new to github and open source community. Can you please let me know how I can push my code for you & the rest of the team to review and/or point me in the right direction?

And of course, thank you for this wonderful boilerplate it's been very handy!

UPDATE: PR made here: #135 please let me know if any issues come up

Just an update for others: The linked PR #135 from @makedirectory has been reviewed and looks good. Giving another day for others to maybe review then if there is no dissent I'll merge and we can all move forward, just in time for react-native 0.61

@makedirectory is the hero we needed! This is merged, and the starter is now super up to date - thank yoU!