mrphu3074 / react-native-realm-model

Model wrapper for react native Realm
13 stars 2 forks source link

Cannot Find Variable Symbol #1

Open vkmulloly opened 7 years ago

vkmulloly commented 7 years ago

Hi , I am getting Error below Cannot Find Variable Symbol

mrphu3074 commented 7 years ago

@vkmulloly the bug only appear on android right?

vkmulloly commented 7 years ago

@mrphu3074 : i was trying only for android for android i am getting this issue

mrphu3074 commented 7 years ago

Thank you. I just confirm. Because we also got this bug for Android.

Root cause: React native using older JavascriptCore for Android. Can you use polyfill es6-symbol for fixing that bug?

require('es6-symbol/implement'); // only 1 line

@vkmulloly I am so sorry about I can't commit code right now. (some company policies)

vkmulloly commented 7 years ago

@mrphu3074 : added that code but now i am getting below error screenshot_20170825-105647