devfd / react-native-workers

Background services and web workers for react-native
BSD 2-Clause "Simplified" License
804 stars 89 forks source link

Compile error on Android #1

Closed narychen closed 8 years ago

narychen commented 8 years ago

I use react-native 0.27.2 Cannot find com.facebook.react.bridge.JavaScriptModulesConfig

sudharsan1988 commented 8 years ago

Yes, build failed with this message,

/node_modules/react-native-workers/android/src/main/java/co/apptailor/Worker/core/CatalystBuilder.java:11: error: cannot find symbol import com.facebook.react.bridge.JavaScriptModulesConfig;

narychen commented 8 years ago

@sudharsan1988 It seems that the author has abandoned this repo.

vitalybe commented 8 years ago

Shame. It seemed like a promising concept to me.

Could it go beyond proof-of-concept? What are the issues with this solution?

On Sun, Jul 24, 2016 at 7:26 AM Ben notifications@github.com wrote:

@sudharsan1988 https://github.com/sudharsan1988 It seems that the author has abandoned this repo.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/devfd/react-native-workers/issues/1#issuecomment-234756825, or mute the thread https://github.com/notifications/unsubscribe-auth/AB2BuG6tZ4BuvYIRzsMdDZQuqMy4RYhEks5qYumDgaJpZM4I6V7p .

Sent from a phone with tiny keyboard.

devfd commented 8 years ago

Hello guys,

thanks for your interest. this plugin started as an experiment and while I have not yet given up on this it's true I did not find the time to update it.

@vitalybe the main issue is to keep up with the pace of RN releases. while the iOS code is pretty solid I basically have to rewrite the android code every time a new release come along.