I have complete my first little application with React Native.
Now I want to change some styles or the splash screen on their native platform, where is the generated code for these platforms? I checked the ios
and android
folder, but I just can't find the place of code.
For example, in xCode, I think most of code is stay in main.jsbundle
file. but I don't know how to open it. Moreover, is it possible to continue with Swift language?