You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
react-native 0.26.x requires you to do import React from 'react' rather than react-native. However, when I try to import from react, I get the same error. I think this issue is related facebook/relay#127
I'm getting the following error
on versions
I believe this is due to the following lines of code
https://github.com/inProgress-team/react-native-meteor/blob/master/src/Data.js#L1
https://github.com/inProgress-team/react-native-meteor/blob/master/src/Data.js#L7
react-native 0.26.x requires you to do
import React from 'react'
rather thanreact-native
. However, when I try to import from react, I get the same error. I think this issue is related facebook/relay#127Based on https://github.com/facebook/react-native/blob/26e84262484767dd9abdfd78ff16fa37fcb8e334/Libraries/react-native/react-native.js#L155
I tried to do
But I get the error
The text was updated successfully, but these errors were encountered: