Closed SokWonJeremyKim closed 5 years ago
Oh, I figured out that com.facebook.react.jscexecutor.JSCExecutorFactory is a newly added class in react-native 58.
By downgrading to 0.0.15, I could build the application.
Oh, I figured out that com.facebook.react.jscexecutor.JSCExecutorFactory is a newly added class in react-native 58.
By downgrading to 0.0.15, I could build the application.
I am having the same issue, can you explain to me downgrading what will solve the issue. am not familiar with JSCExecutorFactory
@shabeer3508 a little bit late, mainly for future community members: here 0.0.15 means the version of react-native-threads.
According to my test, react-native 0.57.1 is compatible with react-native-threads 0.0.15, not the latest 0.0.16 (which will lead to the error mentioned above).
Oh, I figured out that com.facebook.react.jscexecutor.JSCExecutorFactory is a newly added class in react-native 58.
By downgrading to 0.0.15, I could build the application.
Project setting
"react-native": "0.57.7" "react-native-threads": "0.0.16"
Root project gradle setting
Error Log (on running debug build)
Gist
com.facebook.react.jscexecutor does not exit
I think this is the last error I should solve before successfully upgrading to react-native 0.57. Has anybody had this error? Please help me.
Thank you.