Does React Native use require
or import
?
All I can find is an old tutorial using require()
, but when I run react-native init
, I'm getting a project that uses import
. Is this due to recent changes in React Native?
What are the main differences?