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
I follow the installation step (npm install & react-native link), but everytime I want to import a component from @shoutem/ui it throws an exception Unknown Named Module : 'react/lib/NativeMethodMixin'
whats wrong ?
The text was updated successfully, but these errors were encountered:
This is already fixed by: #93, could you check which version of @shoutem/animation you have installed? Make sure that npm resolved it as 0.8.10.
We will release new version of @shoutem/ui that has @shoutem/animation@0.8.10 as dependency soon.
Thank you for submitting this issue. Please close it if my answer was useful to you.
I follow the installation step (
npm install
&react-native link
), but everytime I want to import a component from@shoutem/ui
it throws an exception Unknown Named Module : 'react/lib/NativeMethodMixin'whats wrong ?
The text was updated successfully, but these errors were encountered: