How can I implement react-easy-state librery on Expo?

Hi. I’m trying to implement react-easy-state on Expo.
it’s works on iOS but don’t works on Android.
In his docs says: to support Android use with community JSC.
In Expo’s docs says:

“On Android, Expo includes its own copy of JavaScriptCore. This means that Expo projects have the same JavaScript features across all Android devices. Expo’s version of JavaScriptCore is similar to that included with iOS 10.3.”

Then, how can I implement react-easy-state on Android?

Thanks.

We had to revert that version of JSC (and the next version of the docs will reflect this). The version of JSC on Android is the same as React Native’s — around iOS 8.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.