Closed joncursi closed 7 years ago
It looks like these files have moved into a shims
folder:
Changing this line:
https://github.com/inProgress-team/react-native-meteor/blob/master/src/Data.js#L1
to
import ReactNative from 'react-native/Libraries/Renderer/shims/ReactNative';
temporarily fixes the issue, however this is probably not the right way to do it in RN 0.46.0
since we should be using the Fiber renderer
Will be fixed with https://github.com/inProgress-team/react-native-meteor/pull/247
Solved with latest 1.1.0 Release
Hitting this packager issue after upgrading to RN 0.46.0: