I have to use gif in my android app for which I may require to detach my expo project.
I had a doubt that if I detach my expo project using expoKit, then can I write codes in Javascript again as I used to before detaching my expo project? Detaching will create one folder for Android and one folder for ios so then will I have to tackle them differently or writing JS code work? Please dont redirect me to the expo documentation. I have already read that but it still isn't clear to me!
I don't have much knowledge in writing native codes.