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
{{ message }}
This repository was archived by the owner on Aug 20, 2019. It is now read-only.
// var Component = _reactNative2['default'].Component;
Another thing to note, initially createElement was a part of the ReactNative (cause React was imported from ReactNative) - Now, we need to update the below
Hi There,
Thank you for the awesome work. I just upgraded react-native and seems like the way we get hold of a Component in react-native is changed.
Per https://github.com/facebook/react-native/releases/tag/v0.25.1,
Instead of:
you should now:
Temporary fix is, in grid.js and col.js add the line.
Comment the line - grid.js and col.js
Another thing to note, initially createElement was a part of the ReactNative (cause React was imported from ReactNative) - Now, we need to update the below
with:
in both the files.