So I started a react native app using create-react-native-app and it created a lot of boilerplate code. Android is in Java which I am fine with. But the IOS is in Objective C and I am more familiar with Swift. Is there anything I can do about that? I know most of my code is going to be in Javascript anyways, but just wondering anyways.
↧