kiwicom / mobile

:calling: Kiwi.com mobile app written in React Native
https://www.kiwi.com/en/
MIT License
140 stars 33 forks source link

Bundle index.android.bundle into /src/main/assets of rnkiwimobile #1661

Closed tbergquist-godaddy closed 5 years ago

tbergquist-godaddy commented 5 years ago

This is a quick fix to solve app crashing due to missing bundle. The bundle is now probably add to the framework twice. Someone with gradle/android knowledge should fix it in the gradle script

tbergquist-godaddy commented 5 years ago

Would it be a matter of fixing the gradle script instead so that the initial bundle is found correctly?

Yes, it would. I don't know why this broke, since we did not change anything. Though I have no idea how to fix this and make it work.

If you know how to, please fix it 😄

I was hoping to ask someone from android team to have a look, because they will have smaller app size if they complete this task for us.