I need some clarify of the difference between create-react-native-app then detached and react-native init.
I understand that the former one will create an app based on the expo and later require detached to expose the native code of android and iOS for native code implementation. The react-native init will generate the native code at the same time.
Are there any difference after detach from expo after created from create-react-native-app command, compared with react-native init?