In recent React Native versions, consumers are encouraged to import pure React APIs straight from the 'react' module. React Native obviously already includes the 'react' module in its bundle, so there's no reason to have webpack package it again. So we just export it here.
In recent React Native versions, consumers are encouraged to import pure React APIs straight from the
'react'
module. React Native obviously already includes the'react'
module in its bundle, so there's no reason to have webpack package it again. So we just export it here.